cocoapods-deploy 0.0.1 → 0.0.2

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: c23d54030ecebab13e1ec38cae80f4add6a64eaa
4
- data.tar.gz: 920f22ca0fa597562b0b9176c24e606c90104779
3
+ metadata.gz: bec243757c0aad3144b4eff86b6b938b2fe801d4
4
+ data.tar.gz: c5d2357a308f2e809a1510835c1300602fb563e9
5
5
  SHA512:
6
- metadata.gz: 549fb34d522b5aea5c539c99bc0026787d646f2cff3fed9b37feca547eb7bc5b1e621ce46e7636ae26900d8a0fdd36c972967e5eeaf6a0451eea1ee4f7254d12
7
- data.tar.gz: 100a19f4da5b7d3873bb85d2247939cbd17e35fbe7f093885cc88f01daaa06602926b7f2054d0758879a2c5f45bd1603feb91077e7b479fa329024f319b974ae
6
+ metadata.gz: 774314c9c88a2aeec7c2976d4163a1f6aeb4cb92f8a815143cd843ddca26cf4a8d99c15102951fdbc0b54e2c8a1bf130b3422605909ccd059099a69dcd0a6426
7
+ data.tar.gz: 8b2c46bd584589cdf6e1c90b923540390f0d8800bfccd695d4f1e5f0dcd7a9be7016cd94debf0f54ba93db6b95be17f193944f2b25af3f083f31bf972094876f
@@ -1,9 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: cocoapods-deploy 0.0.1 ruby lib
2
+ # stub: cocoapods-deploy 0.0.2 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "cocoapods-deploy"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
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"]
@@ -7,6 +7,11 @@ module Pod
7
7
  end
8
8
 
9
9
  def write_lockfiles
10
+ UI.message "- Writing Manifest in #{UI.path sandbox.manifest_path}" do
11
+ sandbox.manifest_path.open('w') do |f|
12
+ f.write config.lockfile_path.read
13
+ end
14
+ end
10
15
  end
11
16
  end
12
17
  end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsDeploy
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Campbell