cocoapods-deploy 0.0.2 → 0.0.3

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
2
  SHA1:
3
- metadata.gz: bec243757c0aad3144b4eff86b6b938b2fe801d4
4
- data.tar.gz: c5d2357a308f2e809a1510835c1300602fb563e9
3
+ metadata.gz: 6be2c9dfbf585344ae46dfc6c77ea45cca03321d
4
+ data.tar.gz: b1e15a439c8c3e1a1249947623e841f58b374e45
5
5
  SHA512:
6
- metadata.gz: 774314c9c88a2aeec7c2976d4163a1f6aeb4cb92f8a815143cd843ddca26cf4a8d99c15102951fdbc0b54e2c8a1bf130b3422605909ccd059099a69dcd0a6426
7
- data.tar.gz: 8b2c46bd584589cdf6e1c90b923540390f0d8800bfccd695d4f1e5f0dcd7a9be7016cd94debf0f54ba93db6b95be17f193944f2b25af3f083f31bf972094876f
6
+ metadata.gz: 42edef4d10137737019228e9adfc7487db1a7e854de3f8f8cdf50708fe7c16d63de9a6298aeb60b464aefc9267bc82ed28a3607d51e8488c6a5f9ce2da91a742
7
+ data.tar.gz: 4abc956d53d25dfc074888d9a4e39641ea2e67617f389d14d1ca323fb718180336af59b0d5182884408e2a02a92f75b1a7406efa28a309d436694231cfd8f410
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "cocoapods-deploy"
6
- s.version = "0.0.2"
6
+ s.version = "0.0.3"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib"]
@@ -14,7 +14,6 @@ module Pod
14
14
 
15
15
  #TODO: Remove Workaround resolver trying to pull down invalid pods
16
16
  def self.in_lockfile(dep)
17
- puts dep
18
17
  @@lockfile.pod_names.include? dep.root_name
19
18
  end
20
19
 
@@ -149,9 +148,10 @@ module Pod
149
148
  end
150
149
 
151
150
  def run_install_with_update(update)
152
- #Force this to be true so it is always skipped
153
- config.skip_repo_update = true
154
-
151
+ ENV['COCOAPODS_DISABLE_STATS'] = true #Disable Cocoapods Stats
152
+ config.skip_repo_update = true #Force this to be true so it is always skipped
153
+ config.clean = false #Disable source files from being cleaned
154
+
155
155
  #TODO: Work out way of transforming dependencies without patch
156
156
  apply_dependency_patches
157
157
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsDeploy
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Campbell