protolink.gemspec in protolink-0.2.9 vs protolink.gemspec in protolink-0.2.10

- old
+ new

@@ -4,13 +4,13 @@ Gem::Specification.new do |s| s.name = %q{protolink} s.version = Protolink::VERSION s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Björn B. Dorra", "Ali Jelveh"] + s.authors = ["Ali Jelveh", "Bjoern B. Dorra"] s.description = %q{A Ruby API for interfacing with Protonet, the next-gen internet infrastructure. Truly social and people-powered.} - s.email = %q{dorra@d-1.comg} + s.email = %q{ali@protonet.info} s.extra_rdoc_files = [ "README.markdown" ] s.homepage = %q{http://github.com/protonet/protolink} s.rubyforge_project = %q{protolink} @@ -23,17 +23,17 @@ 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_runtime_dependency(%q<crack>, [">= 0"]) + s.add_runtime_dependency(%q<eventmachine>, [">= 0"]) s.add_runtime_dependency(%q<httparty>, ["~> 0.7.4"]) else - s.add_dependency(%q<crack>, [">= 0"]) + s.add_dependency(%q<eventmachine>, [">= 0"]) s.add_dependency(%q<httparty>, ["~> 0.7.4"]) end else - s.add_dependency(%q<crack>, [">= 0"]) + s.add_dependency(%q<eventmachine>, [">= 0"]) s.add_dependency(%q<httparty>, ["~> 0.7.4"]) end end