mathml2asciimath 0.0.8 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock DELETED
@@ -1,108 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- mathml2asciimath (0.0.8)
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.11.2)
17
- formatador (0.2.5)
18
- guard (2.16.1)
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
- json (2.2.0)
34
- listen (3.2.0)
35
- rb-fsevent (~> 0.10, >= 0.10.3)
36
- rb-inotify (~> 0.9, >= 0.9.10)
37
- lumberjack (1.0.13)
38
- method_source (0.9.2)
39
- mini_portile2 (2.4.0)
40
- nenv (0.3.0)
41
- nokogiri (1.10.7)
42
- mini_portile2 (~> 2.4.0)
43
- notiffany (0.1.3)
44
- nenv (~> 0.1)
45
- shellany (~> 0.0)
46
- parallel (1.19.0)
47
- parser (2.6.5.0)
48
- ast (~> 2.4.0)
49
- powerpack (0.1.2)
50
- pry (0.12.2)
51
- coderay (~> 1.1.0)
52
- method_source (~> 0.9.0)
53
- rainbow (3.0.0)
54
- rake (12.3.3)
55
- rb-fsevent (0.10.3)
56
- rb-inotify (0.10.0)
57
- ffi (~> 1.0)
58
- rspec (3.9.0)
59
- rspec-core (~> 3.9.0)
60
- rspec-expectations (~> 3.9.0)
61
- rspec-mocks (~> 3.9.0)
62
- rspec-core (3.9.0)
63
- rspec-support (~> 3.9.0)
64
- rspec-expectations (3.9.0)
65
- diff-lcs (>= 1.2.0, < 2.0)
66
- rspec-support (~> 3.9.0)
67
- rspec-match_fuzzy (0.1.3)
68
- rspec (>= 3.2)
69
- rspec-mocks (3.9.0)
70
- diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.9.0)
72
- rspec-support (3.9.0)
73
- rubocop (0.54.0)
74
- parallel (~> 1.10)
75
- parser (>= 2.5)
76
- powerpack (~> 0.1)
77
- rainbow (>= 2.2.2, < 4.0)
78
- ruby-progressbar (~> 1.7)
79
- unicode-display_width (~> 1.0, >= 1.0.1)
80
- ruby-progressbar (1.10.1)
81
- shellany (0.0.1)
82
- simplecov (0.17.1)
83
- docile (~> 1.1)
84
- json (>= 1.8, < 3)
85
- simplecov-html (~> 0.10.0)
86
- simplecov-html (0.10.2)
87
- thor (0.20.3)
88
- timecop (0.9.1)
89
- unicode-display_width (1.6.0)
90
-
91
- PLATFORMS
92
- ruby
93
-
94
- DEPENDENCIES
95
- bundler (~> 2.0.1)
96
- byebug (~> 9.1)
97
- guard (~> 2.14)
98
- guard-rspec (~> 4.7)
99
- mathml2asciimath!
100
- rake (~> 12.0)
101
- rspec (~> 3.6)
102
- rspec-match_fuzzy (~> 0.1.3)
103
- rubocop (= 0.54.0)
104
- simplecov (~> 0.15)
105
- timecop (~> 0.9)
106
-
107
- BUNDLED WITH
108
- 2.0.2