Skip to content

Commit

Permalink
Regenerate gemspec for version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raul committed Dec 28, 2010
1 parent 6f9218d commit 5c10c09
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions translate_routes.gemspec
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{translate_routes}
s.version = "3.0.2"
s.version = "3.0.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Raul Murciano"]
s.date = %q{2010-11-18}
s.date = %q{2010-12-28}
s.description = %q{Translates the Rails routes of your application into the languages defined in your locale files}
s.email = %q{raul@murciano.net}
s.extra_rdoc_files = [
"README.markdown"
]
s.files = [
"lib/route_translator.rb",
"lib/translate_routes.rb",
"lib/translate_routes_test_helper.rb"
"lib/translate_routes.rb",
"lib/translate_routes_test_helper.rb"
]
s.homepage = %q{http://github.com/raul/translate_routes}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Translate your Rails routes in a simple manner}
Expand Down

0 comments on commit 5c10c09

Please sign in to comment.