www_app.gemspec in www_app-2.1.0 vs www_app.gemspec in www_app-2.1.1

- old
+ new

@@ -15,10 +15,10 @@ spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |file| file.index('bin/') == 0 && file != "bin/www_app" } - spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } + spec.executables = [spec.name] spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.required_ruby_version = '>= 2.2.0'