Skip to content

Commit 4eb31f8

Browse files
authored
Merge pull request #76 from ra1028/v1.1.3
Version 1.1.3
2 parents ec2e1bd + 40fa20f commit 4eb31f8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

DifferenceKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'DifferenceKit'
3-
spec.version = '1.1.2'
3+
spec.version = '1.1.3'
44
spec.author = { 'ra1028' => '[email protected]' }
55
spec.homepage = 'https://github.com/ra1028/DifferenceKit'
66
spec.documentation_url = 'https://ra1028.github.io/DifferenceKit'

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source "https://rubygems.org"
22

3-
gem 'cocoapods', '1.7.0.rc.1'
3+
gem 'cocoapods', '1.7.2'
44
gem 'jazzy', '0.9.4'

Gemfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ GEM
99
tzinfo (~> 1.1)
1010
atomos (0.1.3)
1111
claide (1.0.2)
12-
cocoapods (1.7.0.rc.1)
12+
cocoapods (1.7.2)
1313
activesupport (>= 4.0.2, < 5)
1414
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.7.0.rc.1)
15+
cocoapods-core (= 1.7.2)
1616
cocoapods-deintegrate (>= 1.0.3, < 2.0)
1717
cocoapods-downloader (>= 1.2.2, < 2.0)
1818
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -22,13 +22,13 @@ GEM
2222
cocoapods-try (>= 1.1.0, < 2.0)
2323
colored2 (~> 3.1)
2424
escape (~> 0.0.4)
25-
fourflusher (>= 2.2.0, < 3.0)
25+
fourflusher (>= 2.3.0, < 3.0)
2626
gh_inspector (~> 1.0)
2727
molinillo (~> 0.6.6)
2828
nap (~> 1.0)
2929
ruby-macho (~> 1.4)
30-
xcodeproj (>= 1.8.2, < 2.0)
31-
cocoapods-core (1.7.0.rc.1)
30+
xcodeproj (>= 1.10.0, < 2.0)
31+
cocoapods-core (1.7.2)
3232
activesupport (>= 4.0.2, < 6)
3333
fuzzy_match (~> 2.0.4)
3434
nap (~> 1.0)
@@ -45,8 +45,8 @@ GEM
4545
colored2 (3.1.2)
4646
concurrent-ruby (1.1.5)
4747
escape (0.0.4)
48-
ffi (1.10.0)
49-
fourflusher (2.2.0)
48+
ffi (1.11.1)
49+
fourflusher (2.3.0)
5050
fuzzy_match (2.0.4)
5151
gh_inspector (1.1.3)
5252
i18n (0.9.5)
@@ -72,7 +72,7 @@ GEM
7272
rb-inotify (0.10.0)
7373
ffi (~> 1.0)
7474
redcarpet (3.4.0)
75-
rouge (3.3.0)
75+
rouge (3.4.1)
7676
ruby-macho (1.4.0)
7777
sass (3.7.4)
7878
sass-listen (~> 4.0.0)
@@ -85,7 +85,7 @@ GEM
8585
thread_safe (~> 0.1)
8686
xcinvoke (0.3.0)
8787
liferaft (~> 0.0.6)
88-
xcodeproj (1.9.0)
88+
xcodeproj (1.10.0)
8989
CFPropertyList (>= 2.3.3, < 4.0)
9090
atomos (~> 0.1.3)
9191
claide (>= 1.0.2, < 2.0)
@@ -96,7 +96,7 @@ PLATFORMS
9696
ruby
9797

9898
DEPENDENCIES
99-
cocoapods (= 1.7.0.rc.1)
99+
cocoapods (= 1.7.2)
100100
jazzy (= 0.9.4)
101101

102102
BUNDLED WITH

0 commit comments

Comments
 (0)