statsmix.gemspec in statsmix-0.0.5 vs statsmix.gemspec in statsmix-0.0.6

- 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{statsmix} - s.version = "0.0.5" + s.version = "0.0.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tom Markiewicz"] - s.date = %q{2011-06-20} + s.date = %q{2011-06-22} s.description = %q{A Ruby gem for the StatsMix API - http://www.statsmix.com/developers} s.email = %q{tmarkiewicz@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -25,19 +25,21 @@ "Rakefile", "VERSION", "lib/statsmix.rb", "statsmix.gemspec", "test/helper.rb", - "test/test_statsmix.rb" + "test/test_statsmix.rb", + "test/vcr_setup.rb" ] s.homepage = %q{http://github.com/tmarkiewicz/statsmix} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{A Ruby gem for the StatsMix API.} s.test_files = [ "test/helper.rb", - "test/test_statsmix.rb" + "test/test_statsmix.rb", + "test/vcr_setup.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3