rack-bundle.gemspec in rack-bundle-0.2.0 vs rack-bundle.gemspec in rack-bundle-0.2.1

- 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{rack-bundle} - 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 = ["Julio Cesar Ody"] - s.date = %q{2010-06-18} + s.date = %q{2010-07-12} s.description = %q{Javascript and CSS bundling at the Rack level} s.email = %q{julio.ody@gmail.com} s.extra_rdoc_files = [ "README.md" ] @@ -47,11 +47,11 @@ "vendor/jsmin.rb" ] s.homepage = %q{http://github.com/juliocesar/rack-bundle} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.5} + s.rubygems_version = %q{1.3.7} s.summary = %q{Javascript and CSS bundling at the Rack level} s.test_files = [ "spec/bundles/css_bundle_spec.rb", "spec/bundles/js_bundle_spec.rb", "spec/rack-bundle_spec.rb", @@ -62,10 +62,10 @@ if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 - if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<rack>, [">= 1.0.0"]) s.add_runtime_dependency(%q<nokogiri>, [">= 1.4.2"]) s.add_development_dependency(%q<rspec>, ["= 1.3.0"]) s.add_development_dependency(%q<rake>, ["= 0.8.7"]) else