motion-calabash 0.9.138 → 0.9.151
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.
- checksums.yaml +7 -0
- data/lib/framework/libcalabashuni-0.9.151.a +0 -0
- data/motion-calabash.gemspec +3 -3
- metadata +10 -14
- data/lib/framework/libcalabashuni-0.9.138.a +0 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: bafd75b192cda55a041d5fc18903347ea8ec8595
|
|
4
|
+
data.tar.gz: bed96e4293be3005ecc13b5acef6f381ba09c7fe
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 35fd1f56bdf067eff827d042ff817a7a766f5dd5a862ccdbe7a193ab5b4ca9d140fb9ad645fb4c23b7fd9b50c3ea4da18653d8d96b091ea79fd88c2f28e3a6ca
|
|
7
|
+
data.tar.gz: c4514a75b229ddeb784d4535711c063a33fa17284b5188858158bf897095c440974801c07b50232218c1857250a4e2ea92882056e929014d9552efd1b6d980fd
|
|
Binary file
|
data/motion-calabash.gemspec
CHANGED
|
@@ -7,12 +7,12 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.author = 'Karl Krukow'
|
|
8
8
|
s.email = 'karl@lesspainful.com'
|
|
9
9
|
s.homepage = 'http://www.lesspainful.com'
|
|
10
|
-
s.version = '0.9.
|
|
10
|
+
s.version = '0.9.151'
|
|
11
11
|
s.summary = %q{Calabash support for RubyMotion}
|
|
12
12
|
s.description = %q{This linkes-in calabash for iOS}
|
|
13
|
-
s.files = ["lib/framework/libcalabashuni-0.9.
|
|
13
|
+
s.files = ["lib/framework/libcalabashuni-0.9.151.a"].concat(`git ls-files`.split("\n"))
|
|
14
14
|
s.require_paths = ["lib"]
|
|
15
15
|
|
|
16
|
-
s.add_dependency("calabash-cucumber", "0.9.
|
|
16
|
+
s.add_dependency("calabash-cucumber", "0.9.151")
|
|
17
17
|
|
|
18
18
|
end
|
metadata
CHANGED
|
@@ -1,39 +1,36 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-calabash
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.9.151
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Karl Krukow
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
11
|
+
date: 2013-07-09 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: calabash-cucumber
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
17
|
- - '='
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.9.
|
|
19
|
+
version: 0.9.151
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
24
|
- - '='
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.9.
|
|
26
|
+
version: 0.9.151
|
|
30
27
|
description: This linkes-in calabash for iOS
|
|
31
28
|
email: karl@lesspainful.com
|
|
32
29
|
executables: []
|
|
33
30
|
extensions: []
|
|
34
31
|
extra_rdoc_files: []
|
|
35
32
|
files:
|
|
36
|
-
- lib/framework/libcalabashuni-0.9.
|
|
33
|
+
- lib/framework/libcalabashuni-0.9.151.a
|
|
37
34
|
- .gitignore
|
|
38
35
|
- LICENSE
|
|
39
36
|
- README.rdoc
|
|
@@ -44,27 +41,26 @@ files:
|
|
|
44
41
|
- scripts/launch.rb
|
|
45
42
|
homepage: http://www.lesspainful.com
|
|
46
43
|
licenses: []
|
|
44
|
+
metadata: {}
|
|
47
45
|
post_install_message:
|
|
48
46
|
rdoc_options: []
|
|
49
47
|
require_paths:
|
|
50
48
|
- lib
|
|
51
49
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
|
-
none: false
|
|
53
50
|
requirements:
|
|
54
|
-
- -
|
|
51
|
+
- - '>='
|
|
55
52
|
- !ruby/object:Gem::Version
|
|
56
53
|
version: '0'
|
|
57
54
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
|
-
none: false
|
|
59
55
|
requirements:
|
|
60
|
-
- -
|
|
56
|
+
- - '>='
|
|
61
57
|
- !ruby/object:Gem::Version
|
|
62
58
|
version: '0'
|
|
63
59
|
requirements: []
|
|
64
60
|
rubyforge_project:
|
|
65
|
-
rubygems_version:
|
|
61
|
+
rubygems_version: 2.0.2
|
|
66
62
|
signing_key:
|
|
67
|
-
specification_version:
|
|
63
|
+
specification_version: 4
|
|
68
64
|
summary: Calabash support for RubyMotion
|
|
69
65
|
test_files: []
|
|
70
66
|
has_rdoc:
|
|
Binary file
|