handlebars-helpers 0.0.74 → 0.0.75
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/handlebars-helpers.gemspec +1 -1
- data/lib/handlebars/helpers/statistics.rb +9 -0
- data/lib/handlebars/helpers/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f3e731d6bec7c72fa08a28e7b1c9f809ec0d45c6791dec2af973c79d6a11333
|
4
|
+
data.tar.gz: 5b999e2998bdd697d27912a0febd8b42d7205d694bfd3d8727877736205b6acd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2653f9d142501232e4e18e24cb05827b72b21e44e430c5e0e89412623966dbcdacee1b390b74414a70be80aee48cbf1cc93b0e3581adaeb66fa6f5d1511bde8a
|
7
|
+
data.tar.gz: 72f244787c379d0f84a1a631610df27e41443c13b84073ca915f06ea309b9ae3765a53f4a1ac0c27061f3895f57c91b76f224276b62066f5904eb7df21c452cd
|
data/handlebars-helpers.gemspec
CHANGED
@@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
|
|
47
47
|
spec.rdoc_options += [
|
48
48
|
'--title', 'handlebars-helpers by appydave.com',
|
49
49
|
'--main', 'README.md',
|
50
|
-
'--files
|
50
|
+
'--files STORIES.MD USAGE.MD'
|
51
51
|
]
|
52
52
|
|
53
53
|
# spec.add_dependency 'tty-box', '~> 0.5.0'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: handlebars-helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.75
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Cruwys
|
@@ -98,6 +98,7 @@ files:
|
|
98
98
|
- lib/handlebars/helpers/misc/noop.rb
|
99
99
|
- lib/handlebars/helpers/misc/safe.rb
|
100
100
|
- lib/handlebars/helpers/register_helpers.rb
|
101
|
+
- lib/handlebars/helpers/statistics.rb
|
101
102
|
- lib/handlebars/helpers/string_formatting/append_if.rb
|
102
103
|
- lib/handlebars/helpers/string_formatting/back_slash.rb
|
103
104
|
- lib/handlebars/helpers/string_formatting/camel.rb
|
@@ -138,8 +139,7 @@ rdoc_options:
|
|
138
139
|
- handlebars-helpers by appydave.com
|
139
140
|
- "--main"
|
140
141
|
- README.md
|
141
|
-
- "--files"
|
142
|
-
- STORIES.MD USAGE.MD
|
142
|
+
- "--files STORIES.MD USAGE.MD"
|
143
143
|
require_paths:
|
144
144
|
- lib
|
145
145
|
required_ruby_version: !ruby/object:Gem::Requirement
|