dibuk 0.0.1
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 +7 -0
- data/.github/workflows/ruby.yml +33 -0
- data/.gitignore +12 -0
- data/.idea/.gitignore +2 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/dibuk.iml +427 -0
- data/.idea/inspectionProfiles/Project_Default.xml +7 -0
- data/.idea/misc.xml +7 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vcs.xml +6 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +7 -0
- data/Gemfile.lock +62 -0
- data/LICENSE.txt +21 -0
- data/README.md +165 -0
- data/Rakefile +10 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/dibuk.gemspec +35 -0
- data/lib/dibuk.rb +22 -0
- data/lib/dibuk/client.rb +31 -0
- data/lib/dibuk/http_request.rb +63 -0
- data/lib/dibuk/item.rb +12 -0
- data/lib/dibuk/request.rb +8 -0
- data/lib/dibuk/request/base.rb +24 -0
- data/lib/dibuk/request/license.rb +30 -0
- data/lib/dibuk/request/links.rb +25 -0
- data/lib/dibuk/request/send.rb +30 -0
- data/lib/dibuk/response.rb +8 -0
- data/lib/dibuk/response/base.rb +68 -0
- data/lib/dibuk/response/licensed.rb +9 -0
- data/lib/dibuk/response/linked.rb +70 -0
- data/lib/dibuk/response/sent.rb +26 -0
- data/lib/dibuk/user.rb +11 -0
- data/lib/dibuk/version.rb +6 -0
- metadata +136 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: c0d2d54e7a5bcf894eeb0a986caa6924a9da6eadfaac064f2017881721ccbc3d
|
|
4
|
+
data.tar.gz: 3658679ca821febb5e26f9fb55d72f1b34e752303a045a11112f10d5776601c0
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 99355e0d9e83b0e770de5e8d61cdf97e3f1ed3c4545fc85d1152433c566c57ceecc2a6df2d9fb4e02c9a1044db4341b933d133c0c6f98f32ef5bf1788e1c3e2d
|
|
7
|
+
data.tar.gz: b77ca0a75eaff4d2afd69040655bc7168637237c8c44e8b64b2cc844f7926be82adaf2791501519be459c3b156a8ea32eb6bdf2275df70250a74000650019d6d
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# This workflow uses actions that are not certified by GitHub.
|
|
2
|
+
# They are provided by a third-party and are governed by
|
|
3
|
+
# separate terms of service, privacy policy, and support
|
|
4
|
+
# documentation.
|
|
5
|
+
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
|
|
6
|
+
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
|
|
7
|
+
|
|
8
|
+
name: Ruby
|
|
9
|
+
|
|
10
|
+
on:
|
|
11
|
+
push:
|
|
12
|
+
branches: [ master ]
|
|
13
|
+
pull_request:
|
|
14
|
+
branches: [ master ]
|
|
15
|
+
|
|
16
|
+
jobs:
|
|
17
|
+
test:
|
|
18
|
+
|
|
19
|
+
runs-on: ubuntu-latest
|
|
20
|
+
|
|
21
|
+
steps:
|
|
22
|
+
- uses: actions/checkout@v2
|
|
23
|
+
- name: Set up Ruby
|
|
24
|
+
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
|
|
25
|
+
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
|
26
|
+
# uses: ruby/setup-ruby@v1
|
|
27
|
+
uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
|
|
28
|
+
with:
|
|
29
|
+
ruby-version: 2.7
|
|
30
|
+
- name: Install dependencies
|
|
31
|
+
run: bundle install
|
|
32
|
+
- name: Run tests
|
|
33
|
+
run: bundle exec rake
|
data/.gitignore
ADDED
data/.idea/.gitignore
ADDED
data/.idea/.rakeTasks
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
|
3
|
+
You are allowed to:
|
|
4
|
+
1. Remove rake task
|
|
5
|
+
2. Add existing rake tasks
|
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build dibuk-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install dibuk-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install dibuk-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push dibuk-0.1.0.gem to TODO: Set to 'http://mygemserver.com'" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
|
data/.idea/dibuk.iml
ADDED
|
@@ -0,0 +1,427 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
|
4
|
+
<shared />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="NewModuleRootManager">
|
|
7
|
+
<content url="file://$MODULE_DIR$">
|
|
8
|
+
<sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
|
|
9
|
+
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
|
|
10
|
+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
|
11
|
+
<excludeFolder url="file://$MODULE_DIR$/vendor" />
|
|
12
|
+
<excludeFolder url="file://$MODULE_DIR$/vendor/bundle" />
|
|
13
|
+
<excludeFolder url="file://$MODULE_DIR$/vendor_win" />
|
|
14
|
+
<excludeFolder url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/cache" />
|
|
15
|
+
</content>
|
|
16
|
+
<orderEntry type="inheritedJdk" />
|
|
17
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
18
|
+
<orderEntry type="module-library">
|
|
19
|
+
<library name="addressable (vbundled(2.7.0)) [path][gem]" type="rubylib">
|
|
20
|
+
<properties>
|
|
21
|
+
<option name="version" value="4" />
|
|
22
|
+
</properties>
|
|
23
|
+
<CLASSES>
|
|
24
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/addressable-2.7.0/lib" />
|
|
25
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/addressable-2.7.0/data" />
|
|
26
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/addressable-2.7.0/spec" />
|
|
27
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/addressable-2.7.0/tasks" />
|
|
28
|
+
</CLASSES>
|
|
29
|
+
<SOURCES>
|
|
30
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/addressable-2.7.0/lib" />
|
|
31
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/addressable-2.7.0/data" />
|
|
32
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/addressable-2.7.0/spec" />
|
|
33
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/addressable-2.7.0/tasks" />
|
|
34
|
+
</SOURCES>
|
|
35
|
+
<excluded>
|
|
36
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/addressable-2.7.0/data" />
|
|
37
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/addressable-2.7.0/spec" />
|
|
38
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/addressable-2.7.0/tasks" />
|
|
39
|
+
</excluded>
|
|
40
|
+
</library>
|
|
41
|
+
</orderEntry>
|
|
42
|
+
<orderEntry type="module-library">
|
|
43
|
+
<library name="ast (vbundled(2.4.1)) [path][gem]" type="rubylib">
|
|
44
|
+
<properties>
|
|
45
|
+
<option name="version" value="4" />
|
|
46
|
+
</properties>
|
|
47
|
+
<CLASSES>
|
|
48
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/ast-2.4.1/lib" />
|
|
49
|
+
</CLASSES>
|
|
50
|
+
<SOURCES>
|
|
51
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/ast-2.4.1/lib" />
|
|
52
|
+
</SOURCES>
|
|
53
|
+
</library>
|
|
54
|
+
</orderEntry>
|
|
55
|
+
<orderEntry type="module-library">
|
|
56
|
+
<library name="crack (vbundled(0.4.3)) [path][gem]" type="rubylib">
|
|
57
|
+
<properties>
|
|
58
|
+
<option name="version" value="4" />
|
|
59
|
+
</properties>
|
|
60
|
+
<CLASSES>
|
|
61
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/crack-0.4.3/lib" />
|
|
62
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/crack-0.4.3/test" />
|
|
63
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/crack-0.4.3/script" />
|
|
64
|
+
</CLASSES>
|
|
65
|
+
<SOURCES>
|
|
66
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/crack-0.4.3/lib" />
|
|
67
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/crack-0.4.3/test" />
|
|
68
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/crack-0.4.3/script" />
|
|
69
|
+
</SOURCES>
|
|
70
|
+
<excluded>
|
|
71
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/crack-0.4.3/test" />
|
|
72
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/crack-0.4.3/script" />
|
|
73
|
+
</excluded>
|
|
74
|
+
</library>
|
|
75
|
+
</orderEntry>
|
|
76
|
+
<orderEntry type="module-library">
|
|
77
|
+
<library name="dry-initializer (vbundled(0.11.0)) [path][gem]" type="rubylib">
|
|
78
|
+
<properties>
|
|
79
|
+
<option name="version" value="4" />
|
|
80
|
+
</properties>
|
|
81
|
+
<CLASSES>
|
|
82
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/dry-initializer-0.11.0/lib" />
|
|
83
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/dry-initializer-0.11.0/spec" />
|
|
84
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/dry-initializer-0.11.0/benchmarks" />
|
|
85
|
+
</CLASSES>
|
|
86
|
+
<SOURCES>
|
|
87
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/dry-initializer-0.11.0/lib" />
|
|
88
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/dry-initializer-0.11.0/spec" />
|
|
89
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/dry-initializer-0.11.0/benchmarks" />
|
|
90
|
+
</SOURCES>
|
|
91
|
+
<excluded>
|
|
92
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/dry-initializer-0.11.0/spec" />
|
|
93
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/dry-initializer-0.11.0/benchmarks" />
|
|
94
|
+
</excluded>
|
|
95
|
+
</library>
|
|
96
|
+
</orderEntry>
|
|
97
|
+
<orderEntry type="module-library">
|
|
98
|
+
<library name="hashdiff (vbundled(1.0.1)) [path][gem]" type="rubylib">
|
|
99
|
+
<properties>
|
|
100
|
+
<option name="version" value="4" />
|
|
101
|
+
</properties>
|
|
102
|
+
<CLASSES>
|
|
103
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/hashdiff-1.0.1/lib" />
|
|
104
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/hashdiff-1.0.1/spec" />
|
|
105
|
+
</CLASSES>
|
|
106
|
+
<SOURCES>
|
|
107
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/hashdiff-1.0.1/lib" />
|
|
108
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/hashdiff-1.0.1/spec" />
|
|
109
|
+
</SOURCES>
|
|
110
|
+
<excluded>
|
|
111
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/hashdiff-1.0.1/spec" />
|
|
112
|
+
</excluded>
|
|
113
|
+
</library>
|
|
114
|
+
</orderEntry>
|
|
115
|
+
<orderEntry type="module-library">
|
|
116
|
+
<library name="minitest (vbundled(5.14.1)) [path][gem]" type="rubylib">
|
|
117
|
+
<properties>
|
|
118
|
+
<option name="version" value="4" />
|
|
119
|
+
</properties>
|
|
120
|
+
<CLASSES>
|
|
121
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/minitest-5.14.1/lib" />
|
|
122
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/minitest-5.14.1/test" />
|
|
123
|
+
</CLASSES>
|
|
124
|
+
<SOURCES>
|
|
125
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/minitest-5.14.1/lib" />
|
|
126
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/minitest-5.14.1/test" />
|
|
127
|
+
</SOURCES>
|
|
128
|
+
<excluded>
|
|
129
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/minitest-5.14.1/test" />
|
|
130
|
+
</excluded>
|
|
131
|
+
</library>
|
|
132
|
+
</orderEntry>
|
|
133
|
+
<orderEntry type="module-library">
|
|
134
|
+
<library name="parallel (vbundled(1.19.1)) [path][gem]" type="rubylib">
|
|
135
|
+
<properties>
|
|
136
|
+
<option name="version" value="4" />
|
|
137
|
+
</properties>
|
|
138
|
+
<CLASSES>
|
|
139
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parallel-1.19.1/lib" />
|
|
140
|
+
</CLASSES>
|
|
141
|
+
<SOURCES>
|
|
142
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parallel-1.19.1/lib" />
|
|
143
|
+
</SOURCES>
|
|
144
|
+
</library>
|
|
145
|
+
</orderEntry>
|
|
146
|
+
<orderEntry type="module-library">
|
|
147
|
+
<library name="parser (vbundled(2.7.1.3)) [path][gem]" type="rubylib">
|
|
148
|
+
<properties>
|
|
149
|
+
<option name="version" value="4" />
|
|
150
|
+
</properties>
|
|
151
|
+
<CLASSES>
|
|
152
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/ci" />
|
|
153
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/bin" />
|
|
154
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/doc" />
|
|
155
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/lib" />
|
|
156
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/test" />
|
|
157
|
+
</CLASSES>
|
|
158
|
+
<SOURCES>
|
|
159
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/ci" />
|
|
160
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/bin" />
|
|
161
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/doc" />
|
|
162
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/lib" />
|
|
163
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/test" />
|
|
164
|
+
</SOURCES>
|
|
165
|
+
<excluded>
|
|
166
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/ci" />
|
|
167
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/bin" />
|
|
168
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/doc" />
|
|
169
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/parser-2.7.1.3/test" />
|
|
170
|
+
</excluded>
|
|
171
|
+
</library>
|
|
172
|
+
</orderEntry>
|
|
173
|
+
<orderEntry type="module-library">
|
|
174
|
+
<library name="public_suffix (vbundled(4.0.5)) [path][gem]" type="rubylib">
|
|
175
|
+
<properties>
|
|
176
|
+
<option name="version" value="4" />
|
|
177
|
+
</properties>
|
|
178
|
+
<CLASSES>
|
|
179
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/bin" />
|
|
180
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/lib" />
|
|
181
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/data" />
|
|
182
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/test" />
|
|
183
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/.github" />
|
|
184
|
+
</CLASSES>
|
|
185
|
+
<SOURCES>
|
|
186
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/bin" />
|
|
187
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/lib" />
|
|
188
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/data" />
|
|
189
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/test" />
|
|
190
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/.github" />
|
|
191
|
+
</SOURCES>
|
|
192
|
+
<excluded>
|
|
193
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/bin" />
|
|
194
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/data" />
|
|
195
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/test" />
|
|
196
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/public_suffix-4.0.5/.github" />
|
|
197
|
+
</excluded>
|
|
198
|
+
</library>
|
|
199
|
+
</orderEntry>
|
|
200
|
+
<orderEntry type="module-library">
|
|
201
|
+
<library name="rainbow (vbundled(3.0.0)) [path][gem]" type="rubylib">
|
|
202
|
+
<properties>
|
|
203
|
+
<option name="version" value="4" />
|
|
204
|
+
</properties>
|
|
205
|
+
<CLASSES>
|
|
206
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rainbow-3.0.0/lib" />
|
|
207
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rainbow-3.0.0/spec" />
|
|
208
|
+
</CLASSES>
|
|
209
|
+
<SOURCES>
|
|
210
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rainbow-3.0.0/lib" />
|
|
211
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rainbow-3.0.0/spec" />
|
|
212
|
+
</SOURCES>
|
|
213
|
+
<excluded>
|
|
214
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rainbow-3.0.0/spec" />
|
|
215
|
+
</excluded>
|
|
216
|
+
</library>
|
|
217
|
+
</orderEntry>
|
|
218
|
+
<orderEntry type="module-library">
|
|
219
|
+
<library name="rake (vbundled(12.3.3)) [path][gem]" type="rubylib">
|
|
220
|
+
<properties>
|
|
221
|
+
<option name="version" value="4" />
|
|
222
|
+
</properties>
|
|
223
|
+
<CLASSES>
|
|
224
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rake-12.3.3/bin" />
|
|
225
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rake-12.3.3/doc" />
|
|
226
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rake-12.3.3/exe" />
|
|
227
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rake-12.3.3/lib" />
|
|
228
|
+
</CLASSES>
|
|
229
|
+
<SOURCES>
|
|
230
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rake-12.3.3/bin" />
|
|
231
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rake-12.3.3/doc" />
|
|
232
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rake-12.3.3/exe" />
|
|
233
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rake-12.3.3/lib" />
|
|
234
|
+
</SOURCES>
|
|
235
|
+
<excluded>
|
|
236
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rake-12.3.3/bin" />
|
|
237
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rake-12.3.3/doc" />
|
|
238
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rake-12.3.3/exe" />
|
|
239
|
+
</excluded>
|
|
240
|
+
</library>
|
|
241
|
+
</orderEntry>
|
|
242
|
+
<orderEntry type="module-library">
|
|
243
|
+
<library name="regexp_parser (vbundled(1.7.1)) [path][gem]" type="rubylib">
|
|
244
|
+
<properties>
|
|
245
|
+
<option name="version" value="4" />
|
|
246
|
+
</properties>
|
|
247
|
+
<CLASSES>
|
|
248
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/regexp_parser-1.7.1/lib" />
|
|
249
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/regexp_parser-1.7.1/spec" />
|
|
250
|
+
</CLASSES>
|
|
251
|
+
<SOURCES>
|
|
252
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/regexp_parser-1.7.1/lib" />
|
|
253
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/regexp_parser-1.7.1/spec" />
|
|
254
|
+
</SOURCES>
|
|
255
|
+
<excluded>
|
|
256
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/regexp_parser-1.7.1/spec" />
|
|
257
|
+
</excluded>
|
|
258
|
+
</library>
|
|
259
|
+
</orderEntry>
|
|
260
|
+
<orderEntry type="module-library">
|
|
261
|
+
<library name="rexml (vbundled(3.2.4)) [path][gem]" type="rubylib">
|
|
262
|
+
<properties>
|
|
263
|
+
<option name="version" value="4" />
|
|
264
|
+
</properties>
|
|
265
|
+
<CLASSES>
|
|
266
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rexml-3.2.4/lib" />
|
|
267
|
+
</CLASSES>
|
|
268
|
+
<SOURCES>
|
|
269
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rexml-3.2.4/lib" />
|
|
270
|
+
</SOURCES>
|
|
271
|
+
</library>
|
|
272
|
+
</orderEntry>
|
|
273
|
+
<orderEntry type="module-library">
|
|
274
|
+
<library name="rubocop (vbundled(0.85.1)) [path][gem]" type="rubylib">
|
|
275
|
+
<properties>
|
|
276
|
+
<option name="version" value="4" />
|
|
277
|
+
</properties>
|
|
278
|
+
<CLASSES>
|
|
279
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/bin" />
|
|
280
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/exe" />
|
|
281
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/lib" />
|
|
282
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/assets" />
|
|
283
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/config" />
|
|
284
|
+
</CLASSES>
|
|
285
|
+
<SOURCES>
|
|
286
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/bin" />
|
|
287
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/exe" />
|
|
288
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/lib" />
|
|
289
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/assets" />
|
|
290
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/config" />
|
|
291
|
+
</SOURCES>
|
|
292
|
+
<excluded>
|
|
293
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/bin" />
|
|
294
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/exe" />
|
|
295
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/assets" />
|
|
296
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-0.85.1/config" />
|
|
297
|
+
</excluded>
|
|
298
|
+
</library>
|
|
299
|
+
</orderEntry>
|
|
300
|
+
<orderEntry type="module-library">
|
|
301
|
+
<library name="rubocop-ast (vbundled(0.0.3)) [path][gem]" type="rubylib">
|
|
302
|
+
<properties>
|
|
303
|
+
<option name="version" value="4" />
|
|
304
|
+
</properties>
|
|
305
|
+
<CLASSES>
|
|
306
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-ast-0.0.3/lib" />
|
|
307
|
+
</CLASSES>
|
|
308
|
+
<SOURCES>
|
|
309
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-ast-0.0.3/lib" />
|
|
310
|
+
</SOURCES>
|
|
311
|
+
</library>
|
|
312
|
+
</orderEntry>
|
|
313
|
+
<orderEntry type="module-library">
|
|
314
|
+
<library name="rubocop-performance (vbundled(1.6.1)) [path][gem]" type="rubylib">
|
|
315
|
+
<properties>
|
|
316
|
+
<option name="version" value="4" />
|
|
317
|
+
</properties>
|
|
318
|
+
<CLASSES>
|
|
319
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-performance-1.6.1/lib" />
|
|
320
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-performance-1.6.1/config" />
|
|
321
|
+
</CLASSES>
|
|
322
|
+
<SOURCES>
|
|
323
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-performance-1.6.1/lib" />
|
|
324
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-performance-1.6.1/config" />
|
|
325
|
+
</SOURCES>
|
|
326
|
+
<excluded>
|
|
327
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-performance-1.6.1/config" />
|
|
328
|
+
</excluded>
|
|
329
|
+
</library>
|
|
330
|
+
</orderEntry>
|
|
331
|
+
<orderEntry type="module-library">
|
|
332
|
+
<library name="rubocop-rspec (vbundled(1.39.0)) [path][gem]" type="rubylib">
|
|
333
|
+
<properties>
|
|
334
|
+
<option name="version" value="4" />
|
|
335
|
+
</properties>
|
|
336
|
+
<CLASSES>
|
|
337
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-rspec-1.39.0/lib" />
|
|
338
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-rspec-1.39.0/config" />
|
|
339
|
+
</CLASSES>
|
|
340
|
+
<SOURCES>
|
|
341
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-rspec-1.39.0/lib" />
|
|
342
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-rspec-1.39.0/config" />
|
|
343
|
+
</SOURCES>
|
|
344
|
+
<excluded>
|
|
345
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/rubocop-rspec-1.39.0/config" />
|
|
346
|
+
</excluded>
|
|
347
|
+
</library>
|
|
348
|
+
</orderEntry>
|
|
349
|
+
<orderEntry type="module-library">
|
|
350
|
+
<library name="ruby-progressbar (vbundled(1.10.1)) [path][gem]" type="rubylib">
|
|
351
|
+
<properties>
|
|
352
|
+
<option name="version" value="4" />
|
|
353
|
+
</properties>
|
|
354
|
+
<CLASSES>
|
|
355
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/ruby-progressbar-1.10.1/lib" />
|
|
356
|
+
</CLASSES>
|
|
357
|
+
<SOURCES>
|
|
358
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/ruby-progressbar-1.10.1/lib" />
|
|
359
|
+
</SOURCES>
|
|
360
|
+
</library>
|
|
361
|
+
</orderEntry>
|
|
362
|
+
<orderEntry type="module-library">
|
|
363
|
+
<library name="safe_yaml (vbundled(1.0.5)) [path][gem]" type="rubylib">
|
|
364
|
+
<properties>
|
|
365
|
+
<option name="version" value="4" />
|
|
366
|
+
</properties>
|
|
367
|
+
<CLASSES>
|
|
368
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/bin" />
|
|
369
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/lib" />
|
|
370
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/spec" />
|
|
371
|
+
</CLASSES>
|
|
372
|
+
<SOURCES>
|
|
373
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/bin" />
|
|
374
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/lib" />
|
|
375
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/spec" />
|
|
376
|
+
</SOURCES>
|
|
377
|
+
<excluded>
|
|
378
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/bin" />
|
|
379
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/spec" />
|
|
380
|
+
</excluded>
|
|
381
|
+
</library>
|
|
382
|
+
</orderEntry>
|
|
383
|
+
<orderEntry type="module-library">
|
|
384
|
+
<library name="unicode-display_width (vbundled(1.7.0)) [path][gem]" type="rubylib">
|
|
385
|
+
<properties>
|
|
386
|
+
<option name="version" value="4" />
|
|
387
|
+
</properties>
|
|
388
|
+
<CLASSES>
|
|
389
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/unicode-display_width-1.7.0/lib" />
|
|
390
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/unicode-display_width-1.7.0/data" />
|
|
391
|
+
</CLASSES>
|
|
392
|
+
<SOURCES>
|
|
393
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/unicode-display_width-1.7.0/lib" />
|
|
394
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/unicode-display_width-1.7.0/data" />
|
|
395
|
+
</SOURCES>
|
|
396
|
+
<excluded>
|
|
397
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/unicode-display_width-1.7.0/data" />
|
|
398
|
+
</excluded>
|
|
399
|
+
</library>
|
|
400
|
+
</orderEntry>
|
|
401
|
+
<orderEntry type="module-library">
|
|
402
|
+
<library name="webmock (vbundled(3.8.3)) [path][gem]" type="rubylib">
|
|
403
|
+
<properties>
|
|
404
|
+
<option name="version" value="4" />
|
|
405
|
+
</properties>
|
|
406
|
+
<CLASSES>
|
|
407
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/webmock-3.8.3/lib" />
|
|
408
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/webmock-3.8.3/spec" />
|
|
409
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/webmock-3.8.3/test" />
|
|
410
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/webmock-3.8.3/minitest" />
|
|
411
|
+
</CLASSES>
|
|
412
|
+
<SOURCES>
|
|
413
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/webmock-3.8.3/lib" />
|
|
414
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/webmock-3.8.3/spec" />
|
|
415
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/webmock-3.8.3/test" />
|
|
416
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/webmock-3.8.3/minitest" />
|
|
417
|
+
</SOURCES>
|
|
418
|
+
<excluded>
|
|
419
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/webmock-3.8.3/spec" />
|
|
420
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/webmock-3.8.3/test" />
|
|
421
|
+
<root url="file://$MODULE_DIR$/vendor_win/bundle/ruby/2.7.0/gems/webmock-3.8.3/minitest" />
|
|
422
|
+
</excluded>
|
|
423
|
+
</library>
|
|
424
|
+
</orderEntry>
|
|
425
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.1.4, ruby-2.7.0-p0) [gem]" level="application" />
|
|
426
|
+
</component>
|
|
427
|
+
</module>
|