Skip to content

Commit c52314f

Browse files
committed
update gemspec
1 parent d5962d0 commit c52314f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

liquid-rails.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Gem::Specification.new do |spec|
99
spec.authors = ['Chamnap Chhorn']
1010
spec.email = ['[email protected]']
1111
spec.summary = %q{Renders liquid templates with layout and partial support}
12-
spec.description = %q{Renders liquid templates with layout and partial support}
12+
spec.description = %q{It allows you to render .liquid templates with layout and partial support. It also provides filters, tags, drops class to be used inside your liquid template.}
1313
spec.homepage = ''
1414
spec.license = 'MIT'
15+
spec.required_ruby_version = '>= 2.0.0'
16+
spec.required_rubygems_version = '>= 1.8.11'
1517

1618
spec.files = `git ls-files -z`.split("\x0")
1719
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)