Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jim committed Jan 6, 2012
1 parent b6f9f1e commit 3aa353e
Showing 1 changed file with 81 additions and 12 deletions.
93 changes: 81 additions & 12 deletions carmen.gemspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,86 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{carmen}
s.summary = %q{A collection of geographic country and state names for Ruby}
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.version = "1.0.0.pre"
s.authors = ["Jim Benton"]
s.email = %q{[email protected]}
s.date = %q{2011-12-21}
s.homepage = %q{http://github.com/jim/carmen}
s.name = "carmen"
s.version = "0.2.10"

s.required_rubygems_version = '>= 1.3.6'
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jim Benton"]
s.date = "2012-01-06"
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.files = [
"CHANGELOG.md",
"Gemfile",
"MIT-LICENSE",
"Rakefile",
"VERSION",
"carmen.gemspec",
"data/countries/cn.yml",
"data/countries/cs.yml",
"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",
"data/states/cu.yml",
"data/states/de.yml",
"data/states/dk.yml",
"data/states/es.yml",
"data/states/hr.yml",
"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",
"data/states/us.yml",
"lib/carmen.rb",
"lib/carmen/action_view_helpers.rb",
"lib/carmen/railtie.rb",
"test/carmen_test.rb",
"test/carmen_view_helper_test.rb",
"test/test_helper.rb"
]
s.homepage = "http://github.com/jim/carmen"
s.require_paths = ["lib"]
s.files = Dir.glob("lib}**/*") + %w(MIT-LICENSE README.md CHANGELOG.md)
s.rubygems_version = "1.8.14"
s.summary = "A collection of geographic country and state names for Ruby"

s.add_development_dependency('minitest', ["= 2.6.1"])
s.add_development_dependency('nokogiri')
if s.respond_to? :specification_version then
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<jeweler>, ["= 1.6.2"])
s.add_development_dependency(%q<mocha>, [">= 0"])
s.add_development_dependency(%q<rails>, [">= 0"])
s.add_development_dependency(%q<hanna>, [">= 0"])
else
s.add_dependency(%q<jeweler>, ["= 1.6.2"])
s.add_dependency(%q<mocha>, [">= 0"])
s.add_dependency(%q<rails>, [">= 0"])
s.add_dependency(%q<hanna>, [">= 0"])
end
else
s.add_dependency(%q<jeweler>, ["= 1.6.2"])
s.add_dependency(%q<mocha>, [">= 0"])
s.add_dependency(%q<rails>, [">= 0"])
s.add_dependency(%q<hanna>, [">= 0"])
end
end

0 comments on commit 3aa353e

Please sign in to comment.