buildr-hx 0.0.21.pre → 0.0.22.pre

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.21.pre
1
+ 0.0.22.pre
data/buildr-hx.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "buildr-hx"
8
- s.version = "0.0.21.pre"
8
+ s.version = "0.0.22.pre"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dominic Graefen"]
data/buildr-hx.iml CHANGED
@@ -11,7 +11,7 @@
11
11
  <orderEntry type="library" scope="PROVIDED" name="atoulme-Antwrap (v0.7.1, ruby-1.9.2-p290) [gem]" level="application" />
12
12
  <orderEntry type="library" scope="PROVIDED" name="builder (v2.1.2, ruby-1.9.2-p290) [gem]" level="application" />
13
13
  <orderEntry type="library" scope="PROVIDED" name="buildr (v1.4.6, ruby-1.9.2-p290) [gem]" level="application" />
14
- <orderEntry type="library" scope="PROVIDED" name="buildr-hx (v0.0.20.pre, ruby-1.9.2-p290) [gem]" level="application" />
14
+ <orderEntry type="library" scope="PROVIDED" name="buildr-hx (v0.0.21.pre, ruby-1.9.2-p290) [gem]" level="application" />
15
15
  <orderEntry type="library" scope="PROVIDED" name="bundler (v1.1.3, ruby-1.9.2-p290) [gem]" level="application" />
16
16
  <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.1.2, ruby-1.9.2-p290) [gem]" level="application" />
17
17
  <orderEntry type="library" scope="PROVIDED" name="git (v1.2.5, ruby-1.9.2-p290) [gem]" level="application" />
@@ -27,7 +27,7 @@ module Buildr
27
27
  appwd = Dir.pwd
28
28
  Dir.chdir @project.base_dir
29
29
  file = File.join(@project.base_dir, options[:hxml] || is_test ? "test.hxml" : "compile.hxml")
30
- fail("Compilation failed!") unless system "haxe '#{file}'"
30
+ fail("Compilation failed!") unless system "haxe \"#{file}\""
31
31
  Dir.chdir appwd
32
32
  end
33
33
  end
@@ -84,7 +84,7 @@ module Buildr
84
84
  end
85
85
 
86
86
  def install_haxelib_zip zip
87
- system "haxelib test '#{zip}'"
87
+ system "haxelib test \"#{zip}\""
88
88
  end
89
89
 
90
90
  def is_test?(sources, target, dependencies)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildr-hx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21.pre
4
+ version: 0.0.22.pre
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors:
@@ -213,7 +213,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
213
213
  version: '0'
214
214
  segments:
215
215
  - 0
216
- hash: 4044263023288197641
216
+ hash: -681211570645267667
217
217
  required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  none: false
219
219
  requirements: