motion-calabash 0.9.151 → 0.9.152
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 +4 -4
- data/lib/framework/libcalabashuni-0.9.151.a +0 -0
- data/motion-calabash.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b7dd4f5ab9e1dfc82429386ccb3b03a2901bbae
|
|
4
|
+
data.tar.gz: e2964daece9549641fc5dc7394a15430f7c41f99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3686cd66bd0c0cac339f78a8edbd0b10df163d1f1401c9b7a2bc6eb61f9923f6c77b24de254ae45f94b206f9f41a51d14135a8c9af813785b0517805e84062b5
|
|
7
|
+
data.tar.gz: 2e5e9b7dcc6d89e3053c0d5464bbbf0dec7f8dc28fd1497e43f5190d7c2fd5fef3defe9ae64054b81fcd3bc103fbd470d387462b1b6f9991e03a2168138098fb
|
|
Binary file
|
data/motion-calabash.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ 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.152'
|
|
11
11
|
s.summary = %q{Calabash support for RubyMotion}
|
|
12
12
|
s.description = %q{This linkes-in calabash for iOS}
|
|
13
13
|
s.files = ["lib/framework/libcalabashuni-0.9.151.a"].concat(`git ls-files`.split("\n"))
|