cocoapods-trunk 0.3.0 → 0.3.1

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: 0076fbdf2d1f8a0bc0a32cdd7505ab4a902fb3db
4
- data.tar.gz: 4f521e11f13a6f4ce59de152619aac341f28c367
3
+ metadata.gz: 28b7c0baa512fc10ba5c6642025c8edcfeaf75b7
4
+ data.tar.gz: 7d242bef2b128a321055ef904105a09d810d606c
5
5
  SHA512:
6
- metadata.gz: 187658ef87b0f4d11ef029aee35964abf4c86c706c6e296603bd58333f9081afed8b8378b26108239f4930c341c6115abd69982141edc85b79c96b91e5b9e4f0
7
- data.tar.gz: c51d40ef196eccf495d669659e026d5e38a96c6eeb855b97955f86c17cd63486c0394b02214303da6757744a8e9ffe8501a2db81a084c9c7c59b5e91a350c999
6
+ metadata.gz: b602f4347385fc24a3ffe9dbd64df321f35a02592d995c2a7a30b67f7dc580f87bf587c5fa35ef08adca900ffda5d1aaccabd3b0c31cc5cbddd52c1d205bae3e
7
+ data.tar.gz: 4ea7ccbcad68bff88dcf41f17cb9c844387c1ec1441bb1a9ae8fb75dadeded87b262ae11cee01a1a7b3e139337cd4b6af98623ccaab60f3e07022b9082af6ec7
@@ -1,3 +1,12 @@
1
+ ## 0.3.1
2
+
3
+ ##### Bug Fixes
4
+
5
+ * Fixes an issue introduced with the release of `netrc 0.7.8`.
6
+ [Samuel Giddins](https://github.com/segiddins)
7
+ [CocoaPods#2674](https://github.com/CocoaPods/CocoaPods/issues/2674)
8
+
9
+
1
10
  ## 0.3.0
2
11
 
3
12
  ##### Enhancements
@@ -9,7 +18,7 @@
9
18
  ##### Bug Fixes
10
19
 
11
20
  * Fixes an issue where `pod trunk push` doesn't show which validation errors
12
- and just stated it failed.
21
+ and just stated it failed.
13
22
  [Kyle Fuller](https://github.com/kylef)
14
23
  [#26](https://github.com/CocoaPods/cocoapods-trunk/issues/26)
15
24
 
@@ -19,10 +28,10 @@
19
28
  ##### Enhancements
20
29
 
21
30
  * Network errors are now gracefully handled.
22
- [Samuel E. Giddins](https://github.com/segiddins)
31
+ [Samuel E. Giddins](https://github.com/segiddins)
23
32
 
24
33
  * Adopted new argument format of CLAide.
25
- [Olivier Halligon](https://github.com/AliSoftware)
34
+ [Olivier Halligon](https://github.com/AliSoftware)
26
35
 
27
36
 
28
37
  ## 0.1.0
@@ -7,13 +7,13 @@ GIT
7
7
 
8
8
  GIT
9
9
  remote: https://github.com/CocoaPods/CocoaPods.git
10
- revision: a71b069b4c80bdbef52f7986b6516ac2634065cf
10
+ revision: b6a5aa699b1f946edfe1423f914d2eb2f0f727a7
11
11
  branch: master
12
12
  specs:
13
- cocoapods (0.34.1)
13
+ cocoapods (0.34.2)
14
14
  activesupport (>= 3.2.15, < 4)
15
15
  claide (~> 0.7.0)
16
- cocoapods-core (= 0.34.1)
16
+ cocoapods-core (= 0.34.2)
17
17
  cocoapods-downloader (~> 0.7.2)
18
18
  cocoapods-plugins (~> 0.3.1)
19
19
  cocoapods-trunk (~> 0.3.0)
@@ -23,14 +23,14 @@ GIT
23
23
  json_pure (~> 1.8)
24
24
  nap (~> 0.8)
25
25
  open4 (~> 1.3)
26
- xcodeproj (~> 0.19.2)
26
+ xcodeproj (~> 0.19.3)
27
27
 
28
28
  GIT
29
29
  remote: https://github.com/CocoaPods/Core.git
30
- revision: c83467a8bd7b85a090b41d6ba8c1b251105d3181
30
+ revision: f971122dd0b94efcb872efbe85c2db9d0166e00f
31
31
  branch: master
32
32
  specs:
33
- cocoapods-core (0.34.1)
33
+ cocoapods-core (0.34.2)
34
34
  activesupport (>= 3.2.15)
35
35
  fuzzy_match (~> 2.0.4)
36
36
  json_pure (~> 1.8)
@@ -39,10 +39,10 @@ GIT
39
39
  PATH
40
40
  remote: .
41
41
  specs:
42
- cocoapods-trunk (0.3.0)
42
+ cocoapods-trunk (0.3.1)
43
43
  json_pure (~> 1.8)
44
44
  nap (>= 0.8)
45
- netrc
45
+ netrc (= 0.7.8)
46
46
 
47
47
  GEM
48
48
  remote: https://rubygems.org/
@@ -63,7 +63,7 @@ GEM
63
63
  colored (1.2)
64
64
  docile (1.1.5)
65
65
  escape (0.0.4)
66
- ffi (1.9.5)
66
+ ffi (1.9.6)
67
67
  fuzzy_match (2.0.4)
68
68
  i18n (0.6.11)
69
69
  json_pure (1.8.1)
@@ -81,7 +81,7 @@ GEM
81
81
  mocha (>= 0.13.0)
82
82
  multi_json (1.10.1)
83
83
  nap (0.8.0)
84
- netrc (0.7.7)
84
+ netrc (0.7.8)
85
85
  notify (0.5.2)
86
86
  open4 (1.3.4)
87
87
  parser (2.2.0.pre.5)
data/Rakefile CHANGED
@@ -46,7 +46,7 @@ begin
46
46
  RuboCop::RakeTask.new
47
47
  end
48
48
 
49
- rescue LoadError
49
+ rescue LoadError => e
50
50
  $stderr.puts "\033[0;31m" \
51
51
  '[!] Some Rake tasks haven been disabled because the environment' \
52
52
  ' couldn’t be loaded. Be sure to run `rake bootstrap` first.' \
@@ -66,4 +66,3 @@ def title(title)
66
66
  puts '-' * 80
67
67
  puts
68
68
  end
69
-
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
 
20
20
  spec.add_dependency 'nap', '>= 0.8'
21
21
  spec.add_dependency 'json_pure', '~> 1.8'
22
- spec.add_dependency 'netrc'
22
+ spec.add_dependency 'netrc', '0.7.8'
23
23
  spec.add_development_dependency "bundler", "~> 1.3"
24
24
  spec.add_development_dependency "rake"
25
25
  end
@@ -400,7 +400,7 @@ module Pod
400
400
  end
401
401
 
402
402
  def token
403
- netrc['trunk.cocoapods.org'] && netrc['trunk.cocoapods.org'].last
403
+ netrc['trunk.cocoapods.org'] && netrc['trunk.cocoapods.org'].password
404
404
  end
405
405
 
406
406
  def default_headers
@@ -1,5 +1,5 @@
1
1
  module Cocoapods
2
2
  module Trunk
3
- VERSION = '0.3.0'
3
+ VERSION = '0.3.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-trunk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Durán
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-07 00:00:00.000000000 Z
11
+ date: 2014-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nap
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: netrc
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: 0.7.8
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: 0.7.8
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement