jimweirich-rake 0.8.1.11 → 0.8.2

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.
@@ -159,5 +159,7 @@ otherwise helpful comments. Thanks to ...
159
159
  * Adam Majer
160
160
  * Emanuel Inderm�hle
161
161
  * Ittay Dror
162
+ * Bheeshmar Redheendran (for spending an afternoon with me debugging
163
+ windows issues)
162
164
 
163
165
  -- Jim Weirich
data/lib/rake.rb CHANGED
@@ -29,7 +29,7 @@
29
29
  # as a library via a require statement, but it can be distributed
30
30
  # independently as an application.
31
31
 
32
- RAKEVERSION = '0.8.1.11'
32
+ RAKEVERSION = '0.8.2'
33
33
 
34
34
  require 'rbconfig'
35
35
  require 'getoptlong'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jimweirich-rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1.11
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Weirich
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-07 21:00:00 -07:00
12
+ date: 2008-09-08 21:00:00 -07:00
13
13
  default_executable: rake
14
14
  dependencies: []
15
15