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

Commit 65b7e20

Browse files
authored
cocoapods 1.2.1 (#40)
1 parent f2f3f20 commit 65b7e20

10 files changed

Lines changed: 204 additions & 182 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ _None_
3333
* Switch from Travis CI to Circle CI, clean up the Rakefile in the process.
3434
[David Jennes](https://github.com/djbe)
3535
[#24](https://github.com/SwiftGen/SwiftGenKit/issues/24)
36-
36+
[#40](https://github.com/SwiftGen/SwiftGenKit/issues/40)
3737
* Disable SwiftLint `conditional_returns_on_newline` in the font template.
3838
[Tom Baranes](https://github.com/tbaranes)
3939
[#33](https://github.com/SwiftGen/templates/pull/33)

Gemfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 17 additions & 18 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ SPEC CHECKSUMS:
2525

2626
PODFILE CHECKSUM: 910aa7b4b6bcbe527b3b6800c8fe6bc374027140
2727

28-
COCOAPODS: 1.2.0
28+
COCOAPODS: 1.2.1

Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)