calabash-cucumber 0.10.0.pre3 → 0.10.0.pre5

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.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/doc/calabash-ios-help.txt +85 -0
  3. data/lib/calabash-cucumber/enviroment_variables.rb +38 -0
  4. data/lib/calabash-cucumber/launcher.rb +15 -3
  5. data/lib/calabash-cucumber/resources/cell_swipe_ios4_ipad.base64 +51 -0
  6. data/lib/calabash-cucumber/resources/cell_swipe_ios4_iphone.base64 +51 -0
  7. data/lib/calabash-cucumber/resources/cell_swipe_ios5_ipad.base64 +74 -0
  8. data/lib/calabash-cucumber/resources/cell_swipe_ios5_iphone.base64 +74 -0
  9. data/lib/calabash-cucumber/resources/double_tap_ios5_ipad.base64 +15 -0
  10. data/lib/calabash-cucumber/resources/double_tap_ios5_iphone.base64 +15 -0
  11. data/lib/calabash-cucumber/resources/double_tap_ios6_ipad.base64 +22 -0
  12. data/lib/calabash-cucumber/resources/double_tap_ios6_iphone.base64 +22 -0
  13. data/lib/calabash-cucumber/resources/pan_ios5_ipad.base64 +199 -0
  14. data/lib/calabash-cucumber/resources/pan_ios5_iphone.base64 +199 -0
  15. data/lib/calabash-cucumber/resources/pan_ios6_ipad.base64 +206 -0
  16. data/lib/calabash-cucumber/resources/pan_ios6_iphone.base64 +206 -0
  17. data/lib/calabash-cucumber/resources/pinch_in_ios4_ipad.base64 +104 -0
  18. data/lib/calabash-cucumber/resources/pinch_in_ios4_iphone.base64 +104 -0
  19. data/lib/calabash-cucumber/resources/pinch_in_ios5_ipad.base64 +144 -0
  20. data/lib/calabash-cucumber/resources/pinch_in_ios5_iphone.base64 +144 -0
  21. data/lib/calabash-cucumber/resources/pinch_in_ios6_ipad.base64 +70 -0
  22. data/lib/calabash-cucumber/resources/pinch_in_ios6_iphone.base64 +70 -0
  23. data/lib/calabash-cucumber/resources/pinch_out_ios5_ipad.base64 +207 -0
  24. data/lib/calabash-cucumber/resources/pinch_out_ios5_iphone.base64 +207 -0
  25. data/lib/calabash-cucumber/resources/pinch_out_ios6_ipad.base64 +96 -0
  26. data/lib/calabash-cucumber/resources/pinch_out_ios6_iphone.base64 +96 -0
  27. data/lib/calabash-cucumber/resources/rotate_left_home_down_ios4_ipad.base64 +2 -0
  28. data/lib/calabash-cucumber/resources/rotate_left_home_down_ios4_iphone.base64 +2 -0
  29. data/lib/calabash-cucumber/resources/rotate_left_home_down_ios5_ipad.base64 +2 -0
  30. data/lib/calabash-cucumber/resources/rotate_left_home_down_ios5_iphone.base64 +2 -0
  31. data/lib/calabash-cucumber/resources/rotate_left_home_left_ios4_ipad.base64 +2 -0
  32. data/lib/calabash-cucumber/resources/rotate_left_home_left_ios4_iphone.base64 +2 -0
  33. data/lib/calabash-cucumber/resources/rotate_left_home_left_ios5_ipad.base64 +2 -0
  34. data/lib/calabash-cucumber/resources/rotate_left_home_left_ios5_iphone.base64 +2 -0
  35. data/lib/calabash-cucumber/resources/rotate_left_home_right_ios4_ipad.base64 +2 -0
  36. data/lib/calabash-cucumber/resources/rotate_left_home_right_ios4_iphone.base64 +2 -0
  37. data/lib/calabash-cucumber/resources/rotate_left_home_right_ios5_ipad.base64 +2 -0
  38. data/lib/calabash-cucumber/resources/rotate_left_home_right_ios5_iphone.base64 +2 -0
  39. data/lib/calabash-cucumber/resources/rotate_left_home_up_ios4_ipad.base64 +2 -0
  40. data/lib/calabash-cucumber/resources/rotate_left_home_up_ios4_iphone.base64 +2 -0
  41. data/lib/calabash-cucumber/resources/rotate_left_home_up_ios5_ipad.base64 +2 -0
  42. data/lib/calabash-cucumber/resources/rotate_left_home_up_ios5_iphone.base64 +2 -0
  43. data/lib/calabash-cucumber/resources/rotate_right_home_down_ios4_ipad.base64 +2 -0
  44. data/lib/calabash-cucumber/resources/rotate_right_home_down_ios4_iphone.base64 +2 -0
  45. data/lib/calabash-cucumber/resources/rotate_right_home_down_ios5_ipad.base64 +2 -0
  46. data/lib/calabash-cucumber/resources/rotate_right_home_down_ios5_iphone.base64 +2 -0
  47. data/lib/calabash-cucumber/resources/rotate_right_home_left_ios4_ipad.base64 +2 -0
  48. data/lib/calabash-cucumber/resources/rotate_right_home_left_ios4_iphone.base64 +2 -0
  49. data/lib/calabash-cucumber/resources/rotate_right_home_left_ios5_ipad.base64 +2 -0
  50. data/lib/calabash-cucumber/resources/rotate_right_home_left_ios5_iphone.base64 +2 -0
  51. data/lib/calabash-cucumber/resources/rotate_right_home_right_ios4_ipad.base64 +2 -0
  52. data/lib/calabash-cucumber/resources/rotate_right_home_right_ios4_iphone.base64 +2 -0
  53. data/lib/calabash-cucumber/resources/rotate_right_home_right_ios5_ipad.base64 +2 -0
  54. data/lib/calabash-cucumber/resources/rotate_right_home_right_ios5_iphone.base64 +2 -0
  55. data/lib/calabash-cucumber/resources/rotate_right_home_up_ios4_ipad.base64 +2 -0
  56. data/lib/calabash-cucumber/resources/rotate_right_home_up_ios4_iphone.base64 +2 -0
  57. data/lib/calabash-cucumber/resources/rotate_right_home_up_ios5_ipad.base64 +2 -0
  58. data/lib/calabash-cucumber/resources/rotate_right_home_up_ios5_iphone.base64 +2 -0
  59. data/lib/calabash-cucumber/resources/swipe_down_ios5_ipad.base64 +18 -0
  60. data/lib/calabash-cucumber/resources/swipe_down_ios5_iphone.base64 +31 -0
  61. data/lib/calabash-cucumber/resources/swipe_down_ios6_ipad.base64 +25 -0
  62. data/lib/calabash-cucumber/resources/swipe_down_ios6_iphone.base64 +25 -0
  63. data/lib/calabash-cucumber/resources/swipe_left_hard_ios4_ipad.base64 +15 -0
  64. data/lib/calabash-cucumber/resources/swipe_left_hard_ios4_iphone.base64 +15 -0
  65. data/lib/calabash-cucumber/resources/swipe_left_ios4_ipad.base64 +18 -0
  66. data/lib/calabash-cucumber/resources/swipe_left_ios4_iphone.base64 +18 -0
  67. data/lib/calabash-cucumber/resources/swipe_left_ios5_ipad.base64 +17 -0
  68. data/lib/calabash-cucumber/resources/swipe_left_ios5_iphone.base64 +34 -0
  69. data/lib/calabash-cucumber/resources/swipe_left_ios6_ipad.base64 +28 -0
  70. data/lib/calabash-cucumber/resources/swipe_left_ios6_iphone.base64 +28 -0
  71. data/lib/calabash-cucumber/resources/swipe_right_hard_ios4_ipad.base64 +17 -0
  72. data/lib/calabash-cucumber/resources/swipe_right_hard_ios4_iphone.base64 +17 -0
  73. data/lib/calabash-cucumber/resources/swipe_right_ios4_ipad.base64 +13 -0
  74. data/lib/calabash-cucumber/resources/swipe_right_ios4_iphone.base64 +13 -0
  75. data/lib/calabash-cucumber/resources/swipe_right_ios5_ipad.base64 +17 -0
  76. data/lib/calabash-cucumber/resources/swipe_right_ios5_iphone.base64 +17 -0
  77. data/lib/calabash-cucumber/resources/swipe_right_ios6_ipad.base64 +25 -0
  78. data/lib/calabash-cucumber/resources/swipe_right_ios6_iphone.base64 +25 -0
  79. data/lib/calabash-cucumber/resources/swipe_up_ios5_ipad.base64 +34 -0
  80. data/lib/calabash-cucumber/resources/swipe_up_ios5_iphone.base64 +28 -0
  81. data/lib/calabash-cucumber/resources/swipe_up_ios6_ipad.base64 +25 -0
  82. data/lib/calabash-cucumber/resources/swipe_up_ios6_iphone.base64 +25 -0
  83. data/lib/calabash-cucumber/resources/touch_done_ios4_ipad.base64 +7 -0
  84. data/lib/calabash-cucumber/resources/touch_done_ios4_iphone.base64 +9 -0
  85. data/lib/calabash-cucumber/resources/touch_done_ios5_ipad.base64 +7 -0
  86. data/lib/calabash-cucumber/resources/touch_done_ios5_iphone.base64 +9 -0
  87. data/lib/calabash-cucumber/resources/touch_hold_ios5_ipad.base64 +9 -0
  88. data/lib/calabash-cucumber/resources/touch_hold_ios5_iphone.base64 +9 -0
  89. data/lib/calabash-cucumber/resources/touch_hold_ios6_ipad.base64 +9 -0
  90. data/lib/calabash-cucumber/resources/touch_hold_ios6_iphone.base64 +9 -0
  91. data/lib/calabash-cucumber/resources/touch_ios4_ipad.base64 +9 -0
  92. data/lib/calabash-cucumber/resources/touch_ios4_iphone.base64 +9 -0
  93. data/lib/calabash-cucumber/resources/touch_ios5_ipad.base64 +9 -0
  94. data/lib/calabash-cucumber/resources/touch_ios5_iphone.base64 +9 -0
  95. data/lib/calabash-cucumber/resources/touch_ios7_ipad.base64 +9 -0
  96. data/lib/calabash-cucumber/resources/touch_ios7_iphone.base64 +9 -0
  97. data/lib/calabash-cucumber/resources/wheel_down_ios4_ipad.base64 +159 -0
  98. data/lib/calabash-cucumber/resources/wheel_down_ios4_iphone.base64 +159 -0
  99. data/lib/calabash-cucumber/resources/wheel_down_ios5_ipad.base64 +156 -0
  100. data/lib/calabash-cucumber/resources/wheel_down_ios5_iphone.base64 +156 -0
  101. data/lib/calabash-cucumber/resources/wheel_up_ios4_ipad.base64 +166 -0
  102. data/lib/calabash-cucumber/resources/wheel_up_ios4_iphone.base64 +166 -0
  103. data/lib/calabash-cucumber/resources/wheel_up_ios5_ipad.base64 +156 -0
  104. data/lib/calabash-cucumber/resources/wheel_up_ios5_iphone.base64 +156 -0
  105. data/lib/calabash-cucumber/uia.rb +20 -7
  106. data/lib/calabash-cucumber/utils/xctools.rb +3 -1
  107. data/lib/calabash-cucumber/version.rb +60 -17
  108. data/staticlib/calabash.framework.zip +0 -0
  109. data/staticlib/libFrankCalabash.a +0 -0
  110. metadata +158 -56
