ruby-fsevent.gemspec in ruby-fsevent-0.2.0 vs ruby-fsevent.gemspec in ruby-fsevent-0.2.1

- old
+ new

@@ -1,22 +1,22 @@ # Generated by jeweler -# DO NOT EDIT THIS FILE -# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` +# DO NOT EDIT THIS FILE DIRECTLY +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{ruby-fsevent} - 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 = ["Sandro Turriate"] - s.date = %q{2009-10-24} + s.date = %q{2010-01-21} s.description = %q{ A native extension exposing the OS X FSEvent API. Register directories you want to watch and a callback will fire whenever a change occurs in the registered directories. } s.email = %q{sandro.turriate@gmail.com} - s.extensions = ["ext/extconf.rb"] + s.extensions = ["ext/extconf.rb", "ext/extconf.rb"] s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ @@ -52,13 +52,14 @@ 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 - s.add_development_dependency(%q<rspec>, [">= 1.2.8"]) + s.add_development_dependency(%q<rspec>, ["= 1.2.9"]) else - s.add_dependency(%q<rspec>, [">= 1.2.8"]) + s.add_dependency(%q<rspec>, ["= 1.2.9"]) end else - s.add_dependency(%q<rspec>, [">= 1.2.8"]) + s.add_dependency(%q<rspec>, ["= 1.2.9"]) end end +