wechat-api.gemspec in wechat-api-0.3.0 vs wechat-api.gemspec in wechat-api-0.4.0

- old
+ new

@@ -11,10 +11,9 @@ spec.summary = %q{Wechat API wrapper} spec.homepage = "https://github.com/lazing/wechat-api" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") - spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency 'faraday', '~> 1.0' spec.add_runtime_dependency 'multi_json', '~> 1.0'