Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraBaakman committed Oct 13, 2023
1 parent 42288be commit 574f5cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions not_nil.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Gem::Specification.new do |spec|
spec.name = "not_nil"
spec.version = "0.0.0"
spec.summary = "Add support for a not_nil type."
spec.files = ["lib/not_nil.rb", "lib/not_nil/object.rb"]
spec.authors = ["Payt devs"]
spec.email = ["[email protected]"]
spec.homepage = "https://github.com/payt/not_niller"
spec.license = "MIT"
end

0 comments on commit 574f5cf

Please sign in to comment.