cocoapods-try 1.0.0.beta.1 → 1.0.0.beta.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 +4 -4
- data/.travis.yml +5 -0
- data/CHANGELOG.md +9 -0
- data/Gemfile.lock +37 -32
- data/lib/cocoapods_try.rb +1 -1
- data/lib/pod/command/try.rb +3 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6a9d000e63b28ada739bd6f1c754fe3081b9b61
|
4
|
+
data.tar.gz: 8600ca9993e3dfaa786e90e6dbca0f12dd17c374
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67d4ae8e4e58f16f344797d2876d877393ba8896318151db0ab95117660dd203995a872ed58fbb2defdc3ba0cb60e9b18a3580496587cb56e70aab9be39a588d
|
7
|
+
data.tar.gz: 9f47683e5793351fb65c778ab0c1cab4365862115fdf45a776fcc7dc602c60eb88c09915ef7446aa7265225a920d09450c448d14bb5a3db7f592705073339990
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Cocoapods::Try Changelog
|
2
2
|
|
3
|
+
## 1.0.0.beta.2 (2016-01-05)
|
4
|
+
|
5
|
+
##### Bug Fixes
|
6
|
+
|
7
|
+
* Ensure that the pod's source is re-downloaded, instead of pulling from the
|
8
|
+
cache, which only holds cleaned sources.
|
9
|
+
[Samuel Giddins](https://github.com/segiddins)
|
10
|
+
[#43](https://github.com/CocoaPods/cocoapods-try/issues/43)
|
11
|
+
|
3
12
|
|
4
13
|
## 1.0.0.beta.1 (2015-12-30)
|
5
14
|
|
data/Gemfile.lock
CHANGED
@@ -1,49 +1,52 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/CocoaPods/CLAide.git
|
3
|
-
revision:
|
3
|
+
revision: d5a7ef8f3e730f195ecb3dfd2ec5891d1c6988d7
|
4
4
|
branch: master
|
5
5
|
specs:
|
6
|
-
claide (0.
|
6
|
+
claide (1.0.0.beta.1)
|
7
7
|
|
8
8
|
GIT
|
9
9
|
remote: https://github.com/CocoaPods/CocoaPods.git
|
10
|
-
revision:
|
10
|
+
revision: 1fd0fe8d218c6983fd982f4ef7efe38ac540768e
|
11
11
|
branch: master
|
12
12
|
specs:
|
13
|
-
cocoapods (0.
|
14
|
-
activesupport (>=
|
15
|
-
claide (
|
16
|
-
cocoapods-core (= 0.
|
17
|
-
cocoapods-
|
18
|
-
cocoapods-
|
19
|
-
cocoapods-
|
20
|
-
cocoapods-
|
21
|
-
cocoapods-
|
13
|
+
cocoapods (1.0.0.beta.1)
|
14
|
+
activesupport (>= 4.0.2)
|
15
|
+
claide (>= 1.0.0.beta.1, < 2.0)
|
16
|
+
cocoapods-core (= 1.0.0.beta.1)
|
17
|
+
cocoapods-deintegrate (>= 1.0.0.beta.1, < 2.0)
|
18
|
+
cocoapods-downloader (>= 1.0.0.beta.1, < 2.0)
|
19
|
+
cocoapods-plugins (>= 1.0.0.beta.1, < 2.0)
|
20
|
+
cocoapods-search (>= 1.0.0.beta.1, < 2.0)
|
21
|
+
cocoapods-stats (>= 1.0.0.beta.1, < 2.0)
|
22
|
+
cocoapods-trunk (>= 1.0.0.beta.1, < 2.0)
|
23
|
+
cocoapods-try (>= 1.0.0.beta.1, < 2.0)
|
22
24
|
colored (~> 1.2)
|
23
25
|
escape (~> 0.0.4)
|
24
|
-
|
25
|
-
|
26
|
-
|
26
|
+
fourflusher (~> 0.3.0)
|
27
|
+
molinillo (~> 0.4.1)
|
28
|
+
nap (~> 1.0)
|
29
|
+
xcodeproj (>= 1.0.0.beta.1, < 2.0)
|
27
30
|
|
28
31
|
GIT
|
29
32
|
remote: https://github.com/CocoaPods/Core.git
|
30
|
-
revision:
|
33
|
+
revision: f1b6ae5c1c0f45405e71d508c441398e6fa5191f
|
31
34
|
branch: master
|
32
35
|
specs:
|
33
|
-
cocoapods-core (0.
|
34
|
-
activesupport (>=
|
36
|
+
cocoapods-core (1.0.0.beta.1)
|
37
|
+
activesupport (>= 4.0.2)
|
35
38
|
fuzzy_match (~> 2.0.4)
|
36
|
-
nap (~>
|
39
|
+
nap (~> 1.0)
|
37
40
|
|
38
41
|
PATH
|
39
42
|
remote: .
|
40
43
|
specs:
|
41
|
-
cocoapods-try (1.0.0.beta.
|
44
|
+
cocoapods-try (1.0.0.beta.2)
|
42
45
|
|
43
46
|
GEM
|
44
47
|
remote: https://rubygems.org/
|
45
48
|
specs:
|
46
|
-
activesupport (4.2.
|
49
|
+
activesupport (4.2.5)
|
47
50
|
i18n (~> 0.7)
|
48
51
|
json (~> 1.7, >= 1.7.7)
|
49
52
|
minitest (~> 5.1)
|
@@ -53,30 +56,32 @@ GEM
|
|
53
56
|
astrolabe (1.3.1)
|
54
57
|
parser (~> 2.2)
|
55
58
|
bacon (1.2.0)
|
56
|
-
cocoapods-
|
57
|
-
cocoapods-
|
59
|
+
cocoapods-deintegrate (1.0.0.beta.1)
|
60
|
+
cocoapods-downloader (1.0.0.beta.1)
|
61
|
+
cocoapods-plugins (1.0.0.beta.1)
|
58
62
|
nap
|
59
|
-
cocoapods-
|
60
|
-
|
61
|
-
cocoapods-trunk (0.
|
62
|
-
nap (>= 0.8)
|
63
|
+
cocoapods-search (1.0.0.beta.1)
|
64
|
+
cocoapods-stats (1.0.0.beta.1)
|
65
|
+
cocoapods-trunk (1.0.0.beta.1)
|
66
|
+
nap (>= 0.8, < 2.0)
|
63
67
|
netrc (= 0.7.8)
|
64
68
|
codeclimate-test-reporter (0.4.7)
|
65
69
|
simplecov (>= 0.7.1, < 1.0.0)
|
66
70
|
colored (1.2)
|
67
71
|
docile (1.1.5)
|
68
72
|
escape (0.0.4)
|
73
|
+
fourflusher (0.3.0)
|
69
74
|
fuzzy_match (2.0.4)
|
70
75
|
i18n (0.7.0)
|
71
76
|
json (1.8.3)
|
72
77
|
metaclass (0.0.4)
|
73
|
-
minitest (5.8.
|
78
|
+
minitest (5.8.3)
|
74
79
|
mocha (1.1.0)
|
75
80
|
metaclass (~> 0.0.1)
|
76
81
|
mocha-on-bacon (0.2.2)
|
77
82
|
mocha (>= 0.13.0)
|
78
|
-
molinillo (0.
|
79
|
-
nap (0.
|
83
|
+
molinillo (0.4.1)
|
84
|
+
nap (1.0.0)
|
80
85
|
netrc (0.7.8)
|
81
86
|
parser (2.2.2.6)
|
82
87
|
ast (>= 1.1, < 3.0)
|
@@ -100,9 +105,9 @@ GEM
|
|
100
105
|
thread_safe (0.3.5)
|
101
106
|
tzinfo (1.2.2)
|
102
107
|
thread_safe (~> 0.1)
|
103
|
-
xcodeproj (0.
|
108
|
+
xcodeproj (1.0.0.beta.2)
|
104
109
|
activesupport (>= 3)
|
105
|
-
claide (
|
110
|
+
claide (>= 1.0.0.beta.1, < 2.0)
|
106
111
|
colored (~> 1.2)
|
107
112
|
|
108
113
|
PLATFORMS
|
data/lib/cocoapods_try.rb
CHANGED
data/lib/pod/command/try.rb
CHANGED
@@ -124,11 +124,9 @@ module Pod
|
|
124
124
|
#
|
125
125
|
def install_pod(spec, sandbox)
|
126
126
|
specs = { :ios => spec, :osx => spec }
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
sandbox.root + spec.name
|
131
|
-
end
|
127
|
+
installer = Installer::PodSourceInstaller.new(sandbox, specs, :can_cache => false)
|
128
|
+
installer.install!
|
129
|
+
sandbox.root + spec.name
|
132
130
|
end
|
133
131
|
|
134
132
|
# Picks a project or workspace suitable for the demo purposes in the
|
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: 1.0.0.beta.
|
4
|
+
version: 1.0.0.beta.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fabio Pelosin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|