kuzushi 0.0.50 → 0.0.51

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 +2 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.50
1
+ 0.0.51
@@ -4,7 +4,8 @@ require 'erb'
4
4
  require 'ohai'
5
5
  require 'json'
6
6
 
7
- @system = Ohai::System.new.all_plugins
7
+ @system = Ohai::System.new
8
+ @system.all_plugins
8
9
  @config = JSON.parse(File.read("config.json")) if File.exists?("config.json")
9
10
 
10
11
  ERB.new(File.read(ARGV[0]), 0, '<>').result(binding)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 50
9
- version: 0.0.50
8
+ - 51
9
+ version: 0.0.51
10
10
  platform: ruby
11
11
  authors:
12
12
  - Orion Henry
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-28 00:00:00 -04:00
17
+ date: 2010-05-29 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency