rabal 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,5 +1,9 @@
1
1
  = Changelog
2
2
 
3
+ === Version 0.2.2
4
+
5
+ * put in missing init.rb stub to avoid GemPlugin confusion
6
+
3
7
  === Version 0.2.1
4
8
 
5
9
  * fix bug wherein some templates get lost for subdirectories when multiple modules are in use.
@@ -0,0 +1 @@
1
+ require 'gem_plugin'
@@ -4,7 +4,7 @@ module Rabal
4
4
  class Version
5
5
  MAJOR = 0
6
6
  MINOR = 2
7
- BUILD = 1
7
+ BUILD = 2
8
8
 
9
9
  class << self
10
10
  def to_a
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: rabal
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.1
7
- date: 2007-09-11 00:00:00 -06:00
6
+ version: 0.2.2
7
+ date: 2007-11-07 00:00:00 -07:00
8
8
  summary: A tool for bootstrapping project development
9
9
  require_paths:
10
10
  - lib
@@ -56,6 +56,7 @@ files:
56
56
  - lib/rabal/error.rb
57
57
  - lib/rabal/file_tree.rb
58
58
  - lib/rabal/gemspec.rb
59
+ - lib/rabal/init.rb
59
60
  - lib/rabal/logger.rb
60
61
  - lib/rabal/plugin/bin.rb
61
62
  - lib/rabal/plugin/core.rb