Skip to content

Commit

Permalink
Bump version to 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Nov 29, 2016
1 parent 314648d commit 3cbafc2
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OHHTTPStubs — CHANGELOG

## Master
## [5.2.3](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/5.2.3)

* Reverted [#216](https://github.com/AliSoftware/OHHTTPStubs/pull/216) until better solution, as it was never active and can't make it compile for all subspec configurations.
* Improved documentation about `dynamicType:` vs `type(of:)`.
Expand Down
16 changes: 8 additions & 8 deletions Examples/ObjC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- OHHTTPStubs (5.2.2):
- OHHTTPStubs/Default (= 5.2.2)
- OHHTTPStubs/Core (5.2.2)
- OHHTTPStubs/Default (5.2.2):
- OHHTTPStubs (5.2.3):
- OHHTTPStubs/Default (= 5.2.3)
- OHHTTPStubs/Core (5.2.3)
- OHHTTPStubs/Default (5.2.3):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (5.2.2):
- OHHTTPStubs/JSON (5.2.3):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (5.2.2):
- OHHTTPStubs/NSURLSession (5.2.3):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (5.2.2)
- OHHTTPStubs/OHPathHelpers (5.2.3)

DEPENDENCIES:
- OHHTTPStubs (from `../..`)
Expand All @@ -21,7 +21,7 @@ EXTERNAL SOURCES:
:path: ../..

SPEC CHECKSUMS:
OHHTTPStubs: 88417cc39fcaacf38147927315c15477888b2700
OHHTTPStubs: ab1dbe01565b50926b639f423bb0ce7ca11f9f00

PODFILE CHECKSUM: 3b00a315b869401f03c1a7c408a9754a8e4c62d8

Expand Down
4 changes: 2 additions & 2 deletions Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Examples/ObjC/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Examples/Swift/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- OHHTTPStubs (5.2.2):
- OHHTTPStubs/Default (= 5.2.2)
- OHHTTPStubs/Core (5.2.2)
- OHHTTPStubs/Default (5.2.2):
- OHHTTPStubs (5.2.3):
- OHHTTPStubs/Default (= 5.2.3)
- OHHTTPStubs/Core (5.2.3)
- OHHTTPStubs/Default (5.2.3):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (5.2.2):
- OHHTTPStubs/JSON (5.2.3):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (5.2.2):
- OHHTTPStubs/NSURLSession (5.2.3):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (5.2.2)
- OHHTTPStubs/Swift (5.2.2):
- OHHTTPStubs/OHPathHelpers (5.2.3)
- OHHTTPStubs/Swift (5.2.3):
- OHHTTPStubs/Core

DEPENDENCIES:
Expand All @@ -24,7 +24,7 @@ EXTERNAL SOURCES:
:path: ../..

SPEC CHECKSUMS:
OHHTTPStubs: 88417cc39fcaacf38147927315c15477888b2700
OHHTTPStubs: ab1dbe01565b50926b639f423bb0ce7ca11f9f00

PODFILE CHECKSUM: 7da7c441ea9ff6f06b633c908b7a7294805f5602

Expand Down
4 changes: 2 additions & 2 deletions Examples/Swift/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Examples/Swift/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OHHTTPStubs.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "OHHTTPStubs"
s.version = "5.2.2"
s.version = "5.2.3"

s.summary = "Framework to stub your network requests like HTTP and help you write network unit tests with XCTest."
s.description = <<-DESC.gsub(/^ +\|/,'')
Expand Down
4 changes: 2 additions & 2 deletions OHHTTPStubs/OHHTTPStubs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@
CODE_SIGNING_REQUIRED = NO;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 5.2.2;
CURRENT_PROJECT_VERSION = 5.2.3;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -1344,7 +1344,7 @@
CODE_SIGNING_REQUIRED = NO;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 5.2.2;
CURRENT_PROJECT_VERSION = 5.2.3;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down

0 comments on commit 3cbafc2

Please sign in to comment.