Skip to content
This repository was archived by the owner on Sep 6, 2018. It is now read-only.

Commit 39cda23

Browse files
authored
cocoapods 1.2.1 (#28)
1 parent e8acc51 commit 39cda23

File tree

10 files changed

+142
-121
lines changed

10 files changed

+142
-121
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ _None_
2727
* Switch from Travis CI to Circle CI, clean up the Rakefile in the process.
2828
[David Jennes](https://github.com/djbe)
2929
[#10](https://github.com/SwiftGen/SwiftGenKit/issues/10)
30+
[#28](https://github.com/SwiftGen/SwiftGenKit/issues/28)
3031

3132
## 1.0.1
3233

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
source 'https://rubygems.org'
33

4-
gem 'cocoapods', '1.2.0'
4+
gem 'cocoapods', '1.2.1'
55
gem 'xcpretty'

Gemfile.lock

+17-18
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ GEM
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
claide (1.0.1)
11-
cocoapods (1.2.0)
11+
cocoapods (1.2.1)
1212
activesupport (>= 4.0.2, < 5)
1313
claide (>= 1.0.1, < 2.0)
14-
cocoapods-core (= 1.2.0)
14+
cocoapods-core (= 1.2.1)
1515
cocoapods-deintegrate (>= 1.0.1, < 2.0)
1616
cocoapods-downloader (>= 1.1.3, < 2.0)
1717
cocoapods-plugins (>= 1.0.0, < 2.0)
1818
cocoapods-search (>= 1.0.0, < 2.0)
1919
cocoapods-stats (>= 1.0.0, < 2.0)
20-
cocoapods-trunk (>= 1.1.2, < 2.0)
20+
cocoapods-trunk (>= 1.2.0, < 2.0)
2121
cocoapods-try (>= 1.1.0, < 2.0)
22-
colored (~> 1.2)
22+
colored2 (~> 3.1)
2323
escape (~> 0.0.4)
2424
fourflusher (~> 2.0.1)
2525
gh_inspector (~> 1.0)
26-
molinillo (~> 0.5.5)
26+
molinillo (~> 0.5.7)
2727
nap (~> 1.0)
28-
ruby-macho (~> 0.2.5)
29-
xcodeproj (>= 1.4.1, < 2.0)
30-
cocoapods-core (1.2.0)
28+
ruby-macho (~> 1.1)
29+
xcodeproj (>= 1.4.4, < 2.0)
30+
cocoapods-core (1.2.1)
3131
activesupport (>= 4.0.2, < 5)
3232
fuzzy_match (~> 2.0.4)
3333
nap (~> 1.0)
@@ -37,40 +37,39 @@ GEM
3737
nap
3838
cocoapods-search (1.0.0)
3939
cocoapods-stats (1.0.0)
40-
cocoapods-trunk (1.1.2)
40+
cocoapods-trunk (1.2.0)
4141
nap (>= 0.8, < 2.0)
4242
netrc (= 0.7.8)
4343
cocoapods-try (1.1.0)
44-
colored (1.2)
44+
colored2 (3.1.2)
4545
escape (0.0.4)
4646
fourflusher (2.0.1)
4747
fuzzy_match (2.0.4)
4848
gh_inspector (1.0.3)
4949
i18n (0.8.1)
5050
minitest (5.10.1)
51-
molinillo (0.5.6)
51+
molinillo (0.5.7)
5252
nanaimo (0.2.3)
5353
nap (1.1.0)
5454
netrc (0.7.8)
5555
rouge (1.11.1)
56-
ruby-macho (0.2.6)
56+
ruby-macho (1.1.0)
5757
thread_safe (0.3.6)
58-
tzinfo (1.2.2)
58+
tzinfo (1.2.3)
5959
thread_safe (~> 0.1)
60-
xcodeproj (1.4.2)
60+
xcodeproj (1.4.4)
6161
CFPropertyList (~> 2.3.3)
62-
activesupport (>= 3)
6362
claide (>= 1.0.1, < 2.0)
64-
colored (~> 1.2)
63+
colored2 (~> 3.1)
6564
nanaimo (~> 0.2.3)
66-
xcpretty (0.2.4)
65+
xcpretty (0.2.6)
6766
rouge (~> 1.8)
6867

6968
PLATFORMS
7069
ruby
7170

7271
DEPENDENCIES
73-
cocoapods (= 1.2.0)
72+
cocoapods (= 1.2.1)
7473
xcpretty
7574

7675
BUNDLED WITH

Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ SPEC CHECKSUMS:
1616

1717
PODFILE CHECKSUM: c30ec8de82eda04587ffe005a6ce7372509b1340
1818

19-
COCOAPODS: 1.2.0
19+
COCOAPODS: 1.2.1

Pods/Manifest.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)