@@ -0,0 +1,156 @@
1
+ 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
126
+ AAAAAADSAAoACwFmAWcjQHUwAAAAAAAjQHsgAAAAAADVAAIAAwAEAAUABgFpAWoB
127
+ awFuABETAABGJGSBBIZPEEACAAAAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
128
+ AAAAAQACAgIAAACAPwAAgD8AAKlDAIDYQwAAAAAAAAAA0gAKAAsBbAFtI0B1IAAA
129
+ AAAAI0B7EAAAAAAA0gAKAAsBbwFwI0B1IAAAAAAAI0B7EAAAAAAA1QACAAMABAAF
130
+ AAYBcgFzAXQBdwAREwAARiRleLerTxBAAgAAAAEAAQAAAAAAAAAAAAAAAAAAAAAA
131
+ AAAAAAAAAAAAAAEAAgICAAAAgD8AAIA/AICoQwCA2EMAAAAAAAAAANIACgALAXUB
132
+ diNAdRAAAAAAACNAexAAAAAAANIACgALAXgBeSNAdRAAAAAAACNAexAAAAAAANUA
133
+ AgADAAQABQAGAXsBfAF9AYAAERMAAEYkZn9i808QQAIAAAABAAEAAAAAAAAAAAAA
134
+ AAAAAAAAAAAAAAAAAAAAAAABAAICAgAAAIA/AACAPwAAqEMAANhDAAAAAAAAAADS
135
+ AAoACwF+AX8jQHUAAAAAAAAjQHsAAAAAAADSAAoACwGBAYIjQHUAAAAAAAAjQHsA
136
+ AAAAAADVAAIAAwAEAAUABgGEAYUBhgGJABETAABGJGnXbg1PEEAGAAAAAQABAAAA
137
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQACAgEAAACAPwAAgD8AgKdDAADYQwAA
138
+ AAAAAAAA0gAKAAsBhwGII0B08AAAAAAAI0B7AAAAAAAA0gAKAAsBigGLI0B08AAA
139
+ AAAAI0B7AAAAAAAAAAgAYQB2AHsAgACPAJgAnQCmAOkA8gD0APYA/wEIAREBGgEj
140
+ ASYBOwFEAYcBkAGZAaIBqwG0Ab0B0gHbAh4CJwIwAjkCQgJLAlQCaQJyArUCvgLH
141
+ AtAC2QLiAusDAAMJA0wDVQNeA2cDcAN5A4IDlwOgA+MD7AP1A/4EBwQQBBkELgQ3
142
+ BHoEgwSMBJUEngSnBLAExQTOBREFGgUjBSwFNQU+BUcFXAVlBagFsQW6BcMFzAXV
143
+ Bd4F8wX8Bj8GSAZRBloGYwZsBnUGigaTBtYG3wboBvEG+gcDBwwHIQcqB20Hdgd/
144
+ B4gHkQeaB6MHuAfBCAQIDQgWCB8IKAgxCDoITwhYCJsIpAitCLYIvwjICNEI5gjv
145
+ CTIJOwlECU0JVglfCWgJfQmGCckJ0gnbCeQJ7Qn2Cf8KFAodCmAKaQpyCnsKhAqN
146
+ CpYKqwq0CvcLAAsJCxILGwskCy0LQgtLC44LlwugC6kLsgu7C8QL2QviDCUMLgw3
147
+ DEAMSQxSDFsMcAx5DLwMxQzODNcM4AzpDPINBw0QDVMNXA1lDW4Ndw2ADYkNng2n
148
+ DeoN8w38DgUODg4XDiAONQ4+DoEOig6TDpwOpQ6uDrcOzA7VDxgPIQ8qDzMPPA9F
149
+ D04PYw9sD68PuA/BD8oP0w/cD+UP+hADEEYQTxBYEGEQahBzEHwQkRCaEN0Q5hDv
150
+ EPgRAREKERMRKBExEXQRfRGGEY8RmBGhEaoRvxHIEgsSFBIdEiYSLxI4EkESVhJf
151
+ EqISqxK0Er0SxhLPEtgS7RL2EzkTQhNLE1QTXRNmE28ThBONE9AT2RPiE+sT9BP9
152
+ FAYUGxQkFGcUcBR5FIIUixSUFJ0UshS7FP4VBxUQFRkVIhUrFTQVSRVSFZUVnhWn
153
+ FbAVuRXCFcsV4BXpFiwWNRY+FkcWUBZZFmIWdxaAFsMWzBbVFt4W5xbwFvkXDhcX
154
+ F1oXYxdsF3UXfheHF5AXpReuF/EX+hgDGAwYFRgeGCcYPBhFGIgYkRiaGKMYrBi1
155
+ GL4Y0xjcGR8ZKBkxGToZQxlMGVUZahlzGbYZvxnIGdEZ2hnjAAAAAAAAAgIAAAAA
156
+ AAABjAAAAAAAAAAAAAAAAAAAGew=
@@ -13,16 +13,29 @@ module Calabash
13
13
 
14
14
  include Calabash::Cucumber::Logging
15
15
 
16
- # executes raw JavaScript in the UIAutomation environment (using `eval`).
17
- # @param {String} command the JavaScript snipplet to execute
16
+ # Executes raw JavaScript in the UIAutomation environment (using `eval`).
17
+ # @param {String} command the JavaScript snippet to execute
18
18
  # @return {Object} the result returned by the UIA process
19
19
  def uia(command,options={})
20
- res = http({:method => :post, :path => 'uia'}, {:command => command}.merge(options))
21
- res = JSON.parse(res)
22
- if res['outcome'] != 'SUCCESS'
23
- raise "uia action failed because: #{res['reason']}\n#{res['details']}"
20
+ uia_strategy = ENV['UIA_STRATEGY'] || 'http'
21
+ case uia_strategy
22
+ when 'http'
23
+ res = http({:method => :post, :path => 'uia'}, {:command => command}.merge(options))
24
+ res = JSON.parse(res)
25
+ if res['outcome'] != 'SUCCESS'
26
+ raise "uia action failed because: #{res['reason']}\n#{res['details']}"
27
+ end
28
+ res['results'].first
29
+ when 'run_loop'
30
+ launcher = Calabash::Cucumber::Launcher.launcher_if_used
31
+ run_loop = launcher && launcher.active? && launcher.run_loop
32
+ raise ArgumentError, 'the current launcher must be active and be attached to a run_loop' unless run_loop
33
+ raise ArgumentError, 'please supply :command' unless command
34
+ RunLoop.send_command(run_loop, command)
35
+ else
36
+ candidates = ['http', 'run_loop']
37
+ raise ArgumentError, "expected '#{uia_strategy}' to be one of #{candidates}"
24
38
  end
