countries.gemspec in countries-0.1.5 vs countries.gemspec in countries-0.1.6
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{countries}
- s.version = "0.1.5"
+ s.version = "0.1.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["hexorx"]
s.date = %q{2009-12-30}
s.description = %q{All sorts of useful information about every country. It includes data from ISO3166-1, ISO3166-2 and E.164}
@@ -23,9 +23,10 @@
"README.markdown",
"Rakefile",
"VERSION",
"countries.gemspec",
"lib/countries.rb",
+ "lib/countries/select_helper.rb",
"lib/data/addresses.yaml",
"lib/data/countries.yaml",
"lib/data/import.rb",
"lib/data/iso3166-1.csv",
"lib/data/iso3166-2.csv",