motion-calabash 0.9.136 → 0.9.137
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/lib/motion/project/calabash.rb +2 -4
- data/motion-calabash.gemspec +1 -1
- metadata +2 -2
|
@@ -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)
|
|
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
|
-
|
|
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')
|
data/motion-calabash.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
12
|
+
date: 2013-03-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: calabash-cucumber
|