zip-code-info.gemspec in zip-code-info-0.1.0 vs zip-code-info.gemspec in zip-code-info-0.1.1

- old
+ new

@@ -3,28 +3,28 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{zip-code-info} - s.version = "0.1.0" + s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Monica Olinescu"] - s.date = %q{2011-03-09} + s.date = %q{2012-10-10} s.description = %q{The data has been collected from wikipedia and stored in a yml file. This gem does not use an external service.} s.email = %q{monica.olinescu@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", - "README.rdoc" + "README.md" ] s.files = [ ".document", ".rspec", "Gemfile", "Gemfile.lock", "LICENSE.txt", - "README.rdoc", + "README.md", "Rakefile", "VERSION", "data/data.yml", "dev/generate_data.rb", "lib/zip-code-info.rb", @@ -33,10 +33,10 @@ "zip-code-info.gemspec" ] s.homepage = %q{http://github.com/monicao/zip-code-info} s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.5.0} + s.rubygems_version = %q{1.6.2} s.summary = %q{Looks up the state and city of the Sectional Center Facility for a given zip code.} s.test_files = [ "spec/spec_helper.rb", "spec/zip-code-info_spec.rb" ]