Skip to content

Commit 121146a

Browse files
authored
Release 1.14.3 (#1111)
1 parent f6f4d32 commit 121146a

File tree

2 files changed

+36
-27
lines changed

2 files changed

+36
-27
lines changed

Gemfile.lock

+35-26
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,73 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.0.0)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
CFPropertyList (2.3.5)
5+
activesupport (4.2.7.1)
66
i18n (~> 0.7)
7+
json (~> 1.7, >= 1.7.7)
78
minitest (~> 5.1)
9+
thread_safe (~> 0.3, >= 0.3.4)
810
tzinfo (~> 1.1)
9-
claide (1.0.0)
10-
cocoapods (1.0.1)
11-
activesupport (>= 4.0.2)
12-
claide (>= 1.0.0, < 2.0)
13-
cocoapods-core (= 1.0.1)
14-
cocoapods-deintegrate (>= 1.0.0, < 2.0)
15-
cocoapods-downloader (>= 1.0.0, < 2.0)
11+
claide (1.0.1)
12+
cocoapods (1.2.0)
13+
activesupport (>= 4.0.2, < 5)
14+
claide (>= 1.0.1, < 2.0)
15+
cocoapods-core (= 1.2.0)
16+
cocoapods-deintegrate (>= 1.0.1, < 2.0)
17+
cocoapods-downloader (>= 1.1.3, < 2.0)
1618
cocoapods-plugins (>= 1.0.0, < 2.0)
1719
cocoapods-search (>= 1.0.0, < 2.0)
1820
cocoapods-stats (>= 1.0.0, < 2.0)
19-
cocoapods-trunk (>= 1.0.0, < 2.0)
20-
cocoapods-try (>= 1.0.0, < 2.0)
21+
cocoapods-trunk (>= 1.1.2, < 2.0)
22+
cocoapods-try (>= 1.1.0, < 2.0)
2123
colored (~> 1.2)
2224
escape (~> 0.0.4)
23-
fourflusher (~> 0.3.0)
24-
molinillo (~> 0.4.5)
25+
fourflusher (~> 2.0.1)
26+
gh_inspector (~> 1.0)
27+
molinillo (~> 0.5.5)
2528
nap (~> 1.0)
26-
xcodeproj (>= 1.1.0, < 2.0)
27-
cocoapods-core (1.0.1)
28-
activesupport (>= 4.0.2)
29+
ruby-macho (~> 0.2.5)
30+
xcodeproj (>= 1.4.1, < 2.0)
31+
cocoapods-core (1.2.0)
32+
activesupport (>= 4.0.2, < 5)
2933
fuzzy_match (~> 2.0.4)
3034
nap (~> 1.0)
31-
cocoapods-deintegrate (1.0.0)
32-
cocoapods-downloader (1.1.0)
35+
cocoapods-deintegrate (1.0.1)
36+
cocoapods-downloader (1.1.3)
3337
cocoapods-plugins (1.0.0)
3438
nap
3539
cocoapods-search (1.0.0)
3640
cocoapods-stats (1.0.0)
37-
cocoapods-trunk (1.0.0)
41+
cocoapods-trunk (1.1.2)
3842
nap (>= 0.8, < 2.0)
3943
netrc (= 0.7.8)
4044
cocoapods-try (1.1.0)
4145
colored (1.2)
42-
concurrent-ruby (1.0.2)
4346
escape (0.0.4)
44-
fourflusher (0.3.2)
47+
fourflusher (2.0.1)
4548
fuzzy_match (2.0.4)
46-
i18n (0.7.0)
47-
minitest (5.9.0)
48-
molinillo (0.4.5)
49+
gh_inspector (1.0.3)
50+
i18n (0.8.0)
51+
json (1.8.6)
52+
minitest (5.10.1)
53+
molinillo (0.5.6)
54+
nanaimo (0.2.3)
4955
nap (1.1.0)
5056
naturally (1.3.2)
5157
netrc (0.7.8)
5258
plist (3.2.0)
5359
rake (11.2.2)
5460
rouge (1.11.1)
61+
ruby-macho (0.2.6)
5562
thread_safe (0.3.5)
5663
tzinfo (1.2.2)
5764
thread_safe (~> 0.1)
58-
xcodeproj (1.2.0)
65+
xcodeproj (1.4.2)
66+
CFPropertyList (~> 2.3.3)
5967
activesupport (>= 3)
60-
claide (>= 1.0.0, < 2.0)
68+
claide (>= 1.0.1, < 2.0)
6169
colored (~> 1.2)
70+
nanaimo (~> 0.2.3)
6271
xcpretty (0.2.2)
6372
rouge (~> 1.8)
6473

Parse.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Parse'
3-
s.version = '1.14.2'
3+
s.version = '1.14.3'
44
s.license = { :type => 'BSD', :file => 'LICENSE' }
55
s.homepage = 'https://www.parse.com/'
66
s.summary = 'A library that gives you access to the powerful Parse cloud platform from your iOS/OS X/watchOS/tvOS app.'

0 commit comments

Comments
 (0)