cocoapods-deploy 0.0.7 → 0.0.8

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: 90f3a90e11046e84badd618da744dc2d426ec367
4
- data.tar.gz: 160d698aff261e326d129a95d1bd1f06c2358cb5
3
+ metadata.gz: 475fc081f2377a38779969ff7747bad5968789f3
4
+ data.tar.gz: 7027123abb0de0e7013946ddc0d193cd6516afcb
5
5
  SHA512:
6
- metadata.gz: 85eb0606e6e10cfe348dee88d0c1e1495dda94fbdfc8d0056329764de191491eb6efeb712eab97212fda55c2215103ff8ffd50643372280dd873fcb9f0b85a7a
7
- data.tar.gz: ca4d18151bac93fffcf3f5161f397678c457fb3a4af0dd997ef51521a1f28cc732d64d2bff0332ea9b4ca2f61d40f44669487e4020f3f73758ac6159879e9407
6
+ metadata.gz: 1b60cf6f5ca2a8eaceac5b5be549851dad14b8d6c2176fe59b5835ec3e99f05c28cbea1053a9cc977994e3b58d3254d8773b021e5f4d0ea3711b6d716dc29862
7
+ data.tar.gz: 643ece6dfb4e79aef6c3fef7ce78f971c4052ca61329991d8ca7650cef84b8f2285c7212152ba679da8e5e7ba10b90012378e53de1e564714a1563388c301630
@@ -1,9 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: cocoapods-deploy 0.0.7 ruby lib
2
+ # stub: cocoapods-deploy 0.0.8 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "cocoapods-deploy"
6
- s.version = "0.0.7"
6
+ s.version = "0.0.8"
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"]
@@ -35,7 +35,7 @@ module Pod
35
35
  end
36
36
 
37
37
  def podfile_sources(config)
38
- return ["https://github.com/CocoaPods/CocoaPods.git"] if config.podfile.sources.empty?
38
+ return ["https://github.com/CocoaPods/Specs.git"] if config.podfile.sources.empty?
39
39
  return config.podfile.sources
40
40
  end
41
41
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsDeploy
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.8"
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.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Campbell