geographer.gemspec in geographer-1.1.3 vs geographer.gemspec in geographer-1.1.4

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{geographer} - s.version = "1.1.3" + s.version = "1.1.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["C. Jason Harrelson (midas)"] - s.date = %q{2010-11-12} + s.date = %q{2011-02-06} s.description = %q{Provides Geography information from the US and world (ie. US states list with abbreviations and names, World countries list, etc.)} s.email = %q{jason@lookforwardenterprises.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -27,20 +27,22 @@ "geographer.gemspec", "lib/geographer.rb", "lib/geographer/countries.rb", "lib/geographer/us/states.rb", "script/console", + "test/geographer/countries_test.rb", "test/geographer/us/states_test.rb", "test/geographer_test.rb", "test/test_helper.rb" ] s.homepage = %q{http://github.com/midas/geographer} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Provides Geography information from the US and world (ie. US states list with abbreviations and names, World countries list, etc.)} s.test_files = [ - "test/geographer/us/states_test.rb", + "test/geographer/countries_test.rb", + "test/geographer/us/states_test.rb", "test/geographer_test.rb", "test/test_helper.rb" ] if s.respond_to? :specification_version then