em-synchrony.gemspec in em-synchrony-0.2.0 vs em-synchrony.gemspec in em-synchrony-0.3.0.beta.1

- old
+ new

@@ -1,21 +1,20 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "em-synchrony" - s.version = "0.2.0" + s.version = "0.3.0.beta.1" s.platform = Gem::Platform::RUBY s.authors = ["Ilya Grigorik"] s.email = ["ilya@igvita.com"] s.homepage = "http://github.com/igrigorik/em-synchrony" s.summary = %q{Fiber aware EventMachine libraries} s.description = s.summary s.rubyforge_project = "em-synchrony" - s.required_ruby_version = Gem::Requirement.new(">= 1.9") - s.add_runtime_dependency("eventmachine", [">= 0.12.9"]) + s.add_runtime_dependency("eventmachine", ">= 1.0.0.beta.1") s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] \ No newline at end of file