Skip to content

Commit

Permalink
Regenerate gemspec for version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hexorx committed Dec 6, 2011
1 parent bacd94d commit bb721f7
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions countries.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = "countries"
s.version = "0.6.3"
s.name = %q{countries}
s.version = "0.7.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["hexorx", "Joe Corcoran"]
s.date = "2011-11-22"
s.description = "All sorts of useful information about every country packaged as pretty little country objects. It includes data from ISO 3166 (countries and subdivisions), ISO 4217 (currency), and E.164 (phone numbers). As a bonus it even adds a country_select helper to rails projects."
s.email = "hexorx@gmail.com"
s.date = %q{2011-12-06}
s.description = %q{All sorts of useful information about every country packaged as pretty little country objects. It includes data from ISO 3166 (countries and subdivisions), ISO 4217 (currency), and E.164 (phone numbers). As a bonus it even adds a country_select helper to rails projects.}
s.email = %q{hexorx@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.markdown"
Expand Down Expand Up @@ -229,19 +229,20 @@ Gem::Specification.new do |s|
"spec/country_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/hexorx/countries"
s.homepage = %q{http://github.com/hexorx/countries}
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "Gives you a country object full of all sorts of useful information."
s.rubygems_version = %q{1.3.7}
s.summary = %q{Gives you a country object full of all sorts of useful information.}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<currencies>, ["= 0.4.0"])
s.add_development_dependency(%q<jeweler>, [">= 1.6.4"])
s.add_development_dependency(%q<rspec>, ["= 1.3.1"])
s.add_development_dependency(%q<rake>, [">= 0"])
s.add_development_dependency(%q<rake>, ["= 0.8.7"])
s.add_development_dependency(%q<yard>, ["= 0.6.4"])
s.add_runtime_dependency(%q<currencies>, [">= 0.2.0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
Expand All @@ -250,7 +251,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<currencies>, ["= 0.4.0"])
s.add_dependency(%q<jeweler>, [">= 1.6.4"])
s.add_dependency(%q<rspec>, ["= 1.3.1"])
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<rake>, ["= 0.8.7"])
s.add_dependency(%q<yard>, ["= 0.6.4"])
s.add_dependency(%q<currencies>, [">= 0.2.0"])
s.add_dependency(%q<rspec>, [">= 0"])
Expand All @@ -260,7 +261,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<currencies>, ["= 0.4.0"])
s.add_dependency(%q<jeweler>, [">= 1.6.4"])
s.add_dependency(%q<rspec>, ["= 1.3.1"])
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<rake>, ["= 0.8.7"])
s.add_dependency(%q<yard>, ["= 0.6.4"])
s.add_dependency(%q<currencies>, [">= 0.2.0"])
s.add_dependency(%q<rspec>, [">= 0"])
Expand Down

0 comments on commit bb721f7

Please sign in to comment.