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

- old
+ new

@@ -1,11 +1,11 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "em-synchrony" - s.version = "0.3.0.beta.1" + s.version = "1.0.0" 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} @@ -17,6 +17,6 @@ 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"] -end \ No newline at end of file +end