katuv 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,6 +16,10 @@ module Katuv
16
16
  children.values.each(&block)
17
17
  end
18
18
 
19
+ def run!
20
+ #this sucks
21
+ end
22
+
19
23
  def children
20
24
  @children ||= {}
21
25
  end
data/lib/katuv/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Katuv
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: katuv
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Joe Fredette
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-09 00:00:00.000000000 Z
12
+ date: 2013-04-10 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A tool for parsing and transforming internal Ruby DSLs
15
15
  email: