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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 671610d7c2c8b13e5a4b2387b24e2e1e9dbaf68d401c30fc992a97d045c49de4
4
- data.tar.gz: 23f661ddd6890e75eb1d98c60a5a819311f81820ee6cd12176817c2e8a288433
2
+ SHA1:
3
+ metadata.gz: 36bdba1f9329c8cb20a29e76d9a3efcd69631b90
4
+ data.tar.gz: 87b1a3a3f0c20f612973c80fef15b986d8c7d1f1
5
5
  SHA512:
6
- metadata.gz: 6eb5e34c6bcc0a8acfa014ab47b94525db25cd7e9035b40f64e06ae1d509488f27877044b2d2a1a9398d13f120f8c854b001e3241c01447d2a1e8e9fe40fd343
7
- data.tar.gz: 3267bd18ced185f1c1a468a745ef5c2a3ef21112e1ae7d54130155ea3fe566eb078a9bbc97202303a77b7d85bd9a1de1fa82921ca04f2e51baa1b0401faefceb
6
+ metadata.gz: e1814ef3c51646394ef48a6a2a918610c1d3528ae6359cd9e019d2776b2b2cff6e95d3affff3a6e7be098afbef598d8142f84ebd9f03b9d130bdd5ac6e49cd2e
7
+ data.tar.gz: 66bceebfed499fb2834223b1fb1274d877dc6afa28828918cb46c27c3201cb31f65c0b0e7e7adae51a2444f8b8806a4df75f138f7c768e4d852ae70a40c8066b
@@ -24,6 +24,6 @@
24
24
 
25
25
  module Motion::Project
26
26
  class CocoaPods
27
- VERSION = '1.10.0'
27
+ VERSION = '1.11.0'
28
28
  end
29
29
  end
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.10.0
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: 2019-05-30 00:00:00.000000000 Z
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.8.0
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.8.0
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
- rubygems_version: 3.0.3
65
- signing_key:
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: []