doctest2-core 0.9.2 → 0.9.3
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 +4 -4
- data/lib/doctest2/core/version.rb +1 -1
- metadata +6 -6
- data/Gemfile.lock +0 -93
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c64b66156b094e5db731bf087f8476c6b865f0fb99ffb5e94661fced1634865
|
|
4
|
+
data.tar.gz: 3f4a29d65b3d57e88132549c3b8a4277d7e592f05983fe6dcc9e93da933e3516
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb7a4eb1dfc8963a6d03b29b896d428758083553930ca6aec1fc905b25602ef955d077131e2fdd085b15a8d6b670e1b86e4f794e86fe7e5a60dff2272162cfdd
|
|
7
|
+
data.tar.gz: cc29718e2aba7eae7a228c84716ca581b3755a80b1026f69154485a49b0aa085677d8b577638bdd8eb76cf09a1fbd85bf894ff4f63f15b20f94c9511d8a28d8b
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: doctest2-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Qqwy/Marten
|
|
@@ -52,8 +52,9 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description:
|
|
56
|
-
gems.
|
|
55
|
+
description: Forms the basis of extracting and running doctests (documentation tests).
|
|
56
|
+
Core used by test-framework-specific gems. You probably want to use doctest2-rspec
|
|
57
|
+
or doctest2-minitest rather than using this gem directly.
|
|
57
58
|
email:
|
|
58
59
|
- qqwy@gmx.com
|
|
59
60
|
executables: []
|
|
@@ -63,7 +64,6 @@ files:
|
|
|
63
64
|
- ".rubocop.yml"
|
|
64
65
|
- ".tool-versions"
|
|
65
66
|
- Gemfile
|
|
66
|
-
- Gemfile.lock
|
|
67
67
|
- Justfile
|
|
68
68
|
- LICENSE.txt
|
|
69
69
|
- README.md
|
|
@@ -99,6 +99,6 @@ requirements: []
|
|
|
99
99
|
rubygems_version: 3.4.10
|
|
100
100
|
signing_key:
|
|
101
101
|
specification_version: 4
|
|
102
|
-
summary:
|
|
103
|
-
|
|
102
|
+
summary: Extract and run doctests from Ruby files. Core used by test-framework-specific
|
|
103
|
+
gems.
|
|
104
104
|
test_files: []
|
data/Gemfile.lock
DELETED
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
doctest2-core (0.9.2)
|
|
5
|
-
|
|
6
|
-
GEM
|
|
7
|
-
remote: https://rubygems.org/
|
|
8
|
-
specs:
|
|
9
|
-
ast (2.4.2)
|
|
10
|
-
coderay (1.1.3)
|
|
11
|
-
diff-lcs (1.5.0)
|
|
12
|
-
ffi (1.15.5)
|
|
13
|
-
formatador (1.1.0)
|
|
14
|
-
guard (2.18.0)
|
|
15
|
-
formatador (>= 0.2.4)
|
|
16
|
-
listen (>= 2.7, < 4.0)
|
|
17
|
-
lumberjack (>= 1.0.12, < 2.0)
|
|
18
|
-
nenv (~> 0.1)
|
|
19
|
-
notiffany (~> 0.0)
|
|
20
|
-
pry (>= 0.13.0)
|
|
21
|
-
shellany (~> 0.0)
|
|
22
|
-
thor (>= 0.18.1)
|
|
23
|
-
guard-compat (1.2.1)
|
|
24
|
-
guard-rspec (4.7.3)
|
|
25
|
-
guard (~> 2.1)
|
|
26
|
-
guard-compat (~> 1.1)
|
|
27
|
-
rspec (>= 2.99.0, < 4.0)
|
|
28
|
-
json (2.6.3)
|
|
29
|
-
listen (3.8.0)
|
|
30
|
-
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
31
|
-
rb-inotify (~> 0.9, >= 0.9.10)
|
|
32
|
-
lumberjack (1.2.8)
|
|
33
|
-
method_source (1.0.0)
|
|
34
|
-
nenv (0.3.0)
|
|
35
|
-
notiffany (0.1.3)
|
|
36
|
-
nenv (~> 0.1)
|
|
37
|
-
shellany (~> 0.0)
|
|
38
|
-
parallel (1.23.0)
|
|
39
|
-
parser (3.2.2.1)
|
|
40
|
-
ast (~> 2.4.1)
|
|
41
|
-
pry (0.14.2)
|
|
42
|
-
coderay (~> 1.1)
|
|
43
|
-
method_source (~> 1.0)
|
|
44
|
-
rainbow (3.1.1)
|
|
45
|
-
rake (13.0.6)
|
|
46
|
-
rb-fsevent (0.11.2)
|
|
47
|
-
rb-inotify (0.10.1)
|
|
48
|
-
ffi (~> 1.0)
|
|
49
|
-
regexp_parser (2.8.0)
|
|
50
|
-
rexml (3.2.5)
|
|
51
|
-
rspec (3.12.0)
|
|
52
|
-
rspec-core (~> 3.12.0)
|
|
53
|
-
rspec-expectations (~> 3.12.0)
|
|
54
|
-
rspec-mocks (~> 3.12.0)
|
|
55
|
-
rspec-core (3.12.2)
|
|
56
|
-
rspec-support (~> 3.12.0)
|
|
57
|
-
rspec-expectations (3.12.3)
|
|
58
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
59
|
-
rspec-support (~> 3.12.0)
|
|
60
|
-
rspec-mocks (3.12.5)
|
|
61
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
62
|
-
rspec-support (~> 3.12.0)
|
|
63
|
-
rspec-support (3.12.0)
|
|
64
|
-
rubocop (1.50.2)
|
|
65
|
-
json (~> 2.3)
|
|
66
|
-
parallel (~> 1.10)
|
|
67
|
-
parser (>= 3.2.0.0)
|
|
68
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
69
|
-
regexp_parser (>= 1.8, < 3.0)
|
|
70
|
-
rexml (>= 3.2.5, < 4.0)
|
|
71
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
|
72
|
-
ruby-progressbar (~> 1.7)
|
|
73
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
|
74
|
-
rubocop-ast (1.28.1)
|
|
75
|
-
parser (>= 3.2.1.0)
|
|
76
|
-
ruby-progressbar (1.13.0)
|
|
77
|
-
shellany (0.0.1)
|
|
78
|
-
thor (1.2.2)
|
|
79
|
-
unicode-display_width (2.4.2)
|
|
80
|
-
|
|
81
|
-
PLATFORMS
|
|
82
|
-
ruby
|
|
83
|
-
|
|
84
|
-
DEPENDENCIES
|
|
85
|
-
doctest2-core!
|
|
86
|
-
guard-rspec
|
|
87
|
-
pry
|
|
88
|
-
rake (~> 13.0)
|
|
89
|
-
rspec
|
|
90
|
-
rubocop (~> 1.21)
|
|
91
|
-
|
|
92
|
-
BUNDLED WITH
|
|
93
|
-
2.1.4
|