mustermann-contrib 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/spec/pattern_extension_spec.rb +4 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00d383cca968798c7200df640865480d8f1e179c868b1fb8ed66620de475e39a
|
4
|
+
data.tar.gz: 6a9d8e4095d0f1c5d19ae8bdb41fe4e2295bd4cbae6a60d7d1444773c1542219
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87c3e77471f697e6d5e09a213747c514b45497618fd960d4dad5ccab71a873b8a5241f73a7740bf4de21f423d4f435b154e734990cb64e3047590dcf9e9759a0
|
7
|
+
data.tar.gz: dc1000fb81f7360f967f47819703daf1b5167e47945b4e5e04c2921ad1c73255cc5e9b66b37c09430a810ea9a668758d79e99922904ac7183cacb2b20b041c84
|
@@ -38,12 +38,14 @@ describe Mustermann::Visualizer::PatternExtension do
|
|
38
38
|
let(:output) { StringIO.new }
|
39
39
|
|
40
40
|
specify 'with color printer' do
|
41
|
-
ColorPrinter.new(output, 79)
|
41
|
+
printer = ColorPrinter.new(output, 79)
|
42
|
+
printer.guard_inspect_key { printer.pp(pattern) }
|
42
43
|
output.string.should be == pattern.color_inspect
|
43
44
|
end
|
44
45
|
|
45
46
|
specify 'without color printer' do
|
46
|
-
::PP.new(output, 79)
|
47
|
+
printer = ::PP.new(output, 79)
|
48
|
+
printer.guard_inspect_key { printer.pp(pattern) }
|
47
49
|
output.string.should be == pattern.inspect
|
48
50
|
end
|
49
51
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mustermann-contrib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-07-
|
12
|
+
date: 2022-07-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: mustermann
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 2.0.
|
20
|
+
version: 2.0.1
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 2.0.
|
27
|
+
version: 2.0.1
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: hansi
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|