Skip to content

Commit

Permalink
Cleanup gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 4, 2024
1 parent 73bc77e commit 833d8b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions route_translator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
require_relative 'lib/route_translator/version'

Gem::Specification.new do |s|
s.name = 'route_translator'
s.version = RouteTranslator::VERSION::STRING
s.platform = Gem::Platform::RUBY
s.authors = ['Nicolas Rodriguez']
s.email = ['[email protected]']
s.homepage = 'http://github.com/jbox-web/route_translator'
s.summary = 'Translate your Rails routes in a simple manner'
s.description = 'Translates the Rails routes of your application into the languages defined in your locale files'
s.license = 'MIT'
s.name = 'route_translator'
s.version = RouteTranslator::VERSION::STRING
s.platform = Gem::Platform::RUBY
s.authors = ['Nicolas Rodriguez']
s.email = ['[email protected]']
s.homepage = 'http://github.com/jbox-web/route_translator'
s.summary = 'Translate your Rails routes in a simple manner'
s.description = 'Translates the Rails routes of your application into the languages defined in your locale files'
s.license = 'MIT'

s.required_ruby_version = '>= 3.0.0'

Expand Down

0 comments on commit 833d8b6

Please sign in to comment.