slappy.gemspec in slappy-0.1.0 vs slappy.gemspec in slappy-0.1.1

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "slappy" spec.version = Slappy::VERSION spec.authors = ["yuemori"] spec.email = ["yuemori@aiming-inc.com"] - spec.summary = %q{Slack bot maker} - spec.description = %q{Simple Slack bot maker. This gem wapper to Slack Realtime API} + spec.summary = %q{Simple Slack Bot Framework} + spec.description = %q{Simple Slack Bot Framework. Use Slack RealTime API} spec.homepage = "https://github.com/yuemori/slappy" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"