Skip to content

Commit

Permalink
[DifferenceKit] Upgrade to Difference Kit 1.0.0 (#156)
Browse files Browse the repository at this point in the history
DifferenceKit finally had its 1.0.0 release, so this commit
upgrades to it.
  • Loading branch information
anayini authored Feb 25, 2019
1 parent 2f06131 commit 2121912
Show file tree
Hide file tree
Showing 19 changed files with 496 additions and 617 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The changelog for `ReactiveLists`. Also see the [releases](https://github.com/pl
NEXT
----

### Changed
- Upgrades DifferenceKit to 1.0.0 ([#156](https://github.com/plangrid/ReactiveLists/pull/156), [@anayini](https://github.com/anayini))

0.4.0
-----

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inhibit_all_warnings!
target 'ReactiveLists' do
project 'ReactiveLists.xcodeproj'

pod 'DifferenceKit', '0.8.0'
pod 'DifferenceKit', '1.0.0'
pod 'SwiftLint', '0.30.1'

target 'ReactiveListsExample' do
Expand Down
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- DifferenceKit (0.8.0):
- DifferenceKit/Core (= 0.8.0)
- DifferenceKit/UIKitExtension (= 0.8.0)
- DifferenceKit/Core (0.8.0)
- DifferenceKit/UIKitExtension (0.8.0):
- DifferenceKit (1.0.0):
- DifferenceKit/Core (= 1.0.0)
- DifferenceKit/UIKitExtension (= 1.0.0)
- DifferenceKit/Core (1.0.0)
- DifferenceKit/UIKitExtension (1.0.0):
- DifferenceKit/Core
- SwiftLint (0.30.1)

DEPENDENCIES:
- DifferenceKit (= 0.8.0)
- DifferenceKit (= 1.0.0)
- SwiftLint (= 0.30.1)

SPEC REPOS:
Expand All @@ -17,9 +17,9 @@ SPEC REPOS:
- SwiftLint

SPEC CHECKSUMS:
DifferenceKit: edcc9da33f545a49a70eefcf1a5327162cb72eb8
DifferenceKit: d501e37b866e98a8aaee0f61ceb02ad98e52b9c1
SwiftLint: a54bf1fe12b55c68560eb2a7689dfc81458508f7

PODFILE CHECKSUM: 8c89a720011d2cf121771c39fd8f62abf8fb3585
PODFILE CHECKSUM: bfad59a1cf3109662a4bc67043009ea60c8542aa

COCOAPODS: 1.6.0.beta.2
COCOAPODS: 1.5.3
22 changes: 21 additions & 1 deletion Pods/DifferenceKit/README.md

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

9 changes: 7 additions & 2 deletions Pods/DifferenceKit/Sources/AnyDifferentiable.swift

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

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

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

Loading

0 comments on commit 2121912

Please sign in to comment.