voyager_api.gemspec in voyager_api-0.1.1 vs voyager_api.gemspec in voyager_api-0.1.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{voyager_api} - 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 = ["James Stuart", "Gary Bertchume"] - s.date = %q{2011-08-09} + s.date = %q{2011-08-15} s.description = %q{Middleware gem for Voyager 7 API calls, specificially holdings information } s.email = %q{github@jamesstuart.org} s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -32,22 +32,27 @@ "lib/holdings/record.rb", "lib/voyager_api.rb", "lib/voyager_connection.rb", "test/fixtures/fixtures_readme", "test/fixtures/holdings_289196.xml", + "test/fixtures/holdings_3708764.xml", "test/fixtures/holdings_4191079.xml", "test/fixtures/holdings_4949188.xml", "test/fixtures/holdings_4949188_2.xml", "test/fixtures/holdings_526843.xml", + "test/fixtures/holdings_5351573.xml", "test/fixtures/holdings_5656993.xml", "test/fixtures/holdings_6269409.xml", + "test/fixtures/holdings_7140519.xml", "test/fixtures/holdings_7471326.xml", "test/fixtures/holdings_7658449.xml", "test/fixtures/holdings_7658454.xml", "test/fixtures/holdings_7784963.xml", + "test/fixtures/holdings_8189127.xml", "test/fixtures/holdings_8267323.xml", "test/fixtures/holdings_8615744.xml", + "test/fixtures/holdings_8828760.xml", "test/fixtures/holdings_8889994.xml", "test/fixtures/holdings_8891001.xml", "test/fixtures/holdings_8891001_2.xml", "test/fixtures/holdings_8918502.xml", "test/helper.rb", @@ -56,10 +61,11 @@ "test/holdings/test_holdings_test_case.rb", "test/holdings/test_item.rb", "test/holdings/test_order.rb", "test/holdings/test_record.rb", "test/test_voyager_api.rb", - "test/test_voyager_connection.rb" + "test/test_voyager_connection.rb", + "voyager_api.gemspec" ] s.homepage = %q{http://github.com/cul/voyager_api} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.6.2}