Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

Commit 92f88d7

Browse files
authored
Merge pull request #18 from slightair/bump_up_2.0.1
Bump up version to 2.0.1
2 parents c69a10d + 94445c5 commit 92f88d7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: objective-c
22
osx_image: xcode8
33
before_install:
4-
- gem update cocoapods --pre # Install 1.1.0.rc.2
4+
- gem update cocoapods
55
- pod setup --silent > /dev/null
66
- pod repo update --silent
77
script:

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PODS:
77
- CocoaLumberjack/Core
88
- CocoaLumberjack/Extensions (2.4.0):
99
- CocoaLumberjack/Default
10-
- Puree (2.0.0):
10+
- Puree (2.0.1):
1111
- YapDatabase (~> 2.9.2)
1212
- Reachability (3.2)
1313
- YapDatabase (2.9.2):
@@ -70,10 +70,10 @@ EXTERNAL SOURCES:
7070

7171
SPEC CHECKSUMS:
7272
CocoaLumberjack: aa9dcab71bdf9eaf2a63bbd9ddc87863efe45457
73-
Puree: dce923c586654f0b301801a2aecb6917cf6f8e82
73+
Puree: 33d528d639daddf0cee74ec6125f96072c9251c3
7474
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
7575
YapDatabase: b1e43555a34a5298e23a045be96817a5ef0da58f
7676

7777
PODFILE CHECKSUM: af5047754632caf7b29086116f921595e64a2970
7878

79-
COCOAPODS: 1.1.0.rc.2
79+
COCOAPODS: 1.1.1

Example/Tests/PURLogStoreTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class PURLogStoreTest: XCTestCase {
148148
for i in 1...1000 {
149149
addTestLog(PURLog(tag: "testC.peach", date: Date(), userInfo: [:]), output: outputC, description: "\(i)")
150150
}
151-
waitForExpectations(timeout: 10.0, handler: nil)
151+
waitForExpectations(timeout: 15.0, handler: nil)
152152

153153
assertLogCount(of: outputA, expectedCount: 300)
154154
assertLogCount(of: outputB, expectedCount: 300)

Puree.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 = "Puree"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.summary = "A log collector for iOS."
55
s.homepage = "https://github.com/cookpad/puree-ios"
66
s.license = "MIT"

0 commit comments

Comments
 (0)