cocoapods-trunk 0.3.1 → 0.4.0

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: 28b7c0baa512fc10ba5c6642025c8edcfeaf75b7
4
- data.tar.gz: 7d242bef2b128a321055ef904105a09d810d606c
3
+ metadata.gz: 05d7b8d9b45b2789d9a5ba64682e53f65b6316d8
4
+ data.tar.gz: d5c2c20b498a1c9f6ba68486028c7da89b425446
5
5
  SHA512:
6
- metadata.gz: b602f4347385fc24a3ffe9dbd64df321f35a02592d995c2a7a30b67f7dc580f87bf587c5fa35ef08adca900ffda5d1aaccabd3b0c31cc5cbddd52c1d205bae3e
7
- data.tar.gz: 4ea7ccbcad68bff88dcf41f17cb9c844387c1ec1441bb1a9ae8fb75dadeded87b262ae11cee01a1a7b3e139337cd4b6af98623ccaab60f3e07022b9082af6ec7
6
+ metadata.gz: d01e7c395ee6338c8cb00c1bf2068e680ba01bcd075103aaf0d84f5bdf0945dca2695c06b1cb46722b005451b63e869a335632dc43d0da2ac4fc4c737984ed07
7
+ data.tar.gz: ed35d3e3d694edf9542089db96e389b9c47b621a9c776c2e9f5c9f3df21326454bbc6b44a02b5666167a49df8840e02e66cec793ffc47ebf37ac33ee4e6d3cf5
@@ -1,3 +1,11 @@
1
+ ## 0.4.0
2
+
3
+ ##### Bug Fixes
4
+
5
+ * Fixes installation issues with the JSON dependency.
6
+ [Eloy Durán](https://github.com/alloy)
7
+ [CocoaPods#2773](https://github.com/CocoaPods/CocoaPods/issues/2773)
8
+
1
9
  ## 0.3.1
2
10
 
3
11
  ##### Bug Fixes
data/Gemfile CHANGED
@@ -2,6 +2,9 @@ source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
4
 
5
+ # This is the version that ships with OS X 10.10, so be sure we test against it.
6
+ gem 'json', '1.7.7'
7
+
5
8
  group :development do
6
9
  gem 'cocoapods', :git => "https://github.com/CocoaPods/CocoaPods.git", :branch => 'master'
7
10
  gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master'
@@ -13,11 +16,7 @@ group :development do
13
16
  gem 'mocha-on-bacon'
14
17
  gem 'prettybacon'
15
18
 
16
-
17
- if RUBY_VERSION >= '1.9.3'
18
- gem 'codeclimate-test-reporter', :require => nil
19
- gem 'rubocop'
20
- end
19
+ gem 'codeclimate-test-reporter', :require => nil
20
+ gem 'rubocop', '~> 0.26.0'
21
21
  end
22
22
 
23
-
@@ -7,57 +7,58 @@ GIT
7
7
 
8
8
  GIT
9
9
  remote: https://github.com/CocoaPods/CocoaPods.git
10
- revision: b6a5aa699b1f946edfe1423f914d2eb2f0f727a7
10
+ revision: e7bb85be814527b65a3785ed93d869f75df3e932
11
11
  branch: master
12
12
  specs:
13
- cocoapods (0.34.2)
14
- activesupport (>= 3.2.15, < 4)
13
+ cocoapods (0.35.0.rc1)
14
+ activesupport (>= 3.2.15)
15
15
  claide (~> 0.7.0)
16
- cocoapods-core (= 0.34.2)
16
+ cocoapods-core (= 0.35.0.rc1)
17
17
  cocoapods-downloader (~> 0.7.2)
18
18
  cocoapods-plugins (~> 0.3.1)
19
- cocoapods-trunk (~> 0.3.0)
20
- cocoapods-try (~> 0.4.1)
19
+ cocoapods-trunk (~> 0.4.0)
20
+ cocoapods-try (~> 0.4.2)
21
21
  colored (~> 1.2)
22
22
  escape (~> 0.0.4)
23
- json_pure (~> 1.8)
23
+ molinillo (~> 0.1.1)
24
24
  nap (~> 0.8)
25
25
  open4 (~> 1.3)
26
- xcodeproj (~> 0.19.3)
26
+ xcodeproj (~> 0.20.1)
27
27
 
28
28
  GIT
29
29
  remote: https://github.com/CocoaPods/Core.git
30
- revision: f971122dd0b94efcb872efbe85c2db9d0166e00f
30
+ revision: 4c7709ceb26c1d555a765d8a8ec8198bcb94fc0c
31
31
  branch: master
32
32
  specs:
33
- cocoapods-core (0.34.2)
33
+ cocoapods-core (0.35.0.rc1)
34
34
  activesupport (>= 3.2.15)
35
35
  fuzzy_match (~> 2.0.4)
36
- json_pure (~> 1.8)
37
36
  nap (~> 0.8.0)
38
37
 
39
38
  PATH
40
39
  remote: .
41
40
  specs:
42
- cocoapods-trunk (0.3.1)
43
- json_pure (~> 1.8)
41
+ cocoapods-trunk (0.4.0)
44
42
  nap (>= 0.8)
45
43
  netrc (= 0.7.8)
46
44
 
47
45
  GEM
48
46
  remote: https://rubygems.org/
49
47
  specs:
50
- activesupport (3.2.19)
51
- i18n (~> 0.6, >= 0.6.4)
52
- multi_json (~> 1.0)
48
+ activesupport (4.1.7)
49
+ i18n (~> 0.6, >= 0.6.9)
50
+ json (~> 1.7, >= 1.7.7)
51
+ minitest (~> 5.1)
52
+ thread_safe (~> 0.1)
53
+ tzinfo (~> 1.1)
53
54
  ast (2.0.0)
54
55
  astrolabe (1.3.0)
55
56
  parser (>= 2.2.0.pre.3, < 3.0)
56
57
  bacon (1.2.0)
57
58
  cocoapods-downloader (0.7.2)
58
- cocoapods-plugins (0.3.1)
59
+ cocoapods-plugins (0.3.2)
59
60
  nap
60
- cocoapods-try (0.4.1)
61
+ cocoapods-try (0.4.2)
61
62
  codeclimate-test-reporter (0.4.1)
62
63
  simplecov (>= 0.7.1, < 1.0.0)
63
64
  colored (1.2)
@@ -66,7 +67,7 @@ GEM
66
67
  ffi (1.9.6)
67
68
  fuzzy_match (2.0.4)
68
69
  i18n (0.6.11)
69
- json_pure (1.8.1)
70
+ json (1.7.7)
70
71
  kicker (3.0.0)
71
72
  listen (~> 1.3.0)
72
73
  notify (~> 0.5.2)
@@ -75,16 +76,18 @@ GEM
75
76
  rb-inotify (>= 0.9)
76
77
  rb-kqueue (>= 0.2)
77
78
  metaclass (0.0.4)
79
+ minitest (5.4.2)
78
80
  mocha (1.1.0)
79
81
  metaclass (~> 0.0.1)
80
82
  mocha-on-bacon (0.2.2)
81
83
  mocha (>= 0.13.0)
84
+ molinillo (0.1.1)
82
85
  multi_json (1.10.1)
83
86
  nap (0.8.0)
84
87
  netrc (0.7.8)
85
88
  notify (0.5.2)
86
89
  open4 (1.3.4)
87
- parser (2.2.0.pre.5)
90
+ parser (2.2.0.pre.7)
88
91
  ast (>= 1.1, < 3.0)
89
92
  slop (~> 3.4, >= 3.4.5)
90
93
  powerpack (0.0.9)
@@ -103,15 +106,18 @@ GEM
103
106
  powerpack (~> 0.0.6)
104
107
  rainbow (>= 1.99.1, < 3.0)
105
108
  ruby-progressbar (~> 1.4)
106
- ruby-progressbar (1.6.0)
109
+ ruby-progressbar (1.7.0)
107
110
  simplecov (0.9.1)
108
111
  docile (~> 1.1.0)
109
112
  multi_json (~> 1.0)
110
113
  simplecov-html (~> 0.8.0)
111
114
  simplecov-html (0.8.0)
112
115
  slop (3.6.0)
113
- xcodeproj (0.19.3)
114
- activesupport (~> 3.0)
116
+ thread_safe (0.3.4)
117
+ tzinfo (1.2.2)
118
+ thread_safe (~> 0.1)
119
+ xcodeproj (0.20.1)
120
+ activesupport (>= 3)
115
121
  colored (~> 1.2)
116
122
 
117
123
  PLATFORMS
@@ -125,9 +131,10 @@ DEPENDENCIES
125
131
  cocoapods-core!
126
132
  cocoapods-trunk!
127
133
  codeclimate-test-reporter
134
+ json (= 1.7.7)
128
135
  kicker
129
136
  mocha
130
137
  mocha-on-bacon
131
138
  prettybacon
132
139
  rake
133
- rubocop
140
+ rubocop (~> 0.26.0)
@@ -18,8 +18,9 @@ Gem::Specification.new do |spec|
18
18
  spec.require_paths = ["lib"]
19
19
 
20
20
  spec.add_dependency 'nap', '>= 0.8'
21
- spec.add_dependency 'json_pure', '~> 1.8'
22
21
  spec.add_dependency 'netrc', '0.7.8'
23
22
  spec.add_development_dependency "bundler", "~> 1.3"
24
23
  spec.add_development_dependency "rake"
24
+
25
+ spec.required_ruby_version = '>= 2.0.0'
25
26
  end
@@ -1,5 +1,5 @@
1
1
  module Cocoapods
2
2
  module Trunk
3
- VERSION = '0.3.1'
3
+ VERSION = '0.4.0'
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.1
4
+ version: 0.4.0
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-15 00:00:00.000000000 Z
11
+ date: 2014-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nap
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.8'
27
- - !ruby/object:Gem::Dependency
28
- name: json_pure
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ~>
32
- - !ruby/object:Gem::Version
33
- version: '1.8'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ~>
39
- - !ruby/object:Gem::Version
40
- version: '1.8'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: netrc
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -122,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
108
  requirements:
123
109
  - - '>='
124
110
  - !ruby/object:Gem::Version
125
- version: '0'
111
+ version: 2.0.0
126
112
  required_rubygems_version: !ruby/object:Gem::Requirement
127
113
  requirements:
128
114
  - - '>='
@@ -141,4 +127,3 @@ test_files:
141
127
  - spec/command/trunk/register_spec.rb
142
128
  - spec/command/trunk_spec.rb
143
129
  - spec/spec_helper.rb
144
- has_rdoc: