kuzushi 0.0.49 → 0.0.50

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 +3 -2
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.49
1
+ 0.0.50
@@ -1,10 +1,11 @@
1
1
  #!/usr/bin/env ruby
2
+ require 'rubygems'
2
3
  require 'erb'
3
4
  require 'ohai'
4
5
  require 'json'
5
6
 
6
7
  @system = Ohai::System.new.all_plugins
7
- @config = JSON.parse(File.read("config.json") if File.exists?("config.json")
8
+ @config = JSON.parse(File.read("config.json")) if File.exists?("config.json")
8
9
 
9
- ERB.new(File.read(ARGV[0], 0, '<>').result(binding)
10
+ ERB.new(File.read(ARGV[0]), 0, '<>').result(binding)
10
11
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 49
9
- version: 0.0.49
8
+ - 50
9
+ version: 0.0.50
10
10
  platform: ruby
11
11
  authors:
12
12
  - Orion Henry