hara.gemspec in hara-0.2.1 vs hara.gemspec in hara-0.2.2

- old
+ new

@@ -6,10 +6,10 @@ Gem::Specification.new do |spec| spec.name = "hara" spec.version = Hara::VERSION spec.authors = ["jjy"] spec.email = ["jjyruby@gmail.com"] - spec.description = %q{Hara help you build async & concurrent websocket server.} + spec.description = %q{Hara help you build async-io & concurrent websocket server.} spec.summary = %q{In fact, hara just a combination of em-websocket and celluloid, but it really help you write applications easily.} spec.homepage = "http://github.com/jjyr/hara" spec.license = "MIT" spec.files = `git ls-files`.split($/)