rap 0.12.0 → 0.12.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History +4 -0
  2. data/lib/rap/rake.rb +1 -1
  3. metadata +1 -1
data/History CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.12.1 / 2009-02-18
2
+
3
+ * Fixed bug where rap would not run rake tasks
4
+
1
5
  == 0.12.0 / 2009-02-17
2
6
 
3
7
  As of the 0.12.0 release, Tap is distributed as several independent modules.
data/lib/rap/rake.rb CHANGED
@@ -28,7 +28,7 @@ module Rap
28
28
  end
29
29
  end
30
30
 
31
- def enq(*argv)
31
+ def process(*argv)
32
32
  rake = ::Rake.application
33
33
 
34
34
  # run as if from command line using argv
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Chiang