25
- res['results'].first
26
39
  end
27
40
 
28
41
  # @!visibility private
@@ -27,9 +27,11 @@ module Calabash
27
27
  `xcode-select --print-path`.chomp
28
28
  end
29
29
 
30
+ # @deprecated 0.10.0 not replaced
30
31
  # Returns the path to the current developer `usr/bin` directory.
31
32
  # @return [String] path to the current xcode binaries
32
33
  def xcode_bin_dir
34
+ _deprecated('0.10.0', 'no replacement', :warn)
33
35
  File.expand_path("#{xcode_developer_dir}/usr/bin")
34
36
  end
35
37
 
@@ -50,7 +52,7 @@ module Calabash
50
52
  # simulators, or the path to the instruments binary
51
53
  # @raise [ArgumentError] if invalid +cmd+ is passed
52
54
  def instruments(cmd=nil)
53
- instruments = "#{xcode_bin_dir}/instruments"
55
+ instruments = 'xcrun instruments'
54
56
  return instruments if cmd == nil
55
57
 
56
58
  case cmd
@@ -5,12 +5,12 @@ module Calabash
5
5
 
6
6
  # @!visibility public
7
7
  # The Calabash iOS gem version.
8
- VERSION = '0.10.0.pre3'
8
+ VERSION = '0.10.0.pre5'
9
9
 
10
10
  # @!visibility public
11
11
  # The minimum required version of the calabash.framework or, for Xamarin
12
12
  # users, the Calabash component.
13
- MIN_SERVER_VERSION = '0.10.0.pre3'
13
+ MIN_SERVER_VERSION = '0.10.0.pre5'
14
14
 
15
15
  # @!visibility private
16
16
  def self.const_missing(const_name)
@@ -23,14 +23,16 @@ module Calabash
23
23
 
24
24
  # A model of a release version that can be used to compare two version.
25
25
  #
26
- # Calabash tries very hard to comply with Semantic Versioning rules.
26
+ # Calabash tries very hard to comply with Semantic Versioning rules. However,
27
+ # the semantic versioning spec is incompatible with RubyGem's patterns for
28
+ # pre-release gems.
27
29
  #
28
- # However, our test workflow requires that we use `.pre` to denote
29
- # pre-release versions instead of the recommended `-alpha`, `-beta`, or, `-pre`.
30
+ # > "But returning to the practical: No release version of SemVer is compatible with Rubygems." - _David Kellum_
30
31
  #
31
32
  # Calabash version numbers will be in the form `<major>.<minor>.<patch>[.pre<N>]`.
32
33
  #
33
34
  # @see http://semver.org/
35
+ # @see http://gravitext.com/2012/07/22/versioning.html
34
36
  class Version
35
37
 
36
38
  # @!attribute [rw] major
@@ -73,9 +75,18 @@ module Calabash
73
75
  # version.pre_release => 5
74
76
  #
75
77
  # @param [String] version the version string to parse.
78
+ # @raise [ArgumentError] if version is not in the form 5, 6.1, 7.1.2, 8.2.3.pre1
76
79
  def initialize(version)
77
- tokens = version.split('.')
80
+ tokens = version.strip.split('.')
78
81
  count = tokens.count
82
+ if tokens.empty?
83
+ raise ArgumentError, "expected '#{version}' to be like 5, 6.1, 7.1.2, 8.2.3.pre1"
84
+ end
85
+
86
+ if count < 4 and tokens.any? { |elm| elm =~ /\D/ }
87
+ raise ArgumentError, "expected '#{version}' to be like 5, 6.1, 7.1.2, 8.2.3.pre1"
88
+ end
89
+
79
90
  if count == 4
80
91
  @pre = tokens[3]
81
92
  pre_tokens = @pre.scan(/\D+|\d+/)
@@ -88,7 +99,7 @@ module Calabash
88
99
  # Returns an string representation of this version.
89
100
  # @return [String] a string in the form `<major>.<minor>.<patch>[.pre<N>]`
90
101
  def to_s
91
- str = [@major, @minor, @patch].join('.')
102
+ str = [@major, @minor, @patch].compact.join('.')
92
103
  str = "#{str}.#{@pre}" if @pre
93
104
  str
94
105
  end
@@ -97,42 +108,42 @@ module Calabash
97
108
  # @param [Version] other the version to compare against
98
109
  # @return [Boolean] true if this Version is the same as `other`
99
110
  def == (other)
100
- compare(self, other) == 0
111
+ Version.compare(self, other) == 0
101
112
  end
102
113
 
103
114
  # Compare this version to another for inequality.
104
115
  # @param [Version] other the version to compare against
105
116
  # @return [Boolean] true if this Version is not the same as `other`
