tmdb_party.gemspec in jduff-tmdb_party-0.2.0 vs tmdb_party.gemspec in jduff-tmdb_party-0.2.1

- 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{tmdb_party} - s.version = "0.2.0" + s.version = "0.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["John Duff"] s.date = %q{2009-09-08} s.email = %q{duff.john@gmail.com} @@ -26,9 +26,10 @@ "lib/tmdb_party/attributes.rb", "lib/tmdb_party/category.rb", "lib/tmdb_party/core_extensions.rb", "lib/tmdb_party/image.rb", "lib/tmdb_party/movie.rb", + "lib/tmdb_party/person.rb", "lib/tmdb_party/video.rb", "test/fixtures/imdb_no_results.xml", "test/fixtures/imdb_search.xml", "test/fixtures/search.xml", "test/fixtures/single_result.xml",