Skip to content

Commit

Permalink
chore: update .ruby-version to 2.7.4. update gemspec
Browse files Browse the repository at this point in the history
This commit updates the .ruby-version from 2.4.1 -> 2.7.4. 2.4.1 is not
supported anymore. The gemspec has also been updated to show more detail
on the gems page. Added MIT license.
  • Loading branch information
Teyler7 committed May 12, 2022
1 parent 6ee86d3 commit e0c302d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.7.4
8 changes: 5 additions & 3 deletions glitter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/polleverywhere/glitter"
s.summary = %q{Publish Mac software updates with the Sparkle framework and Amazon S3.}
s.description = %q{Glitter makes it easy to publish software updates via the Sparkle framework by using S3 buckets.}
s.licenses = ['MIT']

s.rubyforge_project = "glitter"
s.add_dependency "s3"
s.add_dependency "haml"
s.add_dependency "thor"
s.required_ruby_version = ">= 2.0.0"
s.add_dependency "s3", "~> 0.3"
s.add_dependency "haml", "~> 3.0"
s.add_dependency "thor", "~> 1.0"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit e0c302d

Please sign in to comment.