calabash-android 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ 0.0.11:
2
+ Added a small delay after executing cucumber from calabash-android-run
3
+ to make termination prettier.
4
+
1
5
  0.0.10:
2
6
  Added -v and --verbose options to calabash-android run.
3
7
  This will turn on verbose logging for Calabash as well as Cucumber.
@@ -12,7 +12,10 @@ def calabash_run(args)
12
12
 
13
13
  STDOUT.sync = true
14
14
  cmd = "cucumber -c #{ARGV.join(" ")} #{env}"
15
+ puts cmd
15
16
  IO.popen(cmd) do |io|
16
17
  io.each { |s| print s }
17
18
  end
19
+
20
+ sleep(1)
18
21
  end
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.0.10"
4
- FRAMEWORK_VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
4
+ FRAMEWORK_VERSION = "0.0.11"
5
5
  end
6
6
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: calabash-android
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.10
5
+ version: 0.0.11
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jonas Maturana Larsen
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-05-18 00:00:00 -03:00
13
+ date: 2012-05-22 00:00:00 -03:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency