calabash-cucumber 0.9.80.pre.4 → 0.9.80.pre.5

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- calabash-cucumber (0.9.80.pre.3)
4
+ calabash-cucumber (0.9.80.pre.4)
5
5
  CFPropertyList
6
6
  cucumber
7
7
  json
@@ -16,6 +16,10 @@ module Calabash
16
16
  map(uiquery, :query, *args)
17
17
  end
18
18
 
19
+ def query_all(uiquery, *args)
20
+ map(uiquery, :query_all, *args)
21
+ end
22
+
19
23
  def touch(uiquery, options={})
20
24
  options[:query] = uiquery
21
25
  views_touched = playback("touch", options)
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Cucumber
3
- VERSION = "0.9.80.pre.4"
4
- FRAMEWORK_VERSION = "0.9.80.pre.3"
3
+ VERSION = "0.9.80.pre.5"
4
+ FRAMEWORK_VERSION = "0.9.80.pre.5"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.80.pre.4
4
+ version: 0.9.80.pre.5
5
5
  prerelease: 7
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: 2012-07-25 00:00:00.000000000 Z
12
+ date: 2012-07-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cucumber