mathml2asciimath 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock DELETED
@@ -1,106 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- mathml2asciimath (0.0.9)
5
- htmlentities (~> 4.3.4)
6
- nokogiri (>= 1.10.4)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- ast (2.4.0)
12
- byebug (9.1.0)
13
- coderay (1.1.2)
14
- diff-lcs (1.3)
15
- docile (1.3.2)
16
- ffi (1.12.2)
17
- formatador (0.2.5)
18
- guard (2.16.2)
19
- formatador (>= 0.2.4)
20
- listen (>= 2.7, < 4.0)
21
- lumberjack (>= 1.0.12, < 2.0)
22
- nenv (~> 0.1)
23
- notiffany (~> 0.0)
24
- pry (>= 0.9.12)
25
- shellany (~> 0.0)
26
- thor (>= 0.18.1)
27
- guard-compat (1.2.1)
28
- guard-rspec (4.7.3)
29
- guard (~> 2.1)
30
- guard-compat (~> 1.1)
31
- rspec (>= 2.99.0, < 4.0)
32
- htmlentities (4.3.4)
33
- listen (3.2.1)
34
- rb-fsevent (~> 0.10, >= 0.10.3)
35
- rb-inotify (~> 0.9, >= 0.9.10)
36
- lumberjack (1.2.4)
37
- method_source (1.0.0)
38
- mini_portile2 (2.4.0)
39
- nenv (0.3.0)
40
- nokogiri (1.10.9)
41
- mini_portile2 (~> 2.4.0)
42
- notiffany (0.1.3)
43
- nenv (~> 0.1)
44
- shellany (~> 0.0)
45
- parallel (1.19.1)
46
- parser (2.7.1.1)
47
- ast (~> 2.4.0)
48
- powerpack (0.1.2)
49
- pry (0.13.1)
50
- coderay (~> 1.1)
51
- method_source (~> 1.0)
52
- rainbow (3.0.0)
53
- rake (12.3.3)
54
- rb-fsevent (0.10.3)
55
- rb-inotify (0.10.1)
56
- ffi (~> 1.0)
57
- rspec (3.9.0)
58
- rspec-core (~> 3.9.0)
59
- rspec-expectations (~> 3.9.0)
60
- rspec-mocks (~> 3.9.0)
61
- rspec-core (3.9.1)
62
- rspec-support (~> 3.9.1)
63
- rspec-expectations (3.9.1)
64
- diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.9.0)
66
- rspec-match_fuzzy (0.1.3)
67
- rspec (>= 3.2)
68
- rspec-mocks (3.9.1)
69
- diff-lcs (>= 1.2.0, < 2.0)
70
- rspec-support (~> 3.9.0)
71
- rspec-support (3.9.2)
72
- rubocop (0.54.0)
73
- parallel (~> 1.10)
74
- parser (>= 2.5)
75
- powerpack (~> 0.1)
76
- rainbow (>= 2.2.2, < 4.0)
77
- ruby-progressbar (~> 1.7)
78
- unicode-display_width (~> 1.0, >= 1.0.1)
79
- ruby-progressbar (1.10.1)
80
- shellany (0.0.1)
81
- simplecov (0.18.5)
82
- docile (~> 1.1)
83
- simplecov-html (~> 0.11)
84
- simplecov-html (0.12.2)
85
- thor (1.0.1)
86
- timecop (0.9.1)
87
- unicode-display_width (1.7.0)
88
-
89
- PLATFORMS
90
- ruby
91
-
92
- DEPENDENCIES
93
- bundler
94
- byebug (~> 9.1)
95
- guard (~> 2.14)
96
- guard-rspec (~> 4.7)
97
- mathml2asciimath!
98
- rake (~> 12.0)
99
- rspec (~> 3.6)
100
- rspec-match_fuzzy (~> 0.1.3)
101
- rubocop (= 0.54.0)
102
- simplecov (~> 0.15)
103
- timecop (~> 0.9)
104
-
105
- BUNDLED WITH
106
- 2.1.4