motion-objc-runtime 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ def generate_bridgesupport(config)
22
22
  header = "#{objc_include_dir}/runtime.h"
23
23
 
24
24
  # see man gen_bridge_metadata
25
- `#{gen_bridge_metadata} #{opts} #{header} > #{BRIDGESUPPORT_FILE}`
25
+ `RUBYOPT='' #{gen_bridge_metadata} #{opts} #{header} > #{BRIDGESUPPORT_FILE}`
26
26
  end
27
27
 
28
28
  # Tap into App::setup to appropriately generate the Objective-C
@@ -3,7 +3,7 @@ Gem::Specification.new do |gem|
3
3
  gem.name = 'motion-objc-runtime'
4
4
  gem.description = 'Exposes Objective-C runtime in RubyMotion'
5
5
  gem.homepage = "https://github.com/kastiglione/#{gem.name}"
6
- gem.version = '0.0.3'
6
+ gem.version = '0.0.4'
7
7
 
8
8
  gem.authors = ['Dave Lee']
9
9
  gem.email = ['dave@kastiglione.com']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-objc-runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-30 00:00:00.000000000 Z
12
+ date: 2012-08-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Exposes Objective-C runtime in RubyMotion
15
15
  email: