motion-cocoapods 1.8.0.beta.2 → 1.8.0.beta.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/motion/project/cocoapods.rb +0 -1
- data/lib/motion/project/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45a0bd63df0091ac8a0043b70b2ef2e01b1d808e
|
4
|
+
data.tar.gz: 864975db6f37fd8b5e1bce741d201e7284110bc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c929e6b98425af21b826db4df72c4a73646deed0668c7cbe461025ae207cd3515b2f16ec233d50fff205f9bd95e01c43183918cb0ead0ce8e928f7b710d86d8
|
7
|
+
data.tar.gz: 48649a23cb6083ed0ce4233556edff9e49ef2e9308911cbc87207c9ac23beee3214a9d65f1db124edf527995cee80c81d3875839ad0ca8d232b0b364fa90019a
|
@@ -88,7 +88,6 @@ module Motion::Project
|
|
88
88
|
@podfile.platform(platform, config.deployment_target)
|
89
89
|
@podfile.target(TARGET_NAME)
|
90
90
|
cp_config.podfile = @podfile
|
91
|
-
cp_config.skip_repo_update = true
|
92
91
|
cp_config.installation_root = Pathname.new(File.expand_path(config.project_dir)) + 'vendor'
|
93
92
|
|
94
93
|
if cp_config.verbose = !!ENV['COCOAPODS_VERBOSE']
|
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.3
|
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-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cocoapods
|