evernote_utils.gemspec in evernote_utils-0.0.1 vs evernote_utils.gemspec in evernote_utils-0.0.2
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |spec|
spec.name = "evernote_utils"
spec.version = ENUtils::VERSION
spec.authors = ["memerelics"]
spec.email = ["takuya21hashimoto@gmail.com"]
- spec.description = %q{simple wrapper for evernote api}
- spec.summary = %q{simple wrapper for evernote api}
+ spec.description = %q{A thin OOP-friendly wrapper of Evernote Ruby SDK.}
+ spec.summary = %q{A thin OOP-friendly wrapper of Evernote Ruby SDK.}
spec.homepage = ""
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }