forked from SmartBear/ruby-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathruby-handlebars.gemspec
More file actions
47 lines (43 loc) · 1.63 KB
/
Copy pathruby-handlebars.gemspec
File metadata and controls
47 lines (43 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Generated by juwelier
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: ruby-handlebars 0.4.1 ruby lib
Gem::Specification.new do |s|
s.name = "ruby-handlebars".freeze
s.version = "0.4.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Vincent Pretre".freeze, "Hiptest R&D".freeze]
s.date = "2022-06-01"
s.email = "v.pretre@hiptest.net".freeze
s.extra_rdoc_files = [
"CHANGELOG.md",
"LICENSE",
"README.md"
]
s.files = [
"lib/ruby-handlebars.rb",
"lib/ruby-handlebars/context.rb",
"lib/ruby-handlebars/escapers/dummy_escaper.rb",
"lib/ruby-handlebars/escapers/html_escaper.rb",
"lib/ruby-handlebars/helper.rb",
"lib/ruby-handlebars/helpers/default_helper.rb",
"lib/ruby-handlebars/helpers/each_helper.rb",
"lib/ruby-handlebars/helpers/helper_missing_helper.rb",
"lib/ruby-handlebars/helpers/if_helper.rb",
"lib/ruby-handlebars/helpers/register_default_helpers.rb",
"lib/ruby-handlebars/helpers/unless_helper.rb",
"lib/ruby-handlebars/helpers/with_helper.rb",
"lib/ruby-handlebars/parser.rb",
"lib/ruby-handlebars/template.rb",
"lib/ruby-handlebars/tree.rb"
]
s.homepage = "https://github.com/smartbear/ruby-handlebars".freeze
s.rubygems_version = "3.1.6".freeze
s.summary = "Pure Ruby library for Handlebars templates".freeze
if s.respond_to? :specification_version then
s.specification_version = 4
end
s.add_dependency("parslet", ["~> 2.0", ">= 2.0.0"])
end