Skip to content

Commit

Permalink
Merge pull request #9 from 1debit/summary-desc-gemspec
Browse files Browse the repository at this point in the history
Add Gemspec information
  • Loading branch information
bradenchime authored Mar 20, 2024
2 parents 9763765 + 932e909 commit 9abbe3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions write_once.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.authors = ["Braden Staudacher"]
spec.email = ["[email protected]"]

spec.summary = ""
spec.description = ""
spec.summary = "WriteOnce allows you to guard against multiple write on active record models."
spec.description = "WriteOnce can be useful for attributes you don't set during creation, but want to prevent overwrites to."
spec.homepage = "https://github.com/1debit/write_once"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0"
Expand Down

0 comments on commit 9abbe3e

Please sign in to comment.