sim_launcher 0.4.2 → 0.4.3.pre1

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.
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ desc "compile ios-sim binary"
5
5
  task "build_ios_sim" do
6
6
  native_dir = File.expand_path( '../native',__FILE__)
7
7
  Dir.mktmpdir do |tmp_dir|
8
- sh %Q{xcodebuild -project vendor/iphonesim/ios-sim.xcodeproj -configuration Debug SYMROOT='#{tmp_dir}' clean build}
8
+ sh %Q{xcodebuild -project vendor/iphonesim/ios-sim.xcodeproj -xcconfig vendor/iphonesim/ios-sim.xcconfig -configuration Debug SYMROOT='#{tmp_dir}' clean build}
9
9
  FileUtils.cp( File.join(tmp_dir,'Debug','ios-sim'), native_dir )
10
10
  end
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module SimLauncher
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3.pre1"
3
3
  end
data/native/ios-sim CHANGED
Binary file
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sim_launcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
5
- prerelease:
4
+ version: 0.4.3.pre1
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Pete Hodgson
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-24 00:00:00.000000000 Z
12
+ date: 2012-06-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra
@@ -63,9 +63,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  none: false
65
65
  requirements:
66
- - - ! '>='
66
+ - - ! '>'
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: 1.3.1
69
69
  requirements: []
70
70
  rubyforge_project:
71
71
  rubygems_version: 1.8.24