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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bb656f35dec6cada0f7735cbbe10b12e02033f3
4
- data.tar.gz: a197ad0c91a516ee3ea648821249bfd965632192
3
+ metadata.gz: 45a0bd63df0091ac8a0043b70b2ef2e01b1d808e
4
+ data.tar.gz: 864975db6f37fd8b5e1bce741d201e7284110bc8
5
5
  SHA512:
6
- metadata.gz: 1d9132d2cc02a990135b0cc9abdc6371690b54972c42e4b71106c7cbe61fd00fe9a900f2255f93a9c29e03c02efe889a21fdda1b13d276cad6766706d2267fe3
7
- data.tar.gz: 12d0731b3cf6eee3a062cccc02a6823377a82cb3eb0cc4228ea55e3006c3130826fcf678478d76df69db0b9c516db4abfe5beebe34cc5edd96efeb47dc41b5bf
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']
@@ -24,6 +24,6 @@
24
24
 
25
25
  module Motion::Project
26
26
  class CocoaPods
27
- VERSION = '1.8.0.beta.2'
27
+ VERSION = '1.8.0.beta.3'
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.8.0.beta.2
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-02-25 00:00:00.000000000 Z
11
+ date: 2016-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods