tap-gen 0.1.2 → 0.1.3

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.
Files changed (3) hide show
  1. data/History +4 -0
  2. data/lib/tap/generator/exe.rb +1 -1
  3. metadata +3 -3
data/History CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.1.3 / 2009-06-06
2
+
3
+ * bug fix for tap-0.17.1
4
+
1
5
  == 0.1.2 / 2009-06-05
2
6
 
3
7
  * bug fix in config generator
@@ -18,7 +18,7 @@ module Tap
18
18
  raise "unknown generator: #{name}"
19
19
  end
20
20
 
21
- generator, argv = const.constantize.parse(argv)
21
+ generator = const.constantize.parse(argv)
22
22
  generator.template_dir = env.class_path(:templates, generator) {|dir| File.directory?(dir) }
23
23
  generator.extend(mod).process(*argv)
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tap-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Chiang
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-05 00:00:00 -06:00
12
+ date: 2009-06-06 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.17.0
23
+ version: 0.17.1
24
24
  version:
25
25
  description:
26
26
  email: simon.a.chiang@gmail.com