We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a478b7 commit 958b431Copy full SHA for 958b431
1 file changed
f2ynab.gemspec
@@ -13,12 +13,6 @@ Gem::Specification.new do |spec|
13
spec.homepage = "https://github.com/fintech-to-ynab"
14
spec.license = "MIT"
15
16
- if spec.respond_to?(:metadata)
17
- spec.metadata["allowed_push_host"] = "https://rubygems.pkg.github.com/syncforynab"
18
- else
19
- raise "RubyGems 2.0 or newer is required to protect against " "public gem pushes."
20
- end
21
-
22
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
spec.require_paths = ["lib"]
24
0 commit comments