eve_online 0.35.1 → 0.40.0

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.mutant DELETED
@@ -1,10 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source 'https://rubygems.org'
4
-
5
- # Specify your gem's dependencies in eveonline.gemspec
6
- gemspec
7
-
8
- gem 'nokogiri'
9
- gem 'mutant'
10
- gem 'mutant-rspec'
data/Gemfile.mutant.lock DELETED
@@ -1,155 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- eve_online (0.35.1)
5
- activesupport (>= 5.2.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- abstract_type (0.0.7)
11
- activesupport (6.0.3.2)
12
- concurrent-ruby (~> 1.0, >= 1.0.2)
13
- i18n (>= 0.7, < 2)
14
- minitest (~> 5.1)
15
- tzinfo (~> 1.1)
16
- zeitwerk (~> 2.2, >= 2.2.2)
17
- adamantium (0.2.0)
18
- ice_nine (~> 0.11.0)
19
- memoizable (~> 0.4.0)
20
- addressable (2.7.0)
21
- public_suffix (>= 2.0.2, < 5.0)
22
- anima (0.3.1)
23
- abstract_type (~> 0.0.7)
24
- adamantium (~> 0.2)
25
- equalizer (~> 0.0.11)
26
- appraisal (2.3.0)
27
- bundler
28
- rake
29
- thor (>= 0.14.0)
30
- ast (2.4.1)
31
- concord (0.1.5)
32
- adamantium (~> 0.2.0)
33
- equalizer (~> 0.0.9)
34
- concurrent-ruby (1.1.6)
35
- crack (0.4.3)
36
- safe_yaml (~> 1.0.0)
37
- diff-lcs (1.3)
38
- docile (1.3.2)
39
- equalizer (0.0.11)
40
- hashdiff (1.0.1)
41
- i18n (1.8.3)
42
- concurrent-ruby (~> 1.0)
43
- ice_nine (0.11.2)
44
- kramdown (2.2.1)
45
- rexml
46
- kramdown-parser-gfm (1.1.0)
47
- kramdown (~> 2.0)
48
- mdl (0.9.0)
49
- kramdown (~> 2.0)
50
- kramdown-parser-gfm (~> 1.0)
51
- mixlib-cli (~> 2.1, >= 2.1.1)
52
- mixlib-config (>= 2.2.1, < 4)
53
- memoizable (0.4.2)
54
- thread_safe (~> 0.3, >= 0.3.1)
55
- mini_portile2 (2.4.0)
56
- minitest (5.14.1)
57
- mixlib-cli (2.1.6)
58
- mixlib-config (3.0.6)
59
- tomlrb
60
- mprelude (0.1.0)
61
- abstract_type (~> 0.0.7)
62
- adamantium (~> 0.2.0)
63
- concord (~> 0.1.5)
64
- equalizer (~> 0.0.9)
65
- ice_nine (~> 0.11.1)
66
- procto (~> 0.0.2)
67
- mutant (0.9.6)
68
- abstract_type (~> 0.0.7)
69
- adamantium (~> 0.2.0)
70
- anima (~> 0.3.1)
71
- ast (~> 2.2)
72
- concord (~> 0.1.5)
73
- diff-lcs (~> 1.3)
74
- equalizer (~> 0.0.9)
75
- ice_nine (~> 0.11.1)
76
- memoizable (~> 0.4.2)
77
- mprelude (~> 0.1.0)
78
- parser (~> 2.7.0.2)
79
- procto (~> 0.0.2)
80
- unparser (~> 0.4.6)
81
- variable (~> 0.0.1)
82
- mutant-rspec (0.9.5)
83
- mutant (~> 0.9.5)
84
- rspec-core (>= 3.8.0, < 4.0.0)
85
- nokogiri (1.10.9)
86
- mini_portile2 (~> 2.4.0)
87
- parser (2.7.0.5)
88
- ast (~> 2.4.0)
89
- procto (0.0.3)
90
- public_suffix (4.0.5)
91
- rake (13.0.1)
92
- rexml (3.2.4)
93
- rspec (3.9.0)
94
- rspec-core (~> 3.9.0)
95
- rspec-expectations (~> 3.9.0)
96
- rspec-mocks (~> 3.9.0)
97
- rspec-core (3.9.2)
98
- rspec-support (~> 3.9.3)
99
- rspec-expectations (3.9.2)
100
- diff-lcs (>= 1.2.0, < 2.0)
101
- rspec-support (~> 3.9.0)
102
- rspec-its (1.3.0)
103
- rspec-core (>= 3.0.0)
104
- rspec-expectations (>= 3.0.0)
105
- rspec-mocks (3.9.1)
106
- diff-lcs (>= 1.2.0, < 2.0)
107
- rspec-support (~> 3.9.0)
108
- rspec-support (3.9.3)
109
- safe_yaml (1.0.5)
110
- simplecov (0.18.5)
111
- docile (~> 1.1)
112
- simplecov-html (~> 0.11)
113
- simplecov-html (0.12.2)
114
- thor (1.0.1)
115
- thread_safe (0.3.6)
116
- tomlrb (1.3.0)
117
- tzinfo (1.2.7)
118
- thread_safe (~> 0.1)
119
- unparser (0.4.7)
120
- abstract_type (~> 0.0.7)
121
- adamantium (~> 0.2.0)
122
- concord (~> 0.1.5)
123
- diff-lcs (~> 1.3)
124
- equalizer (~> 0.0.9)
125
- parser (>= 2.6.5)
126
- procto (~> 0.0.2)
127
- variable (0.0.1)
128
- equalizer (~> 0.0.11)
129
- vcr (6.0.0)
130
- webmock (3.8.3)
131
- addressable (>= 2.3.6)
132
- crack (>= 0.3.2)
133
- hashdiff (>= 0.4.0, < 2.0.0)
134
- zeitwerk (2.3.0)
135
-
136
- PLATFORMS
137
- ruby
138
-
139
- DEPENDENCIES
140
- appraisal
141
- bundler
142
- eve_online!
143
- mdl
144
- mutant
145
- mutant-rspec
146
- nokogiri
147
- rake
148
- rspec
149
- rspec-its
150
- simplecov
151
- vcr
152
- webmock
153
-
154
- BUNDLED WITH
155
- 2.1.4
data/TODO.md DELETED
@@ -1,7 +0,0 @@
1
- # TODO
2
-
3
- * Fix MD024
4
- * Add corporation roles
5
- * Add caching timeout
6
- * Add 420 error status
7
- * Add errors limits
data/mutant.sh DELETED
@@ -1,4 +0,0 @@
1
- #! /bin/sh
2
-
3
- BUNDLE_GEMFILE=Gemfile.mutant bundle exec mutant --include lib --require eve_online --use rspec EveOnline*
4
-