106
117
  def != (other)
107
- compare(self, other) != 0
118
+ Version.compare(self, other) != 0
108
119
  end
109
120
 
110
121
  # Is this version less-than another version?
111
122
  # @param [Version] other the version to compare against
112
123
  # @return [Boolean] true if this Version is less-than `other`
113
124
  def < (other)
114
- compare(self, other) < 0
125
+ Version.compare(self, other) < 0
115
126
  end
116
127
 
117
128
  # Is this version greater-than another version?
118
129
  # @param [Version] other the version to compare against
119
130
  # @return [Boolean] true if this Version is greater-than `other`
120
131
  def > (other)
121
- compare(self, other) > 0
132
+ Version.compare(self, other) > 0
122
133
  end
123
134
 
124
135
  # Is this version less-than or equal to another version?
125
136
  # @param [Version] other the version to compare against
126
137
  # @return [Boolean] true if this Version is less-than or equal `other`
127
138
  def <= (other)
128
- compare(self, other) <= 0
139
+ Version.compare(self, other) <= 0
129
140
  end
130
141
 
131
142
  # Is this version greater-than or equal to another version?
132
143
  # @param [Version] other the version to compare against
133
144
  # @return [Boolean] true if this Version is greater-than or equal `other`
134
145
  def >= (other)
135
- compare(self, other) >= 0
146
+ Version.compare(self, other) >= 0
136
147
  end
137
148
 
138
149
  # Compare version `a` to version `b`.
@@ -143,18 +154,18 @@ module Calabash
143
154
  # compare Version.new(0.9.0), Version.new(0.9.0) => 0
144
155
  #
145
156
  # @return [Integer] an integer `(-1, 1)`
146
- def compare(a, b)
157
+ def self.compare(a, b)
147
158
 
148
159
  if a.major != b.major
149
160
  return a.major > b.major ? 1 : -1
150
161
  end
151
162
 
152
163
  if a.minor != b.minor
153
- return a.minor > b.minor ? 1 : -1
164
+ return a.minor.to_i > b.minor.to_i ? 1 : -1
154
165
  end
155
166
 
156
167
  if a.patch != b.patch
157
- return a.patch > b.patch ? 1 : -1
168
+ return a.patch.to_i > b.patch.to_i ? 1 : -1
158
169
  end
159
170
 
160
171
  return 1 if a.pre and (not b.pre)
@@ -164,7 +175,7 @@ module Calabash
164
175
  return -1 if (not a.pre_version) and b.pre_version
165
176
 
166
177
  if a.pre_version != b.pre_version
167
- return a.pre_version > b.pre_version ? 1 : -1
178
+ return a.pre_version.to_i > b.pre_version.to_i ? 1 : -1
168
179
  end
169
180
 
170
181
  0
@@ -197,6 +208,14 @@ if __FILE__ == $0
197
208
  assert_nil(a.pre_version)
198
209
  end
199
210
 
211
+ def test_new_passed_invalid_arg
212
+
213
+ assert_raise(ArgumentError) { Version.new(' ') }
214
+ assert_raise(ArgumentError) { Version.new('5.1.pre3') }
215
+ assert_raise(ArgumentError) { Version.new('5.pre2') }
216
+
217
+ end
218
+
200
219
  # @!visibility private
201
220
  def test_unnumbered_prerelease
202
221
  a = Version.new('0.9.169.pre')
@@ -302,5 +321,29 @@ if __FILE__ == $0
302
321
  assert(a >= b)
303
322
  end
304
323
 
324
+ def test_compare_missing_patch_level
325
+ a = Version.new('6.0')
326
+ b = Version.new('5.1.1')
327
+ assert(Version.compare(a, b) == 1)
328
+ assert(a > b)
329
+
330
+ a = Version.new('5.1.1')
331
+ b = Version.new('6.0')
332
+ assert(Version.compare(a, b) == -1)
333
+ assert(a < b)
334
+ end
335
+
336
+ def test_compare_missing_minor_level
337
+ a = Version.new('5.1')
338
+ b = Version.new('5.1.1')
339
+ assert(Version.compare(a, b) == -1)
340
+ assert(a < b)
341
+
342
+ a = Version.new('5.1.1')
343
+ b = Version.new('5.1')
344
+ assert(Version.compare(a, b) == 1)
345
+ assert(a > b)
346
+ end
347
+
305
348
  end
306
349
  end
Binary file
Binary file
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0.pre3
4
+ version: 0.10.0.pre5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-25 00:00:00.000000000 Z
11
+ date: 2014-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.3.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.3.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: calabash-common
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: 0.0.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.0.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: json
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
@@ -70,168 +70,168 @@ dependencies:
70
70
  name: CFPropertyList
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ~>
73
+ - - "~>"
74
74
  - !ruby/object:Gem::Version
75
75
  version: 2.2.8
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ~>
80
+ - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: 2.2.8
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: sim_launcher
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ~>
87
+ - - "~>"
88
88
  - !ruby/object:Gem::Version
89
89
  version: 0.4.11
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ~>
94
+ - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.4.11
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: slowhandcuke
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - '>='
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - '>='
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: geocoder
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - ~>
115
+ - - "~>"
116
116
  - !ruby/object:Gem::Version
117
117
  version: 1.1.8
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - ~>
122
+ - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: 1.1.8
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: httpclient
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ~>
129
+ - - "~>"
130
130
  - !ruby/object:Gem::Version
131
131
  version: 2.3.3
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - ~>
136
+ - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: 2.3.3
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: bundler
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - ~>
143
+ - - "~>"
144
144
  - !ruby/object:Gem::Version
145
145
  version: '1.1'
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - ~>
150
+ - - "~>"
151
151
  - !ruby/object:Gem::Version
152
152
  version: '1.1'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: run_loop
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - ~>
157
+ - - '='
158
158
  - !ruby/object:Gem::Version
159
159
  version: 0.2.1
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - ~>
164
+ - - '='
165
165
  - !ruby/object:Gem::Version
166
166
  version: 0.2.1
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: awesome_print
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - '>='
171
+ - - ">="
172
172
  - !ruby/object:Gem::Version
173
173
  version: '0'
174
174
  type: :runtime
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
- - - '>='
178
+ - - ">="
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0'
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: rake
183
183
  requirement: !ruby/object:Gem::Requirement
184
184
  requirements:
185
- - - ~>
185
+ - - "~>"
186
186
  - !ruby/object:Gem::Version
187
187
  version: '10.3'
188
188
  type: :development
189
189
  prerelease: false
190
190
  version_requirements: !ruby/object:Gem::Requirement
191
191
  requirements:
192
- - - ~>
192
+ - - "~>"
193
193
  - !ruby/object:Gem::Version
194
194
  version: '10.3'
195
195
  - !ruby/object:Gem::Dependency
196
196
  name: rspec
197
197
  requirement: !ruby/object:Gem::Requirement
198
198
  requirements:
199
- - - ~>
199
+ - - "~>"
200
200
  - !ruby/object:Gem::Version
201
201
  version: '3.0'
202
202
  type: :development
203
203
  prerelease: false
204
204
  version_requirements: !ruby/object:Gem::Requirement
205
205
  requirements:
206
- - - ~>
206
+ - - "~>"
207
207
  - !ruby/object:Gem::Version
208
208
  version: '3.0'
209
209
  - !ruby/object:Gem::Dependency
210
210
  name: yard
211
211
  requirement: !ruby/object:Gem::Requirement
212
212
  requirements:
213
- - - ~>
213
+ - - "~>"
214
214
  - !ruby/object:Gem::Version
215
215
  version: '0.8'
216
216
  type: :development
217
217
  prerelease: false
218
218
  version_requirements: !ruby/object:Gem::Requirement
219
219
  requirements:
220
- - - ~>
220
+ - - "~>"
221
221
  - !ruby/object:Gem::Version
222
222
  version: '0.8'
223
223
  - !ruby/object:Gem::Dependency
224
224
  name: redcarpet
225
225
  requirement: !ruby/object:Gem::Requirement
226
226
  requirements:
227
- - - ~>
227
+ - - "~>"
228
228
  - !ruby/object:Gem::Version
229
229
  version: '3.1'
230
230
  type: :development
231
231
  prerelease: false
232
232
  version_requirements: !ruby/object:Gem::Requirement
233
233
  requirements:
234
- - - ~>
234
+ - - "~>"
235
235
  - !ruby/object:Gem::Version
236
236
  version: '3.1'
237
237
  description: calabash-cucumber drives tests for native iOS apps. You must link your
@@ -244,6 +244,25 @@ executables:
244
244
  extensions: []
245
245
  extra_rdoc_files: []
246
246
  files:
247
+ - LICENSE
248
+ - bin/CalabashSetup
249
+ - bin/cal.xcconfig
250
+ - bin/calabash-ios
251
+ - bin/calabash-ios-build.rb
252
+ - bin/calabash-ios-generate.rb
253
+ - bin/calabash-ios-helpers.rb
254
+ - bin/calabash-ios-setup.rb
255
+ - bin/calabash-ios-sim.rb
256
+ - bin/frank-calabash
257
+ - doc/calabash-ios-help.txt
258
+ - features-skeleton/my_first.feature
259
+ - features-skeleton/step_definitions/calabash_steps.rb
260
+ - features-skeleton/step_definitions/my_first_steps.rb
261
+ - features-skeleton/support/01_launch.rb
262
+ - features-skeleton/support/02_pre_stop_hooks.rb
263
+ - features-skeleton/support/env.rb
264
+ - features/step_definitions/calabash_steps.rb
265
+ - lib/calabash-cucumber.rb
247
266
  - lib/calabash-cucumber/actions/instruments_actions.rb
248
267
  - lib/calabash-cucumber/actions/playback_actions.rb
249
268
  - lib/calabash-cucumber/calabash_steps.rb
@@ -253,6 +272,7 @@ files:
253
272
  - lib/calabash-cucumber/cucumber.rb
254
273
  - lib/calabash-cucumber/date_picker.rb
255
274
  - lib/calabash-cucumber/device.rb
275
+ - lib/calabash-cucumber/enviroment_variables.rb
256
276
  - lib/calabash-cucumber/environment_helpers.rb
257
277
  - lib/calabash-cucumber/failure_helpers.rb
258
278
  - lib/calabash-cucumber/http_helpers.rb
@@ -268,6 +288,106 @@ files:
268
288
  - lib/calabash-cucumber/operations.rb
269
289
  - lib/calabash-cucumber/playback_helpers.rb
270
290
  - lib/calabash-cucumber/query_helpers.rb
291
+ - lib/calabash-cucumber/resources/cell_swipe_ios4_ipad.base64
292
+ - lib/calabash-cucumber/resources/cell_swipe_ios4_iphone.base64
293
+ - lib/calabash-cucumber/resources/cell_swipe_ios5_ipad.base64
294
+ - lib/calabash-cucumber/resources/cell_swipe_ios5_iphone.base64
295
+ - lib/calabash-cucumber/resources/double_tap_ios5_ipad.base64
296
+ - lib/calabash-cucumber/resources/double_tap_ios5_iphone.base64
297
+ - lib/calabash-cucumber/resources/double_tap_ios6_ipad.base64
298
+ - lib/calabash-cucumber/resources/double_tap_ios6_iphone.base64
299
+ - lib/calabash-cucumber/resources/pan_ios5_ipad.base64
300
+ - lib/calabash-cucumber/resources/pan_ios5_iphone.base64
301
+ - lib/calabash-cucumber/resources/pan_ios6_ipad.base64
302
+ - lib/calabash-cucumber/resources/pan_ios6_iphone.base64
303
+ - lib/calabash-cucumber/resources/pinch_in_ios4_ipad.base64
304
+ - lib/calabash-cucumber/resources/pinch_in_ios4_iphone.base64
305
+ - lib/calabash-cucumber/resources/pinch_in_ios5_ipad.base64
306
+ - lib/calabash-cucumber/resources/pinch_in_ios5_iphone.base64
307
+ - lib/calabash-cucumber/resources/pinch_in_ios6_ipad.base64
308
+ - lib/calabash-cucumber/resources/pinch_in_ios6_iphone.base64
309
+ - lib/calabash-cucumber/resources/pinch_out_ios5_ipad.base64
310
+ - lib/calabash-cucumber/resources/pinch_out_ios5_iphone.base64
311
+ - lib/calabash-cucumber/resources/pinch_out_ios6_ipad.base64
312
+ - lib/calabash-cucumber/resources/pinch_out_ios6_iphone.base64
313
+ - lib/calabash-cucumber/resources/rotate_left_home_down_ios4_ipad.base64
314
+ - lib/calabash-cucumber/resources/rotate_left_home_down_ios4_iphone.base64
315
+ - lib/calabash-cucumber/resources/rotate_left_home_down_ios5_ipad.base64
316
+ - lib/calabash-cucumber/resources/rotate_left_home_down_ios5_iphone.base64
317
+ - lib/calabash-cucumber/resources/rotate_left_home_left_ios4_ipad.base64
318
+ - lib/calabash-cucumber/resources/rotate_left_home_left_ios4_iphone.base64
319
+ - lib/calabash-cucumber/resources/rotate_left_home_left_ios5_ipad.base64
320
+ - lib/calabash-cucumber/resources/rotate_left_home_left_ios5_iphone.base64
321
+ - lib/calabash-cucumber/resources/rotate_left_home_right_ios4_ipad.base64
322
+ - lib/calabash-cucumber/resources/rotate_left_home_right_ios4_iphone.base64
323
+ - lib/calabash-cucumber/resources/rotate_left_home_right_ios5_ipad.base64
324
+ - lib/calabash-cucumber/resources/rotate_left_home_right_ios5_iphone.base64
325
+ - lib/calabash-cucumber/resources/rotate_left_home_up_ios4_ipad.base64
326
+ - lib/calabash-cucumber/resources/rotate_left_home_up_ios4_iphone.base64
327
+ - lib/calabash-cucumber/resources/rotate_left_home_up_ios5_ipad.base64
328
+ - lib/calabash-cucumber/resources/rotate_left_home_up_ios5_iphone.base64
329
+ - lib/calabash-cucumber/resources/rotate_right_home_down_ios4_ipad.base64
330
+ - lib/calabash-cucumber/resources/rotate_right_home_down_ios4_iphone.base64
331
+ - lib/calabash-cucumber/resources/rotate_right_home_down_ios5_ipad.base64
332
+ - lib/calabash-cucumber/resources/rotate_right_home_down_ios5_iphone.base64
333
+ - lib/calabash-cucumber/resources/rotate_right_home_left_ios4_ipad.base64
334
+ - lib/calabash-cucumber/resources/rotate_right_home_left_ios4_iphone.base64
335
+ - lib/calabash-cucumber/resources/rotate_right_home_left_ios5_ipad.base64
336
+ - lib/calabash-cucumber/resources/rotate_right_home_left_ios5_iphone.base64
337
+ - lib/calabash-cucumber/resources/rotate_right_home_right_ios4_ipad.base64
338
+ - lib/calabash-cucumber/resources/rotate_right_home_right_ios4_iphone.base64
339
+ - lib/calabash-cucumber/resources/rotate_right_home_right_ios5_ipad.base64
340
+ - lib/calabash-cucumber/resources/rotate_right_home_right_ios5_iphone.base64
341
+ - lib/calabash-cucumber/resources/rotate_right_home_up_ios4_ipad.base64
342
+ - lib/calabash-cucumber/resources/rotate_right_home_up_ios4_iphone.base64
343
+ - lib/calabash-cucumber/resources/rotate_right_home_up_ios5_ipad.base64
344
+ - lib/calabash-cucumber/resources/rotate_right_home_up_ios5_iphone.base64
345
+ - lib/calabash-cucumber/resources/swipe_down_ios5_ipad.base64
346
+ - lib/calabash-cucumber/resources/swipe_down_ios5_iphone.base64
347
+ - lib/calabash-cucumber/resources/swipe_down_ios6_ipad.base64
348
+ - lib/calabash-cucumber/resources/swipe_down_ios6_iphone.base64
349
+ - lib/calabash-cucumber/resources/swipe_left_hard_ios4_ipad.base64
350
+ - lib/calabash-cucumber/resources/swipe_left_hard_ios4_iphone.base64
351
+ - lib/calabash-cucumber/resources/swipe_left_ios4_ipad.base64
352
+ - lib/calabash-cucumber/resources/swipe_left_ios4_iphone.base64
353
+ - lib/calabash-cucumber/resources/swipe_left_ios5_ipad.base64
354
+ - lib/calabash-cucumber/resources/swipe_left_ios5_iphone.base64
355
+ - lib/calabash-cucumber/resources/swipe_left_ios6_ipad.base64
356
+ - lib/calabash-cucumber/resources/swipe_left_ios6_iphone.base64
357
+ - lib/calabash-cucumber/resources/swipe_right_hard_ios4_ipad.base64
358
+ - lib/calabash-cucumber/resources/swipe_right_hard_ios4_iphone.base64
359
+ - lib/calabash-cucumber/resources/swipe_right_ios4_ipad.base64
360
+ - lib/calabash-cucumber/resources/swipe_right_ios4_iphone.base64
361
+ - lib/calabash-cucumber/resources/swipe_right_ios5_ipad.base64
362
+ - lib/calabash-cucumber/resources/swipe_right_ios5_iphone.base64
363
+ - lib/calabash-cucumber/resources/swipe_right_ios6_ipad.base64
364
+ - lib/calabash-cucumber/resources/swipe_right_ios6_iphone.base64
365
+ - lib/calabash-cucumber/resources/swipe_up_ios5_ipad.base64
366
+ - lib/calabash-cucumber/resources/swipe_up_ios5_iphone.base64
367
+ - lib/calabash-cucumber/resources/swipe_up_ios6_ipad.base64
368
+ - lib/calabash-cucumber/resources/swipe_up_ios6_iphone.base64
369
+ - lib/calabash-cucumber/resources/touch_done_ios4_ipad.base64
370
+ - lib/calabash-cucumber/resources/touch_done_ios4_iphone.base64
371
+ - lib/calabash-cucumber/resources/touch_done_ios5_ipad.base64
372
+ - lib/calabash-cucumber/resources/touch_done_ios5_iphone.base64
373
+ - lib/calabash-cucumber/resources/touch_hold_ios5_ipad.base64
374
+ - lib/calabash-cucumber/resources/touch_hold_ios5_iphone.base64
375
+ - lib/calabash-cucumber/resources/touch_hold_ios6_ipad.base64
376
+ - lib/calabash-cucumber/resources/touch_hold_ios6_iphone.base64
377
+ - lib/calabash-cucumber/resources/touch_ios4_ipad.base64
378
+ - lib/calabash-cucumber/resources/touch_ios4_iphone.base64
379
+ - lib/calabash-cucumber/resources/touch_ios5_ipad.base64
380
+ - lib/calabash-cucumber/resources/touch_ios5_iphone.base64
381
+ - lib/calabash-cucumber/resources/touch_ios7_ipad.base64
382
+ - lib/calabash-cucumber/resources/touch_ios7_iphone.base64
383
+ - lib/calabash-cucumber/resources/wheel_down_ios4_ipad.base64
384
+ - lib/calabash-cucumber/resources/wheel_down_ios4_iphone.base64
385
+ - lib/calabash-cucumber/resources/wheel_down_ios5_ipad.base64
386
+ - lib/calabash-cucumber/resources/wheel_down_ios5_iphone.base64
387
+ - lib/calabash-cucumber/resources/wheel_up_ios4_ipad.base64
388
+ - lib/calabash-cucumber/resources/wheel_up_ios4_iphone.base64
389
+ - lib/calabash-cucumber/resources/wheel_up_ios5_ipad.base64
390
+ - lib/calabash-cucumber/resources/wheel_up_ios5_iphone.base64
271
391
  - lib/calabash-cucumber/rotation_helpers.rb
272
392
  - lib/calabash-cucumber/status_bar_helpers.rb
273
393
  - lib/calabash-cucumber/tests_helpers.rb
@@ -278,33 +398,15 @@ files:
278
398
  - lib/calabash-cucumber/utils/xctools.rb
279
399
  - lib/calabash-cucumber/version.rb
280
400
  - lib/calabash-cucumber/wait_helpers.rb
281
- - lib/calabash-cucumber.rb
282
401
  - lib/frank-calabash.rb
283
- - bin/calabash-ios-build.rb
284
- - bin/calabash-ios-generate.rb
285
- - bin/calabash-ios-helpers.rb
286
- - bin/calabash-ios-setup.rb
287
- - bin/calabash-ios-sim.rb
288
- - bin/cal.xcconfig
289
- - bin/CalabashSetup
290
- - bin/calabash-ios
291
- - staticlib/calabash.framework.zip
292
- - staticlib/libFrankCalabash.a
293
402
  - scripts/.irbrc
294
- - scripts/launch.rb
295
403
  - scripts/calabash.xcconfig.erb
296
404
  - scripts/data/clients.plist
297
405
  - scripts/data/com.apple.Accessibility-5.1.plist
298
406
  - scripts/data/com.apple.Accessibility.plist
299
- - features/step_definitions/calabash_steps.rb
300
- - features-skeleton/my_first.feature
301
- - features-skeleton/step_definitions/calabash_steps.rb
302
- - features-skeleton/step_definitions/my_first_steps.rb
303
- - features-skeleton/support/01_launch.rb
304
- - features-skeleton/support/02_pre_stop_hooks.rb
305
- - features-skeleton/support/env.rb
306
- - LICENSE
307
- - bin/frank-calabash
407
+ - scripts/launch.rb
408
+ - staticlib/calabash.framework.zip
409
+ - staticlib/libFrankCalabash.a
308
410
  homepage: http://calaba.sh
309
411
  licenses:
310
412
  - EPL-1.0
@@ -315,17 +417,17 @@ require_paths:
315
417
  - lib
316
418
  required_ruby_version: !ruby/object:Gem::Requirement
317
419
  requirements:
318
- - - '>='
420
+ - - ">="
319
421
  - !ruby/object:Gem::Version
320
422
  version: '1.9'
321
423
  required_rubygems_version: !ruby/object:Gem::Requirement
322
424
  requirements:
323
- - - '>'
425
+ - - ">"
324
426
  - !ruby/object:Gem::Version
325
427
  version: 1.3.1
326
428
  requirements: []
327
429
  rubyforge_project:
328
- rubygems_version: 2.0.3
430
+ rubygems_version: 2.4.1
329
431
  signing_key:
330
432
  specification_version: 4
331
433
  summary: Client for calabash-ios-server for automated functional testing on iOS