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

Commit

Permalink
Merge pull request #18 from slightair/bump_up_2.0.1
Browse files Browse the repository at this point in the history
Bump up version to 2.0.1
  • Loading branch information
slightair authored Nov 2, 2016
2 parents c69a10d + 94445c5 commit 92f88d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: objective-c
osx_image: xcode8
before_install:
- gem update cocoapods --pre # Install 1.1.0.rc.2
- gem update cocoapods
- pod setup --silent > /dev/null
- pod repo update --silent
script:
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- CocoaLumberjack/Core
- CocoaLumberjack/Extensions (2.4.0):
- CocoaLumberjack/Default
- Puree (2.0.0):
- Puree (2.0.1):
- YapDatabase (~> 2.9.2)
- Reachability (3.2)
- YapDatabase (2.9.2):
Expand Down Expand Up @@ -70,10 +70,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
CocoaLumberjack: aa9dcab71bdf9eaf2a63bbd9ddc87863efe45457
Puree: dce923c586654f0b301801a2aecb6917cf6f8e82
Puree: 33d528d639daddf0cee74ec6125f96072c9251c3
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
YapDatabase: b1e43555a34a5298e23a045be96817a5ef0da58f

PODFILE CHECKSUM: af5047754632caf7b29086116f921595e64a2970

COCOAPODS: 1.1.0.rc.2
COCOAPODS: 1.1.1
2 changes: 1 addition & 1 deletion Example/Tests/PURLogStoreTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class PURLogStoreTest: XCTestCase {
for i in 1...1000 {
addTestLog(PURLog(tag: "testC.peach", date: Date(), userInfo: [:]), output: outputC, description: "\(i)")
}
waitForExpectations(timeout: 10.0, handler: nil)
waitForExpectations(timeout: 15.0, handler: nil)

assertLogCount(of: outputA, expectedCount: 300)
assertLogCount(of: outputB, expectedCount: 300)
Expand Down
2 changes: 1 addition & 1 deletion Puree.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Puree"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "A log collector for iOS."
s.homepage = "https://github.com/cookpad/puree-ios"
s.license = "MIT"
Expand Down

0 comments on commit 92f88d7

Please sign in to comment.