Skip to content

Commit 280cdfc

Browse files
authored
Merge pull request #21 from zendesk/sathish/add_allowed_host
Added allowed push host
2 parents a442b76 + fc06914 commit 280cdfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

migration_tools.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Gem::Specification.new "migration_tools", "1.5.0" do |s|
55
s.email = "[email protected]"
66
s.authors = ["Morten Primdahl"]
77
s.files = `git ls-files lib`.split("\n")
8-
s.license = "Apache License Version 2.0"
8+
s.license = "Apache-2.0"
9+
s.metadata['allowed_push_host'] = "https://zdrepo.jfrog.io/zdrepo/api/gems/gems-local/"
910

1011
s.add_runtime_dependency "activerecord", '>= 3.2.6', '< 6.0'
1112

0 commit comments

Comments
 (0)