accountkit.gemspec in accountkit-0.1.0 vs accountkit.gemspec in accountkit-0.1.1

- old
+ new

@@ -7,12 +7,12 @@ spec.name = "accountkit" spec.version = Accountkit::VERSION spec.authors = ["MatBi"] spec.email = ["leminhducktvn@gmail.com"] - spec.summary = %q{A gem for Facebook accountkit} - spec.description = %q{A gem for Facebook accountkit} - spec.homepage = "https://github.com/Coffa/accountkit" + spec.summary = %q{A light-weight Ruby API client for Facebook Account Kit with no dependency.} + spec.description = %q{A light-weight Ruby API client for Facebook Account Kit with no dependency.} + spec.homepage = "https://github.com/Coffa/account_kit" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }