calabash 1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c33bc7ed20f0620aa25e8da17e2822fe8060119f
4
+ data.tar.gz: a4ee42f0a29394048bb0d1cd0b2c2dee45f81412
5
+ SHA512:
6
+ metadata.gz: 0930c64ca41103bedadb25e2d44bf33d6cf26b32f7c12dcd8fdd04cefc86c51f7e84489cd7ada13a042f5795c7e2590fbeda489180b8e47f4690aa7e4a8e8725
7
+ data.tar.gz: 41df71a0a84ce20eeef17fe7eea29b964f476cf609c0e956433a753e9292bc1447cb4329d00e3d8e899ff4a6545d3b60342afb37cc945187abb330483c6287fd
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ calabash
2
+
3
+ Copyright (c) 2013 Xamarin (http://www.xamarin.com). All rights reserved.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,7 @@
1
+ What?
2
+ =====
3
+ Wrapper gem for Calabash iOS, Android and Xamarin Test Cloud
4
+
5
+ License
6
+ =======
7
+ calabash the wrapper gem is available under the MIT license. See the LICENSE file for more info.
@@ -0,0 +1 @@
1
+ require 'calabash/version'
@@ -0,0 +1,3 @@
1
+ module Calabash
2
+ VERSION = "1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,92 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: calabash
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.0'
5
+ platform: ruby
6
+ authors:
7
+ - Karl Krukow
8
+ - Jonas Maturana Larsen
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-09-07 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: calabash-cucumber
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ~>
19
+ - !ruby/object:Gem::Version
20
+ version: 0.9.152
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ~>
26
+ - !ruby/object:Gem::Version
27
+ version: 0.9.152
28
+ - !ruby/object:Gem::Dependency
29
+ name: calabash-android
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ~>
33
+ - !ruby/object:Gem::Version
34
+ version: 0.4.9
35
+ type: :runtime
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ~>
40
+ - !ruby/object:Gem::Version
41
+ version: 0.4.9
42
+ - !ruby/object:Gem::Dependency
43
+ name: xamarin-test-cloud
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ~>
47
+ - !ruby/object:Gem::Version
48
+ version: 0.9.23
49
+ type: :runtime
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ~>
54
+ - !ruby/object:Gem::Version
55
+ version: 0.9.23
56
+ description: Contains shared functionality and extentions to various Calabash sub-projects.
57
+ email:
58
+ - karl@xamarin.com
59
+ - jonas@xamarin.com
60
+ executables: []
61
+ extensions: []
62
+ extra_rdoc_files: []
63
+ files:
64
+ - lib/calabash/version.rb
65
+ - lib/calabash.rb
66
+ - LICENSE
67
+ - README.md
68
+ homepage: http://calaba.sh
69
+ licenses: []
70
+ metadata: {}
71
+ post_install_message:
72
+ rdoc_options: []
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - '>='
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - '>='
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ requirements: []
86
+ rubyforge_project:
87
+ rubygems_version: 2.0.2
88
+ signing_key:
89
+ specification_version: 4
90
+ summary: Tools related to running Calabash
91
+ test_files: []
92
+ has_rdoc: