speckle 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/matchers/dict_key_matcher.riml +2 -2
- data/lib/speckle/version.rb +1 -1
- data/spec/matchers/dict_key_matcher_spec.riml +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGY0ZTgyOTljZjAxYzIxYmNlZjgxMzI2YjFkZjI1MDJjYWUwMTQxZg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NjNmMDBjMWQwMGIyNzgyNzVmZDE2NzRkN2JlYjFhNmMyZWMzNmM0YQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MmY5MTYyZjFiYjFiMTExMWY0MzFmMWJkYzhjMTIxOGRlMTU3MWJlNmNlMzYx
|
10
|
+
ZDZjZTllNWJiMWI1ODk1MmY1MGNkYjRiY2NiZWYxNTA0NzczZTFkMDcyNGQw
|
11
|
+
NzQ5MzYzNDdlZTM2NGY3NjM0NjU3MTI2MmNmOGZjY2M5MzdmN2E=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZjljYjNjYTc4NDU2NWUwZDkzMGI3NWFmMTg0YTA0YWNlMTcyZDRlMTYwZmEy
|
14
|
+
YTA2MGJhNjM2ZTBlNzI2OGZhNTZiYTczNTQxYzU0NGZmMzIyZTZkMzFlMjcw
|
15
|
+
NTY2MWY2MzUyOTFiMjU5MTBlNTFmMzUxOTZlZjFjYWFkYzFiODE=
|
@@ -4,11 +4,11 @@ class DictKeyMatcher
|
|
4
4
|
end
|
5
5
|
|
6
6
|
defm failure_message_for_match(expected, actual)
|
7
|
-
return "expected
|
7
|
+
return "expected object to have key “#{expected}”"
|
8
8
|
end
|
9
9
|
|
10
10
|
defm failure_message_for_mismatch(expected, actual)
|
11
|
-
return "expected
|
11
|
+
return "expected object to not have key “#{expected}”"
|
12
12
|
end
|
13
13
|
end
|
14
14
|
|
data/lib/speckle/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: speckle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Darshan Sawardekar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-08-
|
11
|
+
date: 2013-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: riml
|