Skip to content

Commit

Permalink
[10.0.0] bump version, gen docs (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires authored Apr 27, 2022
1 parent 20a12e5 commit 1f3bde5
Show file tree
Hide file tree
Showing 164 changed files with 140,575 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Nimble.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Nimble"
s.version = "9.2.0"
s.version = "10.0.0"
s.summary = "A Matcher Framework for Swift and Objective-C"
s.description = <<-DESC
Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
targets: [
.target(
name: "Nimble",
name: "Nimble",
dependencies: [
.product(name: "CwlPreconditionTesting", package: "CwlPreconditionTesting",
condition: .when(platforms: [.macOS, .iOS])),
Expand All @@ -24,8 +24,8 @@ let package = Package(
exclude: ["Info.plist"]
),
.testTarget(
name: "NimbleTests",
dependencies: ["Nimble"],
name: "NimbleTests",
dependencies: ["Nimble"],
exclude: ["objc", "Info.plist"]
),
],
Expand Down
1,241 changes: 1,241 additions & 0 deletions docs/Classes.html

Large diffs are not rendered by default.

854 changes: 854 additions & 0 deletions docs/Classes/AssertionDispatcher.html

Large diffs are not rendered by default.

880 changes: 880 additions & 0 deletions docs/Classes/AssertionRecorder.html

Large diffs are not rendered by default.

852 changes: 852 additions & 0 deletions docs/Classes/BadInstructionException.html

Large diffs are not rendered by default.

1,070 changes: 1,070 additions & 0 deletions docs/Classes/FailureMessage.html

Large diffs are not rendered by default.

1,440 changes: 1,440 additions & 0 deletions docs/Classes/NMBExpectation.html

Large diffs are not rendered by default.

1,066 changes: 1,066 additions & 0 deletions docs/Classes/NMBExpectationMessage.html

Large diffs are not rendered by default.

824 changes: 824 additions & 0 deletions docs/Classes/NMBObjCBeCloseToPredicate.html

Large diffs are not rendered by default.

908 changes: 908 additions & 0 deletions docs/Classes/NMBObjCRaiseExceptionPredicate.html

Large diffs are not rendered by default.

1,536 changes: 1,536 additions & 0 deletions docs/Classes/NMBPredicate.html

Large diffs are not rendered by default.

931 changes: 931 additions & 0 deletions docs/Classes/NMBPredicateResult.html

Large diffs are not rendered by default.

1,012 changes: 1,012 additions & 0 deletions docs/Classes/NMBPredicateStatus.html

Large diffs are not rendered by default.

825 changes: 825 additions & 0 deletions docs/Classes/NMBStringer.html

Large diffs are not rendered by default.

824 changes: 824 additions & 0 deletions docs/Classes/NimbleShortXCTestHandler.html

Large diffs are not rendered by default.

824 changes: 824 additions & 0 deletions docs/Classes/NimbleXCTestHandler.html

Large diffs are not rendered by default.

877 changes: 877 additions & 0 deletions docs/Classes/SourceLocation.html

Large diffs are not rendered by default.

903 changes: 903 additions & 0 deletions docs/Enums.html

Large diffs are not rendered by default.

1,206 changes: 1,206 additions & 0 deletions docs/Enums/ExpectationMessage.html

Large diffs are not rendered by default.

850 changes: 850 additions & 0 deletions docs/Enums/ExpectationStyle.html

Large diffs are not rendered by default.

942 changes: 942 additions & 0 deletions docs/Enums/PredicateStatus.html

Large diffs are not rendered by default.

852 changes: 852 additions & 0 deletions docs/Enums/ToSucceedResult.html

Large diffs are not rendered by default.

1,524 changes: 1,524 additions & 0 deletions docs/Extensions.html

Large diffs are not rendered by default.

822 changes: 822 additions & 0 deletions docs/Extensions/AnySequence.html

Large diffs are not rendered by default.

822 changes: 822 additions & 0 deletions docs/Extensions/Array.html

Large diffs are not rendered by default.

822 changes: 822 additions & 0 deletions docs/Extensions/Data.html

Large diffs are not rendered by default.

850 changes: 850 additions & 0 deletions docs/Extensions/Date.html

Large diffs are not rendered by default.

849 changes: 849 additions & 0 deletions docs/Extensions/Double.html

Large diffs are not rendered by default.

849 changes: 849 additions & 0 deletions docs/Extensions/Float.html

Large diffs are not rendered by default.

821 changes: 821 additions & 0 deletions docs/Extensions/Int.html

Large diffs are not rendered by default.

821 changes: 821 additions & 0 deletions docs/Extensions/Int16.html

Large diffs are not rendered by default.

821 changes: 821 additions & 0 deletions docs/Extensions/Int32.html

Large diffs are not rendered by default.

821 changes: 821 additions & 0 deletions docs/Extensions/Int64.html

Large diffs are not rendered by default.

821 changes: 821 additions & 0 deletions docs/Extensions/Int8.html

Large diffs are not rendered by default.

824 changes: 824 additions & 0 deletions docs/Extensions/NSArray.html

Large diffs are not rendered by default.

850 changes: 850 additions & 0 deletions docs/Extensions/NSDate.html

Large diffs are not rendered by default.

822 changes: 822 additions & 0 deletions docs/Extensions/NSException.html

Large diffs are not rendered by default.

823 changes: 823 additions & 0 deletions docs/Extensions/NSIndexSet.html

Large diffs are not rendered by default.

851 changes: 851 additions & 0 deletions docs/Extensions/NSNumber.html

Large diffs are not rendered by default.

822 changes: 822 additions & 0 deletions docs/Extensions/NSString.html

Large diffs are not rendered by default.

822 changes: 822 additions & 0 deletions docs/Extensions/String.html

Large diffs are not rendered by default.

821 changes: 821 additions & 0 deletions docs/Extensions/UInt.html

Large diffs are not rendered by default.

821 changes: 821 additions & 0 deletions docs/Extensions/UInt16.html

Large diffs are not rendered by default.

821 changes: 821 additions & 0 deletions docs/Extensions/UInt32.html

Large diffs are not rendered by default.

821 changes: 821 additions & 0 deletions docs/Extensions/UInt64.html

Large diffs are not rendered by default.

821 changes: 821 additions & 0 deletions docs/Extensions/UInt8.html

Large diffs are not rendered by default.

5,439 changes: 5,439 additions & 0 deletions docs/Functions.html

Large diffs are not rendered by default.

1,038 changes: 1,038 additions & 0 deletions docs/Global Variables.html

Large diffs are not rendered by default.

998 changes: 998 additions & 0 deletions docs/Protocols.html

Large diffs are not rendered by default.

823 changes: 823 additions & 0 deletions docs/Protocols/AssertionHandler.html

Large diffs are not rendered by default.

823 changes: 823 additions & 0 deletions docs/Protocols/NMBCollection.html

Large diffs are not rendered by default.

827 changes: 827 additions & 0 deletions docs/Protocols/NMBComparable.html

Large diffs are not rendered by default.

823 changes: 823 additions & 0 deletions docs/Protocols/NMBContainer.html

Large diffs are not rendered by default.

823 changes: 823 additions & 0 deletions docs/Protocols/NMBDoubleConvertible.html

Large diffs are not rendered by default.

823 changes: 823 additions & 0 deletions docs/Protocols/NMBOrderedCollection.html

Large diffs are not rendered by default.

832 changes: 832 additions & 0 deletions docs/Protocols/TestOutputStringConvertible.html

Large diffs are not rendered by default.

1,015 changes: 1,015 additions & 0 deletions docs/Structs.html

Large diffs are not rendered by default.

907 changes: 907 additions & 0 deletions docs/Structs/AssertionRecord.html

Large diffs are not rendered by default.

851 changes: 851 additions & 0 deletions docs/Structs/AsyncDefaults.html

Large diffs are not rendered by default.

1,637 changes: 1,637 additions & 0 deletions docs/Structs/Expectation.html

Large diffs are not rendered by default.

822 changes: 822 additions & 0 deletions docs/Structs/Expectation/Nil.html

Large diffs are not rendered by default.

1,025 changes: 1,025 additions & 0 deletions docs/Structs/Expression.html

Large diffs are not rendered by default.

1,038 changes: 1,038 additions & 0 deletions docs/Structs/Predicate.html

Large diffs are not rendered by default.

959 changes: 959 additions & 0 deletions docs/Structs/PredicateResult.html

Large diffs are not rendered by default.

850 changes: 850 additions & 0 deletions docs/Structs/execTypesCountTuple.html

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions docs/Typealiases.html

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions docs/badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
202 changes: 202 additions & 0 deletions docs/css/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
/*! Jazzy - https://github.com/realm/jazzy
* Copyright Realm Inc.
* SPDX-License-Identifier: MIT
*/
/* Credit to https://gist.github.com/wataru420/2048287 */
.highlight .c {
color: #999988;
font-style: italic; }

.highlight .err {
color: #a61717;
background-color: #e3d2d2; }

.highlight .k {
color: #000000;
font-weight: bold; }

.highlight .o {
color: #000000;
font-weight: bold; }

.highlight .cm {
color: #999988;
font-style: italic; }

.highlight .cp {
color: #999999;
font-weight: bold; }

.highlight .c1 {
color: #999988;
font-style: italic; }

.highlight .cs {
color: #999999;
font-weight: bold;
font-style: italic; }

.highlight .gd {
color: #000000;
background-color: #ffdddd; }

.highlight .gd .x {
color: #000000;
background-color: #ffaaaa; }

.highlight .ge {
color: #000000;
font-style: italic; }

.highlight .gr {
color: #aa0000; }

.highlight .gh {
color: #999999; }

.highlight .gi {
color: #000000;
background-color: #ddffdd; }

.highlight .gi .x {
color: #000000;
background-color: #aaffaa; }

.highlight .go {
color: #888888; }

.highlight .gp {
color: #555555; }

.highlight .gs {
font-weight: bold; }

.highlight .gu {
color: #aaaaaa; }

.highlight .gt {
color: #aa0000; }

.highlight .kc {
color: #000000;
font-weight: bold; }

.highlight .kd {
color: #000000;
font-weight: bold; }

.highlight .kp {
color: #000000;
font-weight: bold; }

.highlight .kr {
color: #000000;
font-weight: bold; }

.highlight .kt {
color: #445588; }

.highlight .m {
color: #009999; }

.highlight .s {
color: #d14; }

.highlight .na {
color: #008080; }

.highlight .nb {
color: #0086B3; }

.highlight .nc {
color: #445588;
font-weight: bold; }

.highlight .no {
color: #008080; }

.highlight .ni {
color: #800080; }

.highlight .ne {
color: #990000;
font-weight: bold; }

.highlight .nf {
color: #990000; }

.highlight .nn {
color: #555555; }

.highlight .nt {
color: #000080; }

.highlight .nv {
color: #008080; }

.highlight .ow {
color: #000000;
font-weight: bold; }

.highlight .w {
color: #bbbbbb; }

.highlight .mf {
color: #009999; }

.highlight .mh {
color: #009999; }

.highlight .mi {
color: #009999; }

.highlight .mo {
color: #009999; }

.highlight .sb {
color: #d14; }

.highlight .sc {
color: #d14; }

.highlight .sd {
color: #d14; }

.highlight .s2 {
color: #d14; }

.highlight .se {
color: #d14; }

.highlight .sh {
color: #d14; }

.highlight .si {
color: #d14; }

.highlight .sx {
color: #d14; }

.highlight .sr {
color: #009926; }

.highlight .s1 {
color: #d14; }

.highlight .ss {
color: #990073; }

.highlight .bp {
color: #999999; }

.highlight .vc {
color: #008080; }

.highlight .vg {
color: #008080; }

.highlight .vi {
color: #008080; }

.highlight .il {
color: #009999; }
Loading

0 comments on commit 1f3bde5

Please sign in to comment.