handlebars-helpers 0.0.72 → 0.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/handlebars-helpers.gemspec +1 -0
- data/lib/handlebars/helpers/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f7856b8bedf4a0e767a79418770a54194fa2d0e54ac41437d5cdcf6b0445bcb
|
|
4
|
+
data.tar.gz: b00c84c817f59efed112319fc2135cab2b86fb54e4103274bd2e15cabb328f88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02603ef2713d98b6259e38141c639a5763aee2bb025e21146c1cb6d66d6647c590f51a81f7dde4ea39ec459323448b6af1a4672cfc6779171f948d9187c97f53
|
|
7
|
+
data.tar.gz: ff545bd715a138248f730e1f99cf9cbbfb68b98f4faf1ed741d6fdf43e629b102bc6f71ec7731c758ba84e1b27108f89a411f20c242a7c52866bad5097562018
|
data/README.md
CHANGED
|
@@ -77,7 +77,7 @@ To release a new version, update the version number in `version.rb`, build the g
|
|
|
77
77
|
gem build
|
|
78
78
|
gem push rspec-usecases-?.?.??.gem
|
|
79
79
|
# or push the latest gem
|
|
80
|
-
ls
|
|
80
|
+
ls *.gem | sort -r | head -1 | xargs gem push
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
## Contributing
|
data/handlebars-helpers.gemspec
CHANGED
|
@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
|
|
|
25
25
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
26
26
|
spec.metadata['source_code_uri'] = 'https://github.com/klueless-io/handlebars-helpers'
|
|
27
27
|
spec.metadata['changelog_uri'] = 'https://github.com/klueless-io/handlebars-helpers/commits/master'
|
|
28
|
+
spec.metadata['documentation_uri'] = 'https://rubydoc.info/github/klueless-io/handlebars-helpers/master'
|
|
28
29
|
|
|
29
30
|
# Specify which files should be added to the gem when it is released.
|
|
30
31
|
# The `git ls-files -z` loads the RubyGem files that have been added into git.
|
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.73
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Cruwys
|
|
@@ -132,6 +132,7 @@ metadata:
|
|
|
132
132
|
homepage_uri: http://appydave.com/gems/handlebars-helpers
|
|
133
133
|
source_code_uri: https://github.com/klueless-io/handlebars-helpers
|
|
134
134
|
changelog_uri: https://github.com/klueless-io/handlebars-helpers/commits/master
|
|
135
|
+
documentation_uri: https://rubydoc.info/github/klueless-io/handlebars-helpers/master
|
|
135
136
|
post_install_message:
|
|
136
137
|
rdoc_options:
|
|
137
138
|
- "--title"
|