cocoapods-deploy 0.0.3 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6be2c9dfbf585344ae46dfc6c77ea45cca03321d
4
- data.tar.gz: b1e15a439c8c3e1a1249947623e841f58b374e45
3
+ metadata.gz: 4e393bffd3f9f720bb14107de16e6416afcedf96
4
+ data.tar.gz: 7c5d1553e864ceba8b972deb89ed3267559d6ad8
5
5
  SHA512:
6
- metadata.gz: 42edef4d10137737019228e9adfc7487db1a7e854de3f8f8cdf50708fe7c16d63de9a6298aeb60b464aefc9267bc82ed28a3607d51e8488c6a5f9ce2da91a742
7
- data.tar.gz: 4abc956d53d25dfc074888d9a4e39641ea2e67617f389d14d1ca323fb718180336af59b0d5182884408e2a02a92f75b1a7406efa28a309d436694231cfd8f410
6
+ metadata.gz: ef4d929e745cb8747cce8989110da15d1769b682c12213d4dac27edc095333fd3b16557f9e980c32789c6bf732683404f5d6bf876a2334c0cf5d5d553b4c349b
7
+ data.tar.gz: 93852374b9c64cb900be51b2b6affaff18e18c081f3b38c0d9286dbc3dfc77af8adca9751a168589a17dc1290b58ec39f2ff16ab9b2ff1a92dbddbd27876aeb7
@@ -1,9 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: cocoapods-deploy 0.0.2 ruby lib
2
+ # stub: cocoapods-deploy 0.0.4 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "cocoapods-deploy"
6
- s.version = "0.0.3"
6
+ s.version = "0.0.4"
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"]
@@ -148,10 +148,10 @@ module Pod
148
148
  end
149
149
 
150
150
  def run_install_with_update(update)
151
- ENV['COCOAPODS_DISABLE_STATS'] = true #Disable Cocoapods Stats
151
+ ENV['COCOAPODS_DISABLE_STATS'] = "true" #Disable Cocoapods Stats
152
152
  config.skip_repo_update = true #Force this to be true so it is always skipped
153
153
  config.clean = false #Disable source files from being cleaned
154
-
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.3"
2
+ VERSION = "0.0.4"
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Campbell