-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrozen-filters.gemspec
22 lines (20 loc) · 961 Bytes
/
frozen-filters.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# uuid: 253ed382-5ba3-4af9-9daf-d4210baf26e6
# ------------------------------------------------------------------------
# Copyright (c) 2018 Alexandre Bento Freire. All rights reserved.
# Licensed under the MIT License+uuid License. See License.txt for details
# ------------------------------------------------------------------------
Gem::Specification.new do |s|
s.name = 'frozen-filters'
s.version = '0.3.0'
s.date = '2018-09-30'
s.summary = "Liquid filters for shopify template engine"
s.authors = ["Alexandre Bento Freire"]
s.email = 'devpieces@a-bentofreire.com'
s.files = ["lib/frozen-filters.rb", "README.md", "LICENSE.txt", "CHANGELOG.md"]
s.license = 'MIT+uuid'
s.homepage = 'https://github.com/a-bentofreire/frozen-filters'
s.description = <<-EOF
Liquid filters for shopify template engine. Designed to be used with jekyll.
EOF
s.add_runtime_dependency('liquid', ['~> 4.0'])
end