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.
- Loading branch information
Showing
3 changed files
with
14 additions
and
10 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 |
---|---|---|
|
@@ -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 | ||
|
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 +1 @@ | ||
0.2.7 | ||
0.2.9 |
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 |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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 | ||
|