Skip to content

Commit acac652

Browse files
committed
Change homepage and allow pushing to rubygems
1 parent b6c7340 commit acac652

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

etda_utilities.gemspec

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,9 @@ Gem::Specification.new do |spec|
1212

1313
spec.summary = 'A gem containing common fuctions for the ETDA applications.'
1414
spec.description = 'Contains Partner, .., ..., etc. '
15-
spec.homepage = 'https://etda.libraries.psu.edu'
15+
spec.homepage = 'https://github.com/psu-stewardship/etda_utilities'
1616
spec.license = "MIT"
1717

18-
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
19-
# to allow pushing to a single host or delete this section to allow pushing to any host.
20-
if spec.respond_to?(:metadata)
21-
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
22-
else
23-
raise "RubyGems 2.0 or newer is required to protect against " \
24-
"public gem pushes."
25-
end
26-
2718
spec.files = `git ls-files -z`.split("\x0").reject do |f|
2819
f.match(%r{^(test|spec|features)/})
2920
end

0 commit comments

Comments
 (0)