erb-file_out 0.1.0 → 0.1.1
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 +2 -0
- data/lib/erb/file_out/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2926c7fad033fbe1780b4e2fe6ff21370f1c2cd
|
4
|
+
data.tar.gz: 77f1f3838aa817fea10acf8f2e5cdc2734de4045
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b108f3eb5e8e2a48d42fda073efcfc3794fb9a0c6adb48961766b108131baa043ba4aad82e559eb07a27c4894fa68fa433cce9c523aa808a499ea7063d580b33
|
7
|
+
data.tar.gz: 7dbb6881ec192160b0146e8fc16ab2cc213b12f41ad57a6a2d77498a0fa35d5f28d48579b4f364e05372a28e4eaeeb15225afdc96f4e7c729df8dc75c2305e88
|
data/README.md
CHANGED
@@ -12,6 +12,8 @@ ERB::FileOut provides a way to write the result of a template to disk instead of
|
|
12
12
|
|
13
13
|
[](https://codeclimate.com/github/matchbookmac/erb-file_out)
|
14
14
|
|
15
|
+
[](https://badge.fury.io/rb/erb-file_out)
|
16
|
+
|
15
17
|
## Installation
|
16
18
|
|
17
19
|
Add this line to your application's Gemfile:
|
data/lib/erb/file_out/version.rb
CHANGED