Skip to content

Commit

Permalink
Update version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jim committed Dec 20, 2011
1 parent ae7e810 commit ccdaf21
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ begin
gem.email = "[email protected]"
gem.homepage = "http://github.com/jim/carmen"
gem.authors = ["Jim Benton"]

end
Jeweler::RubygemsDotOrgTasks.new
rescue LoadError
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.7
0.2.9
21 changes: 13 additions & 8 deletions carmen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{carmen}
s.version = "0.2.8"
s.name = "carmen"
s.version = "0.2.9"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jim Benton"]
s.date = %q{2011-06-01}
s.description = %q{A collection of geographic country and state names for Ruby. Also includes replacements for Rails' country_select and state_select plugins}
s.email = %q{[email protected]}
s.date = "2011-12-20"
s.description = "A collection of geographic country and state names for Ruby. Also includes replacements for Rails' country_select and state_select plugins"
s.email = "[email protected]"
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"CHANGELOG.md",
"Gemfile",
"MIT-LICENSE",
"README.rdoc",
Expand All @@ -27,13 +28,16 @@ Gem::Specification.new do |s|
"data/countries/de.yml",
"data/countries/en.yml",
"data/countries/es.yml",
"data/countries/fi.yml",
"data/countries/hi.yml",
"data/countries/it.yml",
"data/countries/jp.yml",
"data/countries/nl.yml",
"data/countries/pl.yml",
"data/countries/pt.yml",
"data/countries/ru.yml",
"data/countries/sk.yml",
"data/countries/sv.yml",
"data/states/au.yml",
"data/states/br.yml",
"data/states/ca.yml",
Expand All @@ -45,6 +49,7 @@ Gem::Specification.new do |s|
"data/states/in.yml",
"data/states/it.yml",
"data/states/mx.yml",
"data/states/nl.yml",
"data/states/no.yml",
"data/states/nz.yml",
"data/states/ua.yml",
Expand All @@ -56,10 +61,10 @@ Gem::Specification.new do |s|
"test/carmen_view_helper_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://github.com/jim/carmen}
s.homepage = "http://github.com/jim/carmen"
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{A collection of geographic country and state names for Ruby}
s.rubygems_version = "1.8.10"
s.summary = "A collection of geographic country and state names for Ruby"

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit ccdaf21

Please sign in to comment.