calabash-android 0.0.7 → 0.0.8

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.
@@ -1,3 +1,6 @@
1
+ 0.0.8:
2
+ Added colors to Cucumber output
3
+
1
4
  0.0.7: Output from the ant build and from running Cucumber is now in sync.
2
5
  That means that you can now trust that the output you see is actually
3
6
  the most recent output from ant or Cucumber.
@@ -11,7 +11,7 @@ def calabash_run(args)
11
11
  "TEST_SERVER_PORT=34777"
12
12
 
13
13
  STDOUT.sync = true
14
- cmd = "cucumber #{ARGV.join(" ")} #{env}"
14
+ cmd = "cucumber -c #{ARGV.join(" ")} #{env}"
15
15
  IO.popen(cmd) do |io|
16
16
  io.each { |s| print s }
17
17
  end
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.0.7"
4
- FRAMEWORK_VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
+ FRAMEWORK_VERSION = "0.0.8"
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.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jonas Maturana Larsen