cocoapods-try 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c8a87967a6f66b27e9f2669ad181098962b66df3
4
- data.tar.gz: f6b80c49e5648cf6f4c1b39ba427063ec9151b42
3
+ metadata.gz: 9ef5b5b27c4ff1b4feb02d84c164dcadfa5cb14f
4
+ data.tar.gz: 93e20a0b143abef1d81b0aa1b911d27cb8e4f8f3
5
5
  SHA512:
6
- metadata.gz: 44c151e2215b6911883027e6d1278ead08dcf654e11da5194013d16d752f826c98431aa1d6aeeb08016b57e8f23728fea5d75c94b31faec841ff66a25d02f1a0
7
- data.tar.gz: bbf697a072d44d878b094d30542b4c3924ec42f685041b33a9469d8b6cb11cfb7e6f702cfd02938d0ef59d311de1bd2ee4af9bb6862444226d60f2aa5e3ee4ad
6
+ metadata.gz: f31bf5b9e227352e3755ef2a6614b12dceac142885ec19b4363e8721bf5937eb31beb55901670d2843700bf9330575396d0d2e6f861ad3a9caed888ae05a3925
7
+ data.tar.gz: f7f08685f5a89398e4ee7307de0700f4e1594a554dc2d7be545892db201b1eee08c892f015bea01e1de5e2434b23a30677be59aaa17ca9282c563eb082000a02
data/.gitignore CHANGED
@@ -3,7 +3,6 @@
3
3
  .bundle
4
4
  .config
5
5
  .yardoc
6
- Gemfile.lock
7
6
  InstalledFiles
8
7
  _yardoc
9
8
  coverage
@@ -1,5 +1,14 @@
1
1
  # Cocoapods::Try Changelog
2
2
 
