kintone.gemspec in kintone-0.0.1 vs kintone.gemspec in kintone-0.0.2

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "kintone" spec.version = Kintone::VERSION spec.authors = ["Rikiya Kawakami"] spec.email = ["ricky.k.yang@gmail.com"] - spec.summary = %q{Kintone API client.} - spec.description = %q{Kintone API client.} + spec.summary = %q{kintone API client for Ruby.} + spec.description = %q{kintone API client for Ruby.} spec.homepage = "https://github.com/jue58/kintone" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }