forked from carmen-ruby/carmen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate gemspec for version 0.2.3
- Loading branch information
Showing
1 changed file
with
33 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,58 @@ | ||
# 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{carmen} | ||
s.version = "0.2.2" | ||
s.version = "0.2.3" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Jim Benton"] | ||
s.date = %q{2010-12-28} | ||
s.date = %q{2011-01-09} | ||
s.description = %q{A collection of geographis country and state names for Ruby. Also includes replacements for Rails' country_select and state_select plugins} | ||
s.email = %q{[email protected]} | ||
s.extra_rdoc_files = [ | ||
"README.rdoc" | ||
] | ||
s.files = [ | ||
".gitignore", | ||
"MIT-LICENSE", | ||
"README.rdoc", | ||
"Rakefile", | ||
"VERSION", | ||
"carmen.gemspec", | ||
"data/countries/de.yml", | ||
"data/countries/en.yml", | ||
"data/states/au.yml", | ||
"data/states/br.yml", | ||
"data/states/ca.yml", | ||
"data/states/cu.yml", | ||
"data/states/de.yml", | ||
"data/states/dk.yml", | ||
"data/states/es.yml", | ||
"data/states/hr.yml", | ||
"data/states/it.yml", | ||
"data/states/mx.yml", | ||
"data/states/no.yml", | ||
"data/states/nz.yml", | ||
"data/states/ua.yml", | ||
"data/states/us.yml", | ||
"lib/carmen.rb", | ||
"lib/carmen/action_view_helpers.rb", | ||
"rails/init.rb", | ||
"test/carmen_test.rb", | ||
"test/carmen_view_helper_test.rb", | ||
"test/test_helper.rb" | ||
"MIT-LICENSE", | ||
"README.rdoc", | ||
"Rakefile", | ||
"VERSION", | ||
"carmen.gemspec", | ||
"data/countries/de.yml", | ||
"data/countries/en.yml", | ||
"data/states/au.yml", | ||
"data/states/br.yml", | ||
"data/states/ca.yml", | ||
"data/states/cu.yml", | ||
"data/states/de.yml", | ||
"data/states/dk.yml", | ||
"data/states/es.yml", | ||
"data/states/hr.yml", | ||
"data/states/it.yml", | ||
"data/states/mx.yml", | ||
"data/states/no.yml", | ||
"data/states/nz.yml", | ||
"data/states/ua.yml", | ||
"data/states/us.yml", | ||
"lib/carmen.rb", | ||
"lib/carmen/action_view_helpers.rb", | ||
"lib/carmen/railtie.rb", | ||
"rails/init.rb", | ||
"test/carmen_test.rb", | ||
"test/carmen_view_helper_test.rb", | ||
"test/test_helper.rb" | ||
] | ||
s.homepage = %q{http://github.com/jim/carmen} | ||
s.rdoc_options = ["--charset=UTF-8"] | ||
s.require_paths = ["lib"] | ||
s.rubygems_version = %q{1.3.7} | ||
s.summary = %q{A collection of geographis country and state names for Ruby} | ||
s.test_files = [ | ||
"test/carmen_test.rb", | ||
"test/carmen_view_helper_test.rb", | ||
"test/test_helper.rb" | ||
"test/carmen_view_helper_test.rb", | ||
"test/test_helper.rb" | ||
] | ||
|
||
if s.respond_to? :specification_version then | ||
|