Skip to content

Commit

Permalink
Make description and summary different
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jan 22, 2023
1 parent 4d2968c commit 52a780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyfill-data.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = "Add the ruby 3.2 Data class to older rubies"
spec.description = "Add the ruby 3.2 Data class to older rubies"
spec.description = "Add the ruby 3.2 Data class to older rubies. Do nothing in 3.2"
spec.license = "MIT"
spec.homepage = "https://github.com/saturnflyer/polyfill-data"
spec.required_ruby_version = ">= 2.6.0", "< 3.2.0"
Expand Down

0 comments on commit 52a780b

Please sign in to comment.