calabash-android 0.2.16 → 0.2.17

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.2.17:
2
+ Added calabash-android extract-manifest that will print the manifest of any apk file.
3
+
1
4
  0.2.16:
2
5
  Added --google-maps-support option.
3
6
  By default no actions from sh.calaba.instrumentationbackend.actions.map
@@ -56,6 +56,18 @@ elsif cmd == 'gen'
56
56
  elsif cmd == 'setup'
57
57
  calabash_setup
58
58
  exit 0
59
+ elsif cmd == 'extract-manifest'
60
+ if ARGV.empty?
61
+ puts "Please specify an app"
62
+ exit 1
63
+ end
64
+ unless File.exist? ARGV.first
65
+ puts "No such file #{ARGV.first}"
66
+ exit 1
67
+ end
68
+
69
+ puts manifest ARGV.first
70
+ exit 0
59
71
  elsif cmd == 'version'
60
72
  puts Calabash::Android::VERSION
61
73
  exit 0
@@ -1,5 +1,5 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.2.16"
3
+ VERSION = "0.2.17"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-android
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.16
4
+ version: 0.2.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: