motion-calabash 0.9.136 → 0.9.137

Sign up to get free protection for your applications and to get access to all the features.
@@ -105,13 +105,11 @@ namespace 'calabash' do
105
105
  task :scaffold do
106
106
  # Retrieve configuration settings.
107
107
  calabash_env = gather_calabash_env
108
- cmd = '(echo "" | calabash-ios gen) &> /dev/null'
108
+ cmd = '(echo "" | calabash-ios gen) > /dev/null'
109
109
  App.info 'Run', "Scaffolding features"
110
110
  App.info 'Info', "Run rake calabash:run to try"
111
111
 
112
- env_str = calabash_env.map {|envname, envval| "export #{envname}=#{envval};"}.join(" ")
113
- system("(#{env_str}) && #{cmd}")
114
-
112
+ system(cmd)
115
113
 
116
114
  this_path = File.expand_path(__FILE__)
117
115
  launch_path = File.join(this_path,'..','..','..','..','scripts','launch.rb')
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.author = 'Karl Krukow'
8
8
  s.email = 'karl@lesspainful.com'
9
9
  s.homepage = 'http://www.lesspainful.com'
10
- s.version = '0.9.136'
10
+ s.version = '0.9.137'
11
11
  s.summary = %q{Calabash support for RubyMotion}
12
12
  s.description = %q{This linkes-in calabash for iOS}
13
13
  s.files = ["lib/framework/libcalabashuni-0.9.136.a"].concat(`git ls-files`.split("\n"))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-calabash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.136
4
+ version: 0.9.137
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: 2013-03-24 00:00:00.000000000 Z
12
+ date: 2013-03-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: calabash-cucumber