Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Mar 19, 2019
1 parent 8ac7611 commit 2b0795e
Show file tree
Hide file tree
Showing 7 changed files with 1,141 additions and 1,125 deletions.
8 changes: 4 additions & 4 deletions Bootstrap/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ PODS:
- iOSSnapshotTestCase/SwiftSupport (6.0.0):
- iOSSnapshotTestCase/Core
- Nimble (8.0.1)
- Nimble-Snapshots (6.9.1):
- Nimble-Snapshots/Core (= 6.9.1)
- Nimble-Snapshots/Core (6.9.1):
- Nimble-Snapshots (7.0.0):
- Nimble-Snapshots/Core (= 7.0.0)
- Nimble-Snapshots/Core (7.0.0):
- iOSSnapshotTestCase (~> 6.0)
- Nimble (~> 8.0)
- Quick (2.0.0)
Expand All @@ -37,7 +37,7 @@ SPEC CHECKSUMS:
Forgeries: 64ced144ea8341d89a7eec9d1d7986f0f1366250
iOSSnapshotTestCase: f592adfdedffe6113a55528ce698ccc457a550f1
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
Nimble-Snapshots: 856ce5fabddf94fb9768168f02029e2662c7e458
Nimble-Snapshots: 50435c297a22520db4d4b13fb66b936309e1a456
Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d

PODFILE CHECKSUM: cf788ac372af1f0756888028f59656e0b73607c9
Expand Down
4 changes: 2 additions & 2 deletions Bootstrap/Pods/Local Podspecs/Nimble-Snapshots.podspec.json

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

8 changes: 4 additions & 4 deletions Bootstrap/Pods/Manifest.lock

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

2,237 changes: 1,124 additions & 1,113 deletions Bootstrap/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Next

* Nothing yet!

## 7.0.0

* **Breaking change**: filenames generated by the underlying library are different (specifically spaces-vs-underscores). You will likely need to regenerate your snapshots when upgrading to 7.0.0.
* Update ios-snapshot-test-case to 6.0.0 - @karpelcev
* Dropped support for iOS 8 and 9 - @karpelcev

Expand Down
2 changes: 1 addition & 1 deletion Nimble-Snapshots.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Nimble-Snapshots"
s.version = "6.9.1"
s.version = "7.0.0"
s.summary = "Nimble matchers for iOSSnapshotTestCase"
s.description = <<-DESC
Nimble matchers for iOSSnapshotTestCase. Highly derivative of [Expecta Matchers for iOSSnapshotTestCase](https://github.com/dblock/ios-snapshot-test-case-expecta).
Expand Down

0 comments on commit 2b0795e

Please sign in to comment.