cocoapods-lazy 0.1.1 → 0.1.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: 8abc92d6d0e0f85cb93e59c964c2225ff7db7aa0
4
- data.tar.gz: 4ae3d3b5115d4ff98f91a50587f86b762ed17fc4
3
+ metadata.gz: 4fa0faf25ad36ffb42c52951daf0256288d87c80
4
+ data.tar.gz: 1b350c0a6954c7655c24dd04f391f0b74e579f6d
5
5
  SHA512:
6
- metadata.gz: 1de5992ec3e8726514c1f15c9c28c8f2a828fe87dc3600d0ca8ea9adfcc5853e32bd3bba62c36cd56f322d3dd5530037888ca8c7f843706d726760ca81123ac6
7
- data.tar.gz: 23c39fc6db6c000cef8f6bac6624664aed918e842b735683143164dd184ae38727f04f9911393ee85287ad064cfda4d6723b1a1f775150c82a80159b2a63a1d8
6
+ metadata.gz: 8f3683280be85c9c3b0e95d7f8ce0ac5ac9372c42bb3d2c23592c18e97ecd78a9e983e74b49b05e4c238fd08c7e5eac9b60d6214769468c5b12cf909d7c3a4ce
7
+ data.tar.gz: 615c12b8fb962cff90260889f5aff3a8cc602dfe4fbd673f0db9a50cd2aaa85886c704a1fb24befc35fcafac1056e3818e1ea10d16253a0bbadad114b448d52d
@@ -26,5 +26,6 @@ class Repository
26
26
  url = @base_url + zip_name
27
27
  puts "Storing to #{url}"
28
28
  `curl --fail -v -u #{@user}:#{@password} --upload-file #{zip_name} #{url}`
29
+ `rm -rf #{zip_name}`
29
30
  end
30
31
  end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsLazy
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-lazy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Mylnikov