Skip to content

Commit

Permalink
Add homepage to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Feb 25, 2017
1 parent 1fdddc7 commit 7559637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobility.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Pluggable Ruby translation framework}
spec.description = %q{Stores and retrieves localized data through attributes on a Ruby class, with flexible support for different storage strategies.}

# spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.homepage = 'https://github.com/shioyama/mobility'
spec.license = "MIT"

spec.files = Dir['{lib/**/*,[A-Z]*}']
Expand Down

0 comments on commit 7559637

Please sign in to comment.