Skip to content

Commit 79065a5

Browse files
committed
Release 0.5.0
1 parent 116274a commit 79065a5

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

Gemfile.lock

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,36 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.1)
4+
activesupport (4.2.3)
55
i18n (~> 0.7)
66
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
claide (0.8.1)
11-
cocoapods (0.37.2)
10+
claide (0.9.1)
11+
cocoapods (0.38.2)
1212
activesupport (>= 3.2.15)
13-
claide (~> 0.8.1)
14-
cocoapods-core (= 0.37.2)
15-
cocoapods-downloader (~> 0.9.0)
13+
claide (~> 0.9.1)
14+
cocoapods-core (= 0.38.2)
15+
cocoapods-downloader (~> 0.9.1)
1616
cocoapods-plugins (~> 0.4.2)
17+
cocoapods-stats (~> 0.5.3)
1718
cocoapods-trunk (~> 0.6.1)
1819
cocoapods-try (~> 0.4.5)
1920
colored (~> 1.2)
2021
escape (~> 0.0.4)
21-
molinillo (~> 0.2.3)
22+
molinillo (~> 0.3.1)
2223
nap (~> 0.8)
23-
xcodeproj (~> 0.24.2)
24-
cocoapods-core (0.37.2)
24+
xcodeproj (~> 0.26.3)
25+
cocoapods-core (0.38.2)
2526
activesupport (>= 3.2.15)
2627
fuzzy_match (~> 2.0.4)
2728
nap (~> 0.8.0)
28-
cocoapods-downloader (0.9.0)
29+
cocoapods-downloader (0.9.1)
2930
cocoapods-plugins (0.4.2)
3031
nap
32+
cocoapods-stats (0.5.3)
33+
nap (~> 0.8)
3134
cocoapods-trunk (0.6.1)
3235
nap (>= 0.8)
3336
netrc (= 0.7.8)
@@ -37,15 +40,16 @@ GEM
3740
fuzzy_match (2.0.4)
3841
i18n (0.7.0)
3942
json (1.8.3)
40-
minitest (5.7.0)
41-
molinillo (0.2.3)
43+
minitest (5.8.0)
44+
molinillo (0.3.1)
4245
nap (0.8.0)
4346
netrc (0.7.8)
4447
thread_safe (0.3.5)
4548
tzinfo (1.2.2)
4649
thread_safe (~> 0.1)
47-
xcodeproj (0.24.2)
50+
xcodeproj (0.26.3)
4851
activesupport (>= 3)
52+
claide (~> 0.9.1)
4953
colored (~> 1.2)
5054

5155
PLATFORMS

SimpleKeychain/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4.0</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SimpleKeychainApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4.0</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SimpleKeychainTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4.0</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)