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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce5a1b255ecf2701b5e5e559ceba2c7178a50314
4
- data.tar.gz: 7b6255599fbb71fd0f161999744b9de3a8b8dd65
3
+ metadata.gz: a2926c7fad033fbe1780b4e2fe6ff21370f1c2cd
4
+ data.tar.gz: 77f1f3838aa817fea10acf8f2e5cdc2734de4045
5
5
  SHA512:
6
- metadata.gz: c1f9d6cc1101abf10b5b4ab5bdd84c72db5b9e368f84bf7225e535c59baff845f48a6dafd6998442372581d1d4c6ab1b65fc7562ea31fecf2827c8ccb0fdc53e
7
- data.tar.gz: c41f56aba14c5f7c3b0c96e6a357a4105ab8c63c2e30e522b732410c8fa6cd71ef078e972a14ba92c1aaa8df9833065454bd4b342eed87857d389e86815604a4
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
  [![Issue Count](https://codeclimate.com/github/matchbookmac/erb-file_out/badges/issue_count.svg)](https://codeclimate.com/github/matchbookmac/erb-file_out)
14
14
 
15
+ [![Gem Version](https://badge.fury.io/rb/erb-file_out.svg)](https://badge.fury.io/rb/erb-file_out)
16
+
15
17
  ## Installation
16
18
 
17
19
  Add this line to your application's Gemfile:
@@ -2,6 +2,6 @@
2
2
 
3
3
  class ERB
4
4
  class FileOut < ERB
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: erb-file_out
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian C. MacDonald