motion-cocoapods 1.10.0 → 1.11.0
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 +5 -5
- data/lib/motion/project/version.rb +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 36bdba1f9329c8cb20a29e76d9a3efcd69631b90
|
4
|
+
data.tar.gz: 87b1a3a3f0c20f612973c80fef15b986d8c7d1f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1814ef3c51646394ef48a6a2a918610c1d3528ae6359cd9e019d2776b2b2cff6e95d3affff3a6e7be098afbef598d8142f84ebd9f03b9d130bdd5ac6e49cd2e
|
7
|
+
data.tar.gz: 66bceebfed499fb2834223b1fb1274d877dc6afa28828918cb46c27c3201cb31f65c0b0e7e7adae51a2444f8b8806a4df75f138f7c768e4d852ae70a40c8066b
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-cocoapods
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Laurent Sansonetti
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cocoapods
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: 1.6.0
|
20
20
|
- - "<="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 1.
|
22
|
+
version: 1.10.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: 1.6.0
|
30
30
|
- - "<="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 1.
|
32
|
+
version: 1.10.0
|
33
33
|
description: motion-cocoapods allows RubyMotion projects to have access to the CocoaPods
|
34
34
|
dependency manager.
|
35
35
|
email: lrz@hipbyte.com
|
@@ -46,7 +46,7 @@ homepage: http://www.rubymotion.com
|
|
46
46
|
licenses:
|
47
47
|
- BSD-2-Clause
|
48
48
|
metadata: {}
|
49
|
-
post_install_message:
|
49
|
+
post_install_message:
|
50
50
|
rdoc_options: []
|
51
51
|
require_paths:
|
52
52
|
- lib
|
@@ -61,8 +61,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '0'
|
63
63
|
requirements: []
|
64
|
-
|
65
|
-
|
64
|
+
rubyforge_project:
|
65
|
+
rubygems_version: 2.5.2.3
|
66
|
+
signing_key:
|
66
67
|
specification_version: 4
|
67
68
|
summary: CocoaPods integration for RubyMotion projects
|
68
69
|
test_files: []
|