rake-compiler 0.8.2 → 0.8.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.
@@ -1,3 +1,8 @@
1
+ === 0.8.3 / 2013-02-16
2
+
3
+ * Bugfixes:
4
+ * Support FreeBSD 'mingw32-gcc' cross compiler. Closes #72 [knu]
5
+
1
6
  === 0.8.2 / 2013-01-11
2
7
 
3
8
  * Bugfixes:
@@ -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
@@ -3,7 +3,7 @@ require 'rubygems/package_task'
3
3
  GEM_SPEC = Gem::Specification.new do |s|
4
4
  # basic information
5
5
  s.name = "rake-compiler"
6
- s.version = "0.8.2"
6
+ s.version = "0.8.3"
7
7
  s.platform = Gem::Platform::RUBY
8
8
 
9
9
  # description and details
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: 59
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 2
10
- version: 0.8.2
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-01-12 00:00:00 Z
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: