kuzushi 0.0.51 → 0.0.52

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/kuzushi-erb +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.51
1
+ 0.0.52
@@ -8,5 +8,5 @@ require 'json'
8
8
  @system.all_plugins
9
9
  @config = JSON.parse(File.read("config.json")) if File.exists?("config.json")
10
10
 
11
- ERB.new(File.read(ARGV[0]), 0, '<>').result(binding)
11
+ puts ERB.new(File.read(ARGV[0]), 0, '<>').result(binding)
12
12
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 51
9
- version: 0.0.51
8
+ - 52
9
+ version: 0.0.52
10
10
  platform: ruby
11
11
  authors:
12
12
  - Orion Henry