Skip to content

Commit

Permalink
delete gemspec section
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Acuna committed Nov 13, 2017
1 parent bfafe9d commit f1cf8f1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frappe_charts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/pacuna/frappe_charts"
spec.license = "MIT"

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
else
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
end

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
Expand Down

0 comments on commit f1cf8f1

Please sign in to comment.