mirror of
https://github.com/Shopify/liquid.git
synced 2025-12-03 00:00:35 -05:00
Add allowed_push_host to gemspec
Required to push gem to rubygems.
This commit is contained in:
parent
5dbc3d5701
commit
c91a6827f2
@ -20,6 +20,8 @@ Gem::Specification.new do |s|
|
||||
s.required_ruby_version = ">= 2.5.0"
|
||||
s.required_rubygems_version = ">= 1.3.7"
|
||||
|
||||
s.metadata['allowed_push_host'] = 'https://rubygems.org'
|
||||
|
||||
s.test_files = Dir.glob("{test}/**/*")
|
||||
s.files = Dir.glob("{lib}/**/*") + %w(LICENSE README.md)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user