Skip to content

Commit 91eb345

Browse files
committed
Prepare release 0.3.0.
Added Gemfile to lock CocoaPods version.
1 parent 4142fff commit 91eb345

File tree

5 files changed

+67
-4
lines changed

5 files changed

+67
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## master
4+
##master
5+
6+
## 0.3.0 - 2015-01-15
57
###Added
68
- Methods with error parameter to check why the operation failed. (@Yspadadden)
79

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Expecta (0.3.1)
3-
- SimpleKeychain (0.2.2)
3+
- SimpleKeychain (0.3.0)
44
- Specta (0.2.1)
55

66
DEPENDENCIES:
@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414

1515
SPEC CHECKSUMS:
1616
Expecta: 03aabd0a89d8dea843baecb19a7fd7466a69a31d
17-
SimpleKeychain: 148e0151e6721ce94b8da5aec90bf4d315ec7db7
17+
SimpleKeychain: 5ba597574d92f34e20fcb1529008974bfcbf5185
1818
Specta: 9141310f46b1f68b676650ff2854e1ed0b74163a
1919

2020
COCOAPODS: 0.35.0

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'cocoapods', '0.35.0'
4+
# gem 'cocoapods', '0.36.0.beta.1'

Gemfile.lock

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.0)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
claide (0.7.0)
11+
cocoapods (0.35.0)
12+
activesupport (>= 3.2.15)
13+
claide (~> 0.7.0)
14+
cocoapods-core (= 0.35.0)
15+
cocoapods-downloader (~> 0.8.0)
16+
cocoapods-plugins (~> 0.3.1)
17+
cocoapods-trunk (~> 0.4.1)
18+
cocoapods-try (~> 0.4.2)
19+
colored (~> 1.2)
20+
escape (~> 0.0.4)
21+
molinillo (~> 0.1.2)
22+
nap (~> 0.8)
23+
open4 (~> 1.3)
24+
xcodeproj (~> 0.20.2)
25+
cocoapods-core (0.35.0)
26+
activesupport (>= 3.2.15)
27+
fuzzy_match (~> 2.0.4)
28+
nap (~> 0.8.0)
29+
cocoapods-downloader (0.8.1)
30+
cocoapods-plugins (0.3.2)
31+
nap
32+
cocoapods-trunk (0.4.1)
33+
nap (>= 0.8)
34+
netrc (= 0.7.8)
35+
cocoapods-try (0.4.3)
36+
colored (1.2)
37+
escape (0.0.4)
38+
fuzzy_match (2.0.4)
39+
i18n (0.7.0)
40+
json (1.8.2)
41+
minitest (5.5.1)
42+
molinillo (0.1.2)
43+
nap (0.8.0)
44+
netrc (0.7.8)
45+
open4 (1.3.4)
46+
thread_safe (0.3.4)
47+
tzinfo (1.2.2)
48+
thread_safe (~> 0.1)
49+
xcodeproj (0.20.2)
50+
activesupport (>= 3)
51+
colored (~> 1.2)
52+
53+
PLATFORMS
54+
ruby
55+
56+
DEPENDENCIES
57+
cocoapods (= 0.35.0)

SimpleKeychain.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SimpleKeychain"
3-
s.version = "0.2.2"
3+
s.version = "0.3.0"
44
s.summary = "A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely."
55
s.description = <<-DESC
66
A simple way to store items in iOS Keychain, without the hassle of dealing with iOS Keychain API directly.

0 commit comments

Comments
 (0)