Skip to content

Commit 9ebf4b3

Browse files
author
Kenneth Geerts
committed
Clean up gemspec
1 parent 4ac423a commit 9ebf4b3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

json_logic.gemspec

+1-11
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,14 @@ Gem::Specification.new do |spec|
88
spec.version = JSONLogic::VERSION
99
spec.authors = ['Kenneth Geerts']
1010
spec.email = ['[email protected]']
11-
11+
spec.homepage = 'http://jsonlogic.com'
1212
spec.summary = 'Build complex rules, serialize them as JSON, and execute them in ruby'
1313
spec.description = 'See http://jsonlogic.com'
1414
spec.license = 'MIT'
1515

16-
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17-
# to allow pushing to a single host or delete this section to allow pushing to any host.
18-
if spec.respond_to?(:metadata)
19-
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
20-
else
21-
raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.'
22-
end
23-
2416
spec.files = `git ls-files -z`.split("\x0").reject do |f|
2517
f.match(%r{^(test|spec|features)/})
2618
end
27-
spec.bindir = 'exe'
28-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2919
spec.require_paths = ['lib']
3020

3121
spec.add_development_dependency 'bundler', '~> 1.13'

0 commit comments

Comments
 (0)