kuzushi 0.0.10 → 0.0.11

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/lib/kuzushi.rb +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.10
1
+ 0.0.11
@@ -161,7 +161,7 @@ class Kuzushi
161
161
  task "setting up #{f.file}" do
162
162
  @system = system
163
163
  t = ERB.new File.read(file), 0, '<>'
164
- File.open(f.file,"w") { |f| f.write(t.result) }
164
+ File.open(f.file,"w") { |f| f.write(t.result(binding)) }
165
165
  end
166
166
  end
167
167
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuzushi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orion Henry