motion-cocoapods 1.8.0.beta.3 → 1.8.0.beta.4
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/motion/project/cocoapods.rb +1 -6
- data/lib/motion/project/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cf4d1301aaea8107392c5407c1b142693052649
|
|
4
|
+
data.tar.gz: fba6b47570ddecb3eec7afe13d2b534ea5e7ffd1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b18a7ddae094f2fce3a02a1b42de81fe7326564ddba364f7a00f01dc27c353733c7414d7dddd828df52eddb4dcd29ab67d30b27405da6a6774960aadc00d0e80
|
|
7
|
+
data.tar.gz: f7b4d7072c224c37bb9c89e73bd39d63e8e54316bb58cf192ad839437b20e811f4e67155cf58c6b51fb32fbc8ef2f6bd9106ef9eafc5a2d7cd74ee32d345ab86
|
|
@@ -352,12 +352,7 @@ end
|
|
|
352
352
|
|
|
353
353
|
namespace :pod do
|
|
354
354
|
task :update_spec_repos do
|
|
355
|
-
|
|
356
|
-
$stderr.puts '[!] The COCOCAPODS_NO_UPDATE env variable has been deprecated, use COCOAPODS_NO_REPO_UPDATE instead.'
|
|
357
|
-
ENV['COCOAPODS_NO_REPO_UPDATE'] = '1'
|
|
358
|
-
end
|
|
359
|
-
show_output = !ENV['COCOAPODS_NO_REPO_UPDATE_OUTPUT']
|
|
360
|
-
Pod::SourcesManager.update(nil, show_output) unless ENV['COCOAPODS_NO_REPO_UPDATE']
|
|
355
|
+
$stderr.puts '[!] If you need to update CocoaPods repogitory to install newer libraries, please run "pod repo update" command before.'
|
|
361
356
|
end
|
|
362
357
|
|
|
363
358
|
desc "Download and integrate newly added pods"
|
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.8.0.beta.
|
|
4
|
+
version: 1.8.0.beta.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Laurent Sansonetti
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cocoapods
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.0.0.beta.
|
|
19
|
+
version: 1.0.0.beta.7
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.0.0.beta.
|
|
26
|
+
version: 1.0.0.beta.7
|
|
27
27
|
description: motion-cocoapods allows RubyMotion projects to have access to the CocoaPods
|
|
28
28
|
dependency manager.
|
|
29
29
|
email: lrz@hipbyte.com
|
|
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
56
56
|
version: 1.3.1
|
|
57
57
|
requirements: []
|
|
58
58
|
rubyforge_project:
|
|
59
|
-
rubygems_version: 2.
|
|
59
|
+
rubygems_version: 2.6.3
|
|
60
60
|
signing_key:
|
|
61
61
|
specification_version: 4
|
|
62
62
|
summary: CocoaPods integration for RubyMotion projects
|