Skip to content

Commit

Permalink
pod update examples to 0.4.7 + tidy CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Dec 20, 2015
1 parent f989e6b commit c194203
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 42 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,9 @@
## [4.7.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.7.0)

* Added `isMethodPATCH()` to the `Swift` helpers.
[@attheodo](https://github.com/attheodo)([#145](https://github.com/AliSoftware/OHHTTPStubs/issues/145))
[@attheodo](https://github.com/attheodo), [#145](https://github.com/AliSoftware/OHHTTPStubs/issues/145)
* Fixed nullability annotation on `onStubActivation:` method parameter.
[@DerLobi](https://github.com/DerLobi), [#144](https://github.com/AliSoftware/OHHTTPStubs/pull/144)

## [4.6.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.5.1)

Expand Down
16 changes: 8 additions & 8 deletions Examples/ObjC/Podfile.lock
@@ -1,17 +1,17 @@
PODS:
- OHHTTPStubs (4.6.0):
- OHHTTPStubs/Default (= 4.6.0)
- OHHTTPStubs/Core (4.6.0)
- OHHTTPStubs/Default (4.6.0):
- OHHTTPStubs (4.7.0):
- OHHTTPStubs/Default (= 4.7.0)
- OHHTTPStubs/Core (4.7.0)
- OHHTTPStubs/Default (4.7.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (4.6.0):
- OHHTTPStubs/JSON (4.7.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (4.6.0):
- OHHTTPStubs/NSURLSession (4.7.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (4.6.0)
- OHHTTPStubs/OHPathHelpers (4.7.0)

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

SPEC CHECKSUMS:
OHHTTPStubs: cb1aefbbeb4de4e741644455d4b945538e5248a2
OHHTTPStubs: d2bf6a0f407620d67e75a1d3f12d86a2b1dd15c0

COCOAPODS: 0.39.0
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.

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
@@ -1,18 +1,18 @@
PODS:
- OHHTTPStubs (4.6.0):
- OHHTTPStubs/Default (= 4.6.0)
- OHHTTPStubs/Core (4.6.0)
- OHHTTPStubs/Default (4.6.0):
- OHHTTPStubs (4.7.0):
- OHHTTPStubs/Default (= 4.7.0)
- OHHTTPStubs/Core (4.7.0)
- OHHTTPStubs/Default (4.7.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (4.6.0):
- OHHTTPStubs/JSON (4.7.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (4.6.0):
- OHHTTPStubs/NSURLSession (4.7.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (4.6.0)
- OHHTTPStubs/Swift (4.6.0):
- OHHTTPStubs/OHPathHelpers (4.7.0)
- OHHTTPStubs/Swift (4.7.0):
- OHHTTPStubs/Core

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

SPEC CHECKSUMS:
OHHTTPStubs: cb1aefbbeb4de4e741644455d4b945538e5248a2
OHHTTPStubs: d2bf6a0f407620d67e75a1d3f12d86a2b1dd15c0

COCOAPODS: 0.39.0
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.

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

0 comments on commit c194203

Please sign in to comment.