razsell.gemspec in razsell-0.0.4 vs razsell.gemspec in razsell-0.0.5

- 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{razsell} - s.version = "0.0.4" + s.version = "0.0.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jamal Hansen"] - s.date = %q{2009-12-22} + s.date = %q{2010-01-10} s.email = %q{jamal.hansen@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] @@ -27,22 +27,22 @@ "features/razsell.feature", "features/step_definitions/product_line_steps.rb", "features/step_definitions/razsell_steps.rb", "features/support/env.rb", "features/support/razsell_mixed_in.rb", - "lib/constants.rb", - "lib/constants/image_sizes.rb", - "lib/constants/product_types.rb", - "lib/constants/sort_methods.rb", - "lib/constants/sort_periods.rb", - "lib/engine.rb", - "lib/http_service.rb", - "lib/item.rb", - "lib/product_line.rb", - "lib/product_line_parser.rb", - "lib/query.rb", "lib/razsell.rb", - "lib/results.rb", + "lib/razsell/constants.rb", + "lib/razsell/constants/image_sizes.rb", + "lib/razsell/constants/product_types.rb", + "lib/razsell/constants/sort_methods.rb", + "lib/razsell/constants/sort_periods.rb", + "lib/razsell/engine.rb", + "lib/razsell/http_service.rb", + "lib/razsell/item.rb", + "lib/razsell/product_line.rb", + "lib/razsell/product_line_parser.rb", + "lib/razsell/query.rb", + "lib/razsell/results.rb", "razsell.gemspec", "test/engine_test.rb", "test/fixtures.rb", "test/fixtures/page_1.rss", "test/fixtures/page_2.rss",