unp_smart.gemspec in unp_smart-0.1.0 vs unp_smart.gemspec in unp_smart-0.1.1

- old
+ new

@@ -12,10 +12,10 @@ spec.description = %q{UnionpaySmart SDK for Ruby} spec.homepage = "https://github.com/unpsmart/ruby-sdk" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") - spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } + spec.executables = ['unpsmart']#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_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rspec", '~> 3.1'