3
+ ## 0.4.4
4
+
5
+ ##### Bug Fixes
6
+
7
+ * Fix working with the CocoaPods download cache introduced in 0.37.
8
+ [Samuel Giddins](https://github.com/)
9
+ [#30](https://github.com/CocoaPods/cocoapods-try/issues/30)
10
+
11
+
3
12
  ## 0.4.3
4
13
 
5
14
  ##### Bug Fixes
@@ -0,0 +1,120 @@
1
+ GIT
2
+ remote: https://github.com/CocoaPods/CLAide.git
3
+ revision: f75b6d84d898a0a61f87bd48bab87d794a91ee86
4
+ branch: master
5
+ specs:
6
+ claide (0.8.1)
7
+
8
+ GIT
9
+ remote: https://github.com/CocoaPods/CocoaPods.git
10
+ revision: 3bb44003adb274d89a180dc222999c3fc1e8336b
11
+ branch: master
12
+ specs:
13
+ cocoapods (0.37.0)
14
+ activesupport (>= 3.2.15)
15
+ claide (~> 0.8.1)
16
+ cocoapods-core (= 0.37.0)
17
+ cocoapods-downloader (~> 0.9.0)
18
+ cocoapods-plugins (~> 0.4.2)
19
+ cocoapods-trunk (~> 0.6.0)
20
+ cocoapods-try (~> 0.4.3)
21
+ colored (~> 1.2)
22
+ escape (~> 0.0.4)
23
+ molinillo (~> 0.2.3)
24
+ nap (~> 0.8)
25
+ xcodeproj (~> 0.24.1)
26
+
27
+ GIT
28
+ remote: https://github.com/CocoaPods/Core.git
29
+ revision: 493e5d33f79213eaf89588575289071baca9444b
30
+ branch: master
31
+ specs:
32
+ cocoapods-core (0.37.0)
33
+ activesupport (>= 3.2.15)
34
+ fuzzy_match (~> 2.0.4)
35
+ nap (~> 0.8.0)
36
+
37
+ PATH
38
+ remote: .
39
+ specs:
40
+ cocoapods-try (0.4.4)
41
+
42
+ GEM
43
+ remote: https://rubygems.org/
44
+ specs:
45
+ activesupport (4.2.1)
46
+ i18n (~> 0.7)
47
+ json (~> 1.7, >= 1.7.7)
48
+ minitest (~> 5.1)
49
+ thread_safe (~> 0.3, >= 0.3.4)
50
+ tzinfo (~> 1.1)
51
+ ast (2.0.0)
52
+ astrolabe (1.3.0)
53
+ parser (>= 2.2.0.pre.3, < 3.0)
54
+ bacon (1.2.0)
55
+ cocoapods-downloader (0.9.0)
56
+ cocoapods-plugins (0.4.2)
57
+ nap
58
+ cocoapods-trunk (0.6.0)
59
+ nap (>= 0.8)
60
+ netrc (= 0.7.8)
61
+ codeclimate-test-reporter (0.4.7)
62
+ simplecov (>= 0.7.1, < 1.0.0)
63
+ colored (1.2)
64
+ docile (1.1.5)
65
+ escape (0.0.4)
66
+ fuzzy_match (2.0.4)
67
+ i18n (0.7.0)
68
+ json (1.8.2)
69
+ metaclass (0.0.4)
70
+ minitest (5.6.1)
71
+ mocha (1.1.0)
72
+ metaclass (~> 0.0.1)
73
+ mocha-on-bacon (0.2.2)
74
+ mocha (>= 0.13.0)
75
+ molinillo (0.2.3)
76
+ multi_json (1.11.0)
77
+ nap (0.8.0)
78
+ netrc (0.7.8)
79
+ parser (2.2.0.3)
80
+ ast (>= 1.1, < 3.0)
81
+ powerpack (0.1.0)
82
+ prettybacon (0.0.2)
83
+ bacon (~> 1.2)
84
+ rainbow (2.0.0)
85
+ rake (10.4.2)
86
+ rubocop (0.29.1)
87
+ astrolabe (~> 1.3)
88
+ parser (>= 2.2.0.1, < 3.0)
89
+ powerpack (~> 0.1)
90
+ rainbow (>= 1.99.1, < 3.0)
91
+ ruby-progressbar (~> 1.4)
92
+ ruby-progressbar (1.7.5)
93
+ simplecov (0.9.2)
94
+ docile (~> 1.1.0)
95
+ multi_json (~> 1.0)
96
+ simplecov-html (~> 0.9.0)
97
+ simplecov-html (0.9.0)
98
+ thread_safe (0.3.5)
99
+ tzinfo (1.2.2)
100
+ thread_safe (~> 0.1)
101
+ xcodeproj (0.24.1)
102
+ activesupport (>= 3)
103
+ colored (~> 1.2)
104
+
105
+ PLATFORMS
106
+ ruby
107
+
108
+ DEPENDENCIES
109
+ bacon
110
+ bundler (~> 1.3)
111
+ claide!
112
+ cocoapods!
113
+ cocoapods-core!
114
+ cocoapods-try!
115
+ codeclimate-test-reporter
116
+ mocha
117
+ mocha-on-bacon
118
+ prettybacon
119
+ rake
120
+ rubocop
@@ -2,5 +2,5 @@
2
2
  # The namespace of the Cocoapods try plugin.
3
3
  #
4
4
  module CocoapodsTry
5
- VERSION = '0.4.3'
5
+ VERSION = '0.4.4'
6
6
  end
@@ -114,8 +114,11 @@ module Pod
114
114
  #
115
115
  def install_pod(spec, sandbox)
116
116
  specs = { :ios => spec, :osx => spec }
117
+ clean = config.clean
118
+ config.clean = false
117
119
  installer = Installer::PodSourceInstaller.new(sandbox, specs)
118
120
  installer.install!
121
+ config.clean = clean
119
122
  sandbox.root + spec.name
120
123
  end
121
124
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-try
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Pelosin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-25 00:00:00.000000000 Z
11
+ date: 2015-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -50,6 +50,7 @@ files:
50
50
  - .travis.yml
51
51
  - CHANGELOG.md
52
52
  - Gemfile
53
+ - Gemfile.lock
53
54
  - LICENSE
54
55
  - README.md
55
56
  - Rakefile