mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 19:30:47 -07:00
Merge pull request #1384 from Shopify/allowed_push_host
Add allowed_push_host to gemspec
This commit is contained in:
@@ -20,6 +20,8 @@ Gem::Specification.new do |s|
|
|||||||
s.required_ruby_version = ">= 2.5.0"
|
s.required_ruby_version = ">= 2.5.0"
|
||||||
s.required_rubygems_version = ">= 1.3.7"
|
s.required_rubygems_version = ">= 1.3.7"
|
||||||
|
|
||||||
|
s.metadata['allowed_push_host'] = 'https://rubygems.org'
|
||||||
|
|
||||||
s.test_files = Dir.glob("{test}/**/*")
|
s.test_files = Dir.glob("{test}/**/*")
|
||||||
s.files = Dir.glob("{lib}/**/*") + %w(LICENSE README.md)
|
s.files = Dir.glob("{lib}/**/*") + %w(LICENSE README.md)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user