motion-cocoapods 1.8.0.beta.3 → 1.8.0.beta.4

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: 45a0bd63df0091ac8a0043b70b2ef2e01b1d808e
4
- data.tar.gz: 864975db6f37fd8b5e1bce741d201e7284110bc8
3
+ metadata.gz: 9cf4d1301aaea8107392c5407c1b142693052649
4
+ data.tar.gz: fba6b47570ddecb3eec7afe13d2b534ea5e7ffd1
5
5
  SHA512:
6
- metadata.gz: 6c929e6b98425af21b826db4df72c4a73646deed0668c7cbe461025ae207cd3515b2f16ec233d50fff205f9bd95e01c43183918cb0ead0ce8e928f7b710d86d8
7
- data.tar.gz: 48649a23cb6083ed0ce4233556edff9e49ef2e9308911cbc87207c9ac23beee3214a9d65f1db124edf527995cee80c81d3875839ad0ca8d232b0b364fa90019a
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
- if ENV['COCOCAPODS_NO_UPDATE']
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"
@@ -24,6 +24,6 @@
24
24
 
25
25
  module Motion::Project
26
26
  class CocoaPods
27
- VERSION = '1.8.0.beta.3'
27
+ VERSION = '1.8.0.beta.4'
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.3
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-03-15 00:00:00.000000000 Z
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.4
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.4
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.4.5.1
59
+ rubygems_version: 2.6.3
60
60
  signing_key:
61
61
  specification_version: 4
62
62
  summary: CocoaPods integration for RubyMotion projects