ztk 1.6.1 → 1.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module ZTK::DSL::Core
15
15
 
16
16
  def load(rb_file)
17
17
  new do
18
- instance_eval(::IO.read(rb_file))
18
+ instance_eval(::IO.read(rb_file), rb_file)
19
19
  end
20
20
  end
21
21
 
@@ -1,6 +1,6 @@
1
1
  module ZTK
2
2
 
3
3
  # ZTK Version String
4
- VERSION = "1.6.1"
4
+ VERSION = "1.6.2"
5
5
 
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ztk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-20 00:00:00.000000000 Z
12
+ date: 2013-06-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport