rake-compiler 0.8.2 → 0.8.3
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -0
- data/lib/rake/extensioncompiler.rb +1 -1
- data/tasks/gem.rake +1 -1
- metadata +5 -5
data/History.txt
CHANGED
@@ -39,7 +39,7 @@ module Rake
|
|
39
39
|
paths = ENV['PATH'].split(File::PATH_SEPARATOR)
|
40
40
|
|
41
41
|
# the pattern to look into (captures *nix and windows executables)
|
42
|
-
pattern = "i?86*mingw*gcc{,.*}"
|
42
|
+
pattern = "{mingw32-,i?86*mingw*}gcc{,.*}"
|
43
43
|
|
44
44
|
@mingw_gcc_executable = paths.find do |path|
|
45
45
|
# cleanup paths before globbing
|
data/tasks/gem.rake
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rake-compiler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 57
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 8
|
9
|
-
-
|
10
|
-
version: 0.8.
|
9
|
+
- 3
|
10
|
+
version: 0.8.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Luis Lavena
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-
|
18
|
+
date: 2013-02-16 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: rake
|
@@ -114,9 +114,9 @@ files:
|
|
114
114
|
- tasks/rspec.rake
|
115
115
|
- Rakefile
|
116
116
|
- Isolate
|
117
|
-
- README.rdoc
|
118
117
|
- History.txt
|
119
118
|
- LICENSE.txt
|
119
|
+
- README.rdoc
|
120
120
|
- cucumber.yml
|
121
121
|
homepage: http://github.com/luislavena/rake-compiler
|
122
122
|
licenses:
|