scorpio 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f15434d7f81c98255a7ebb87327025e54c068bea44d4d8ba4de1e5a22b5a2e6
4
- data.tar.gz: fa85f43ceb33e794d8ac5335f7d681ffa8897bbb6aa2f69cf1e2e15757f8e97d
3
+ metadata.gz: fd6bf8a01d7e8ff5fef4497289d88467ba1e6f7324d135b673c94eb3b225a9a1
4
+ data.tar.gz: e41e75c382b78db5a8fafeb5bcfba6f04036be3f553eda53f165963dbccb5091
5
5
  SHA512:
6
- metadata.gz: 2760d54f7f2c1b977192dc7244fff2f457ae293032f770482146143b14454e9896f7ff3717d9686bb02e981b854aab389a8baec76b40e6d17126b2c3446b3a45
7
- data.tar.gz: a46a241d6bec8a531e3f76786aaa99ad335604927a3d5d4c079c7a65ebe619d1acef1a4b93c2aeb970f157a46ea8d63869d74966d5ace4e301399e2ec77a2cb9
6
+ metadata.gz: 4407bfac236b2f1428d1936dd82def48bceacaa8e547a33d1444b1c078eb8d66bb72fe61ff12aa4e36a26c9cb39320289410b7b4de67a2eb29a445a906088b02
7
+ data.tar.gz: 52118d637491780db6da22a5a774fff56df0dbf6863520a972ea72f636287b4461c679718da582f93d385f92cfe42686f191931f4c7d06208a51f26d7cf267c7
@@ -1,3 +1,8 @@
1
+ # v0.4.6
2
+ - JSI v0.3.0
3
+ - Scorpio::OpenAPI::SchemaReference represents a schema reference
4
+ - Scorpio::OpenAPI::Reference implicitly derefs
5
+
1
6
  # v0.4.5
2
7
  - Ur v0.1.0
3
8
  - misc
@@ -0,0 +1,613 @@
1
+ Copright © [Ethan](https://github.com/notEthan/)
2
+
3
+ [<img align="right" src="https://github.com/notEthan/scorpio/raw/master/resources/icons/AGPL-3.0.png">](https://www.gnu.org/licenses/agpl-3.0.html)
4
+
5
+ Scorpio is Open Source Software licensed under the terms of the [GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.html).
6
+
7
+ GNU Affero General Public License
8
+ =================================
9
+
10
+ _Version 3, 19 November 2007_
11
+ _Copyright © 2007 Free Software Foundation, Inc. &lt;<https://fsf.org/>&gt;_
12
+
13
+ Everyone is permitted to copy and distribute verbatim copies
14
+ of this license document, but changing it is not allowed.
15
+
16
+ ## Preamble
17
+
18
+ The GNU Affero General Public License is a free, copyleft license for
19
+ software and other kinds of works, specifically designed to ensure
20
+ cooperation with the community in the case of network server software.
21
+
22
+ The licenses for most software and other practical works are designed
23
+ to take away your freedom to share and change the works. By contrast,
24
+ our General Public Licenses are intended to guarantee your freedom to
25
+ share and change all versions of a program--to make sure it remains free
26
+ software for all its users.
27
+
28
+ When we speak of free software, we are referring to freedom, not
29
+ price. Our General Public Licenses are designed to make sure that you
30
+ have the freedom to distribute copies of free software (and charge for
31
+ them if you wish), that you receive source code or can get it if you
32
+ want it, that you can change the software or use pieces of it in new
33
+ free programs, and that you know you can do these things.
34
+
35
+ Developers that use our General Public Licenses protect your rights
36
+ with two steps: **(1)** assert copyright on the software, and **(2)** offer
37
+ you this License which gives you legal permission to copy, distribute
38
+ and/or modify the software.
39
+
40
+ A secondary benefit of defending all users' freedom is that
41
+ improvements made in alternate versions of the program, if they
42
+ receive widespread use, become available for other developers to
43
+ incorporate. Many developers of free software are heartened and
44
+ encouraged by the resulting cooperation. However, in the case of
45
+ software used on network servers, this result may fail to come about.
46
+ The GNU General Public License permits making a modified version and
47
+ letting the public access it on a server without ever releasing its
48
+ source code to the public.
49
+
50
+ The GNU Affero General Public License is designed specifically to
51
+ ensure that, in such cases, the modified source code becomes available
52
+ to the community. It requires the operator of a network server to
53
+ provide the source code of the modified version running there to the
54
+ users of that server. Therefore, public use of a modified version, on
55
+ a publicly accessible server, gives the public access to the source
56
+ code of the modified version.
57
+
58
+ An older license, called the Affero General Public License and
59
+ published by Affero, was designed to accomplish similar goals. This is
60
+ a different license, not a version of the Affero GPL, but Affero has
61
+ released a new version of the Affero GPL which permits relicensing under
62
+ this license.
63
+
64
+ The precise terms and conditions for copying, distribution and
65
+ modification follow.
66
+
67
+ ## TERMS AND CONDITIONS
68
+
69
+ ### 0. Definitions
70
+
71
+ “This License” refers to version 3 of the GNU Affero General Public License.
72
+
73
+ “Copyright” also means copyright-like laws that apply to other kinds of
74
+ works, such as semiconductor masks.
75
+
76
+ “The Program” refers to any copyrightable work licensed under this
77
+ License. Each licensee is addressed as “you”. “Licensees” and
78
+ “recipients” may be individuals or organizations.
79
+
80
+ To “modify” a work means to copy from or adapt all or part of the work
81
+ in a fashion requiring copyright permission, other than the making of an
82
+ exact copy. The resulting work is called a “modified version” of the
83
+ earlier work or a work “based on” the earlier work.
84
+
85
+ A “covered work” means either the unmodified Program or a work based
86
+ on the Program.
87
+
88
+ To “propagate” a work means to do anything with it that, without
89
+ permission, would make you directly or secondarily liable for
90
+ infringement under applicable copyright law, except executing it on a
91
+ computer or modifying a private copy. Propagation includes copying,
92
+ distribution (with or without modification), making available to the
93
+ public, and in some countries other activities as well.
94
+
95
+ To “convey” a work means any kind of propagation that enables other
96
+ parties to make or receive copies. Mere interaction with a user through
97
+ a computer network, with no transfer of a copy, is not conveying.
98
+
99
+ An interactive user interface displays “Appropriate Legal Notices”
100
+ to the extent that it includes a convenient and prominently visible
101
+ feature that **(1)** displays an appropriate copyright notice, and **(2)**
102
+ tells the user that there is no warranty for the work (except to the
103
+ extent that warranties are provided), that licensees may convey the
104
+ work under this License, and how to view a copy of this License. If
105
+ the interface presents a list of user commands or options, such as a
106
+ menu, a prominent item in the list meets this criterion.
107
+
108
+ ### 1. Source Code
109
+
110
+ The “source code” for a work means the preferred form of the work
111
+ for making modifications to it. “Object code” means any non-source
112
+ form of a work.
113
+
114
+ A “Standard Interface” means an interface that either is an official
115
+ standard defined by a recognized standards body, or, in the case of
116
+ interfaces specified for a particular programming language, one that
117
+ is widely used among developers working in that language.
118
+
119
+ The “System Libraries” of an executable work include anything, other
120
+ than the work as a whole, that **(a)** is included in the normal form of
121
+ packaging a Major Component, but which is not part of that Major
122
+ Component, and **(b)** serves only to enable use of the work with that
123
+ Major Component, or to implement a Standard Interface for which an
124
+ implementation is available to the public in source code form. A
125
+ “Major Component”, in this context, means a major essential component
126
+ (kernel, window system, and so on) of the specific operating system
127
+ (if any) on which the executable work runs, or a compiler used to
128
+ produce the work, or an object code interpreter used to run it.
129
+
130
+ The “Corresponding Source” for a work in object code form means all
131
+ the source code needed to generate, install, and (for an executable
132
+ work) run the object code and to modify the work, including scripts to
133
+ control those activities. However, it does not include the work's
134
+ System Libraries, or general-purpose tools or generally available free
135
+ programs which are used unmodified in performing those activities but
136
+ which are not part of the work. For example, Corresponding Source
137
+ includes interface definition files associated with source files for
138
+ the work, and the source code for shared libraries and dynamically
139
+ linked subprograms that the work is specifically designed to require,
140
+ such as by intimate data communication or control flow between those
141
+ subprograms and other parts of the work.
142
+
143
+ The Corresponding Source need not include anything that users
144
+ can regenerate automatically from other parts of the Corresponding
145
+ Source.
146
+
147
+ The Corresponding Source for a work in source code form is that
148
+ same work.
149
+
150
+ ### 2. Basic Permissions
151
+
152
+ All rights granted under this License are granted for the term of
153
+ copyright on the Program, and are irrevocable provided the stated
154
+ conditions are met. This License explicitly affirms your unlimited
155
+ permission to run the unmodified Program. The output from running a
156
+ covered work is covered by this License only if the output, given its
157
+ content, constitutes a covered work. This License acknowledges your
158
+ rights of fair use or other equivalent, as provided by copyright law.
159
+
160
+ You may make, run and propagate covered works that you do not
161
+ convey, without conditions so long as your license otherwise remains
162
+ in force. You may convey covered works to others for the sole purpose
163
+ of having them make modifications exclusively for you, or provide you
164
+ with facilities for running those works, provided that you comply with
165
+ the terms of this License in conveying all material for which you do
166
+ not control copyright. Those thus making or running the covered works
167
+ for you must do so exclusively on your behalf, under your direction
168
+ and control, on terms that prohibit them from making any copies of
169
+ your copyrighted material outside their relationship with you.
170
+
171
+ Conveying under any other circumstances is permitted solely under
172
+ the conditions stated below. Sublicensing is not allowed; section 10
173
+ makes it unnecessary.
174
+
175
+ ### 3. Protecting Users' Legal Rights From Anti-Circumvention Law
176
+
177
+ No covered work shall be deemed part of an effective technological
178
+ measure under any applicable law fulfilling obligations under article
179
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
180
+ similar laws prohibiting or restricting circumvention of such
181
+ measures.
182
+
183
+ When you convey a covered work, you waive any legal power to forbid
184
+ circumvention of technological measures to the extent such circumvention
185
+ is effected by exercising rights under this License with respect to
186
+ the covered work, and you disclaim any intention to limit operation or
187
+ modification of the work as a means of enforcing, against the work's
188
+ users, your or third parties' legal rights to forbid circumvention of
189
+ technological measures.
190
+
191
+ ### 4. Conveying Verbatim Copies
192
+
193
+ You may convey verbatim copies of the Program's source code as you
194
+ receive it, in any medium, provided that you conspicuously and
195
+ appropriately publish on each copy an appropriate copyright notice;
196
+ keep intact all notices stating that this License and any
197
+ non-permissive terms added in accord with section 7 apply to the code;
198
+ keep intact all notices of the absence of any warranty; and give all
199
+ recipients a copy of this License along with the Program.
200
+
201
+ You may charge any price or no price for each copy that you convey,
202
+ and you may offer support or warranty protection for a fee.
203
+
204
+ ### 5. Conveying Modified Source Versions
205
+
206
+ You may convey a work based on the Program, or the modifications to
207
+ produce it from the Program, in the form of source code under the
208
+ terms of section 4, provided that you also meet all of these conditions:
209
+
210
+ * **a)** The work must carry prominent notices stating that you modified
211
+ it, and giving a relevant date.
212
+ * **b)** The work must carry prominent notices stating that it is
213
+ released under this License and any conditions added under section 7.
214
+ This requirement modifies the requirement in section 4 to
215
+ “keep intact all notices”.
216
+ * **c)** You must license the entire work, as a whole, under this
217
+ License to anyone who comes into possession of a copy. This
218
+ License will therefore apply, along with any applicable section 7
219
+ additional terms, to the whole of the work, and all its parts,
220
+ regardless of how they are packaged. This License gives no
221
+ permission to license the work in any other way, but it does not
222
+ invalidate such permission if you have separately received it.
223
+ * **d)** If the work has interactive user interfaces, each must display
224
+ Appropriate Legal Notices; however, if the Program has interactive
225
+ interfaces that do not display Appropriate Legal Notices, your
226
+ work need not make them do so.
227
+
228
+ A compilation of a covered work with other separate and independent
229
+ works, which are not by their nature extensions of the covered work,
230
+ and which are not combined with it such as to form a larger program,
231
+ in or on a volume of a storage or distribution medium, is called an
232
+ “aggregate” if the compilation and its resulting copyright are not
233
+ used to limit the access or legal rights of the compilation's users
234
+ beyond what the individual works permit. Inclusion of a covered work
235
+ in an aggregate does not cause this License to apply to the other
236
+ parts of the aggregate.
237
+
238
+ ### 6. Conveying Non-Source Forms
239
+
240
+ You may convey a covered work in object code form under the terms
241
+ of sections 4 and 5, provided that you also convey the
242
+ machine-readable Corresponding Source under the terms of this License,
243
+ in one of these ways:
244
+
245
+ * **a)** Convey the object code in, or embodied in, a physical product
246
+ (including a physical distribution medium), accompanied by the
247
+ Corresponding Source fixed on a durable physical medium
248
+ customarily used for software interchange.
249
+ * **b)** Convey the object code in, or embodied in, a physical product
250
+ (including a physical distribution medium), accompanied by a
251
+ written offer, valid for at least three years and valid for as
252
+ long as you offer spare parts or customer support for that product
253
+ model, to give anyone who possesses the object code either **(1)** a
254
+ copy of the Corresponding Source for all the software in the
255
+ product that is covered by this License, on a durable physical
256
+ medium customarily used for software interchange, for a price no
257
+ more than your reasonable cost of physically performing this
258
+ conveying of source, or **(2)** access to copy the
259
+ Corresponding Source from a network server at no charge.
260
+ * **c)** Convey individual copies of the object code with a copy of the
261
+ written offer to provide the Corresponding Source. This
262
+ alternative is allowed only occasionally and noncommercially, and
263
+ only if you received the object code with such an offer, in accord
264
+ with subsection 6b.
265
+ * **d)** Convey the object code by offering access from a designated
266
+ place (gratis or for a charge), and offer equivalent access to the
267
+ Corresponding Source in the same way through the same place at no
268
+ further charge. You need not require recipients to copy the
269
+ Corresponding Source along with the object code. If the place to
270
+ copy the object code is a network server, the Corresponding Source
271
+ may be on a different server (operated by you or a third party)
272
+ that supports equivalent copying facilities, provided you maintain
273
+ clear directions next to the object code saying where to find the
274
+ Corresponding Source. Regardless of what server hosts the
275
+ Corresponding Source, you remain obligated to ensure that it is
276
+ available for as long as needed to satisfy these requirements.
277
+ * **e)** Convey the object code using peer-to-peer transmission, provided
278
+ you inform other peers where the object code and Corresponding
279
+ Source of the work are being offered to the general public at no
280
+ charge under subsection 6d.
281
+
282
+ A separable portion of the object code, whose source code is excluded
283
+ from the Corresponding Source as a System Library, need not be
284
+ included in conveying the object code work.
285
+
286
+ A “User Product” is either **(1)** a “consumer product”, which means any
287
+ tangible personal property which is normally used for personal, family,
288
+ or household purposes, or **(2)** anything designed or sold for incorporation
289
+ into a dwelling. In determining whether a product is a consumer product,
290
+ doubtful cases shall be resolved in favor of coverage. For a particular
291
+ product received by a particular user, “normally used” refers to a
292
+ typical or common use of that class of product, regardless of the status
293
+ of the particular user or of the way in which the particular user
294
+ actually uses, or expects or is expected to use, the product. A product
295
+ is a consumer product regardless of whether the product has substantial
296
+ commercial, industrial or non-consumer uses, unless such uses represent
297
+ the only significant mode of use of the product.
298
+
299
+ “Installation Information” for a User Product means any methods,
300
+ procedures, authorization keys, or other information required to install
301
+ and execute modified versions of a covered work in that User Product from
302
+ a modified version of its Corresponding Source. The information must
303
+ suffice to ensure that the continued functioning of the modified object
304
+ code is in no case prevented or interfered with solely because
305
+ modification has been made.
306
+
307
+ If you convey an object code work under this section in, or with, or
308
+ specifically for use in, a User Product, and the conveying occurs as
309
+ part of a transaction in which the right of possession and use of the
310
+ User Product is transferred to the recipient in perpetuity or for a
311
+ fixed term (regardless of how the transaction is characterized), the
312
+ Corresponding Source conveyed under this section must be accompanied
313
+ by the Installation Information. But this requirement does not apply
314
+ if neither you nor any third party retains the ability to install
315
+ modified object code on the User Product (for example, the work has
316
+ been installed in ROM).
317
+
318
+ The requirement to provide Installation Information does not include a
319
+ requirement to continue to provide support service, warranty, or updates
320
+ for a work that has been modified or installed by the recipient, or for
321
+ the User Product in which it has been modified or installed. Access to a
322
+ network may be denied when the modification itself materially and
323
+ adversely affects the operation of the network or violates the rules and
324
+ protocols for communication across the network.
325
+
326
+ Corresponding Source conveyed, and Installation Information provided,
327
+ in accord with this section must be in a format that is publicly
328
+ documented (and with an implementation available to the public in
329
+ source code form), and must require no special password or key for
330
+ unpacking, reading or copying.
331
+
332
+ ### 7. Additional Terms
333
+
334
+ “Additional permissions” are terms that supplement the terms of this
335
+ License by making exceptions from one or more of its conditions.
336
+ Additional permissions that are applicable to the entire Program shall
337
+ be treated as though they were included in this License, to the extent
338
+ that they are valid under applicable law. If additional permissions
339
+ apply only to part of the Program, that part may be used separately
340
+ under those permissions, but the entire Program remains governed by
341
+ this License without regard to the additional permissions.
342
+
343
+ When you convey a copy of a covered work, you may at your option
344
+ remove any additional permissions from that copy, or from any part of
345
+ it. (Additional permissions may be written to require their own
346
+ removal in certain cases when you modify the work.) You may place
347
+ additional permissions on material, added by you to a covered work,
348
+ for which you have or can give appropriate copyright permission.
349
+
350
+ Notwithstanding any other provision of this License, for material you
351
+ add to a covered work, you may (if authorized by the copyright holders of
352
+ that material) supplement the terms of this License with terms:
353
+
354
+ * **a)** Disclaiming warranty or limiting liability differently from the
355
+ terms of sections 15 and 16 of this License; or
356
+ * **b)** Requiring preservation of specified reasonable legal notices or
357
+ author attributions in that material or in the Appropriate Legal
358
+ Notices displayed by works containing it; or
359
+ * **c)** Prohibiting misrepresentation of the origin of that material, or
360
+ requiring that modified versions of such material be marked in
361
+ reasonable ways as different from the original version; or
362
+ * **d)** Limiting the use for publicity purposes of names of licensors or
363
+ authors of the material; or
364
+ * **e)** Declining to grant rights under trademark law for use of some
365
+ trade names, trademarks, or service marks; or
366
+ * **f)** Requiring indemnification of licensors and authors of that
367
+ material by anyone who conveys the material (or modified versions of
368
+ it) with contractual assumptions of liability to the recipient, for
369
+ any liability that these contractual assumptions directly impose on
370
+ those licensors and authors.
371
+
372
+ All other non-permissive additional terms are considered “further
373
+ restrictions” within the meaning of section 10. If the Program as you
374
+ received it, or any part of it, contains a notice stating that it is
375
+ governed by this License along with a term that is a further
376
+ restriction, you may remove that term. If a license document contains
377
+ a further restriction but permits relicensing or conveying under this
378
+ License, you may add to a covered work material governed by the terms
379
+ of that license document, provided that the further restriction does
380
+ not survive such relicensing or conveying.
381
+
382
+ If you add terms to a covered work in accord with this section, you
383
+ must place, in the relevant source files, a statement of the
384
+ additional terms that apply to those files, or a notice indicating
385
+ where to find the applicable terms.
386
+
387
+ Additional terms, permissive or non-permissive, may be stated in the
388
+ form of a separately written license, or stated as exceptions;
389
+ the above requirements apply either way.
390
+
391
+ ### 8. Termination
392
+
393
+ You may not propagate or modify a covered work except as expressly
394
+ provided under this License. Any attempt otherwise to propagate or
395
+ modify it is void, and will automatically terminate your rights under
396
+ this License (including any patent licenses granted under the third
397
+ paragraph of section 11).
398
+
399
+ However, if you cease all violation of this License, then your
400
+ license from a particular copyright holder is reinstated **(a)**
401
+ provisionally, unless and until the copyright holder explicitly and
402
+ finally terminates your license, and **(b)** permanently, if the copyright
403
+ holder fails to notify you of the violation by some reasonable means
404
+ prior to 60 days after the cessation.
405
+
406
+ Moreover, your license from a particular copyright holder is
407
+ reinstated permanently if the copyright holder notifies you of the
408
+ violation by some reasonable means, this is the first time you have
409
+ received notice of violation of this License (for any work) from that
410
+ copyright holder, and you cure the violation prior to 30 days after
411
+ your receipt of the notice.
412
+
413
+ Termination of your rights under this section does not terminate the
414
+ licenses of parties who have received copies or rights from you under
415
+ this License. If your rights have been terminated and not permanently
416
+ reinstated, you do not qualify to receive new licenses for the same
417
+ material under section 10.
418
+
419
+ ### 9. Acceptance Not Required for Having Copies
420
+
421
+ You are not required to accept this License in order to receive or
422
+ run a copy of the Program. Ancillary propagation of a covered work
423
+ occurring solely as a consequence of using peer-to-peer transmission
424
+ to receive a copy likewise does not require acceptance. However,
425
+ nothing other than this License grants you permission to propagate or
426
+ modify any covered work. These actions infringe copyright if you do
427
+ not accept this License. Therefore, by modifying or propagating a
428
+ covered work, you indicate your acceptance of this License to do so.
429
+
430
+ ### 10. Automatic Licensing of Downstream Recipients
431
+
432
+ Each time you convey a covered work, the recipient automatically
433
+ receives a license from the original licensors, to run, modify and
434
+ propagate that work, subject to this License. You are not responsible
435
+ for enforcing compliance by third parties with this License.
436
+
437
+ An “entity transaction” is a transaction transferring control of an
438
+ organization, or substantially all assets of one, or subdividing an
439
+ organization, or merging organizations. If propagation of a covered
440
+ work results from an entity transaction, each party to that
441
+ transaction who receives a copy of the work also receives whatever
442
+ licenses to the work the party's predecessor in interest had or could
443
+ give under the previous paragraph, plus a right to possession of the
444
+ Corresponding Source of the work from the predecessor in interest, if
445
+ the predecessor has it or can get it with reasonable efforts.
446
+
447
+ You may not impose any further restrictions on the exercise of the
448
+ rights granted or affirmed under this License. For example, you may
449
+ not impose a license fee, royalty, or other charge for exercise of
450
+ rights granted under this License, and you may not initiate litigation
451
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
452
+ any patent claim is infringed by making, using, selling, offering for
453
+ sale, or importing the Program or any portion of it.
454
+
455
+ ### 11. Patents
456
+
457
+ A “contributor” is a copyright holder who authorizes use under this
458
+ License of the Program or a work on which the Program is based. The
459
+ work thus licensed is called the contributor's “contributor version”.
460
+
461
+ A contributor's “essential patent claims” are all patent claims
462
+ owned or controlled by the contributor, whether already acquired or
463
+ hereafter acquired, that would be infringed by some manner, permitted
464
+ by this License, of making, using, or selling its contributor version,
465
+ but do not include claims that would be infringed only as a
466
+ consequence of further modification of the contributor version. For
467
+ purposes of this definition, “control” includes the right to grant
468
+ patent sublicenses in a manner consistent with the requirements of
469
+ this License.
470
+
471
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
472
+ patent license under the contributor's essential patent claims, to
473
+ make, use, sell, offer for sale, import and otherwise run, modify and
474
+ propagate the contents of its contributor version.
475
+
476
+ In the following three paragraphs, a “patent license” is any express
477
+ agreement or commitment, however denominated, not to enforce a patent
478
+ (such as an express permission to practice a patent or covenant not to
479
+ sue for patent infringement). To “grant” such a patent license to a
480
+ party means to make such an agreement or commitment not to enforce a
481
+ patent against the party.
482
+
483
+ If you convey a covered work, knowingly relying on a patent license,
484
+ and the Corresponding Source of the work is not available for anyone
485
+ to copy, free of charge and under the terms of this License, through a
486
+ publicly available network server or other readily accessible means,
487
+ then you must either **(1)** cause the Corresponding Source to be so
488
+ available, or **(2)** arrange to deprive yourself of the benefit of the
489
+ patent license for this particular work, or **(3)** arrange, in a manner
490
+ consistent with the requirements of this License, to extend the patent
491
+ license to downstream recipients. “Knowingly relying” means you have
492
+ actual knowledge that, but for the patent license, your conveying the
493
+ covered work in a country, or your recipient's use of the covered work
494
+ in a country, would infringe one or more identifiable patents in that
495
+ country that you have reason to believe are valid.
496
+
497
+ If, pursuant to or in connection with a single transaction or
498
+ arrangement, you convey, or propagate by procuring conveyance of, a
499
+ covered work, and grant a patent license to some of the parties
500
+ receiving the covered work authorizing them to use, propagate, modify
501
+ or convey a specific copy of the covered work, then the patent license
502
+ you grant is automatically extended to all recipients of the covered
503
+ work and works based on it.
504
+
505
+ A patent license is “discriminatory” if it does not include within
506
+ the scope of its coverage, prohibits the exercise of, or is
507
+ conditioned on the non-exercise of one or more of the rights that are
508
+ specifically granted under this License. You may not convey a covered
509
+ work if you are a party to an arrangement with a third party that is
510
+ in the business of distributing software, under which you make payment
511
+ to the third party based on the extent of your activity of conveying
512
+ the work, and under which the third party grants, to any of the
513
+ parties who would receive the covered work from you, a discriminatory
514
+ patent license **(a)** in connection with copies of the covered work
515
+ conveyed by you (or copies made from those copies), or **(b)** primarily
516
+ for and in connection with specific products or compilations that
517
+ contain the covered work, unless you entered into that arrangement,
518
+ or that patent license was granted, prior to 28 March 2007.
519
+
520
+ Nothing in this License shall be construed as excluding or limiting
521
+ any implied license or other defenses to infringement that may
522
+ otherwise be available to you under applicable patent law.
523
+
524
+ ### 12. No Surrender of Others' Freedom
525
+
526
+ If conditions are imposed on you (whether by court order, agreement or
527
+ otherwise) that contradict the conditions of this License, they do not
528
+ excuse you from the conditions of this License. If you cannot convey a
529
+ covered work so as to satisfy simultaneously your obligations under this
530
+ License and any other pertinent obligations, then as a consequence you may
531
+ not convey it at all. For example, if you agree to terms that obligate you
532
+ to collect a royalty for further conveying from those to whom you convey
533
+ the Program, the only way you could satisfy both those terms and this
534
+ License would be to refrain entirely from conveying the Program.
535
+
536
+ ### 13. Remote Network Interaction; Use with the GNU General Public License
537
+
538
+ Notwithstanding any other provision of this License, if you modify the
539
+ Program, your modified version must prominently offer all users
540
+ interacting with it remotely through a computer network (if your version
541
+ supports such interaction) an opportunity to receive the Corresponding
542
+ Source of your version by providing access to the Corresponding Source
543
+ from a network server at no charge, through some standard or customary
544
+ means of facilitating copying of software. This Corresponding Source
545
+ shall include the Corresponding Source for any work covered by version 3
546
+ of the GNU General Public License that is incorporated pursuant to the
547
+ following paragraph.
548
+
549
+ Notwithstanding any other provision of this License, you have
550
+ permission to link or combine any covered work with a work licensed
551
+ under version 3 of the GNU General Public License into a single
552
+ combined work, and to convey the resulting work. The terms of this
553
+ License will continue to apply to the part which is the covered work,
554
+ but the work with which it is combined will remain governed by version
555
+ 3 of the GNU General Public License.
556
+
557
+ ### 14. Revised Versions of this License
558
+
559
+ The Free Software Foundation may publish revised and/or new versions of
560
+ the GNU Affero General Public License from time to time. Such new versions
561
+ will be similar in spirit to the present version, but may differ in detail to
562
+ address new problems or concerns.
563
+
564
+ Each version is given a distinguishing version number. If the
565
+ Program specifies that a certain numbered version of the GNU Affero General
566
+ Public License “or any later version” applies to it, you have the
567
+ option of following the terms and conditions either of that numbered
568
+ version or of any later version published by the Free Software
569
+ Foundation. If the Program does not specify a version number of the
570
+ GNU Affero General Public License, you may choose any version ever published
571
+ by the Free Software Foundation.
572
+
573
+ If the Program specifies that a proxy can decide which future
574
+ versions of the GNU Affero General Public License can be used, that proxy's
575
+ public statement of acceptance of a version permanently authorizes you
576
+ to choose that version for the Program.
577
+
578
+ Later license versions may give you additional or different
579
+ permissions. However, no additional obligations are imposed on any
580
+ author or copyright holder as a result of your choosing to follow a
581
+ later version.
582
+
583
+ ### 15. Disclaimer of Warranty
584
+
585
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
586
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
587
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY
588
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
589
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
590
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
591
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
592
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
593
+
594
+ ### 16. Limitation of Liability
595
+
596
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
597
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
598
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
599
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
600
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
601
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
602
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
603
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
604
+ SUCH DAMAGES.
605
+
606
+ ### 17. Interpretation of Sections 15 and 16
607
+
608
+ If the disclaimer of warranty and limitation of liability provided
609
+ above cannot be given local legal effect according to their terms,
610
+ reviewing courts shall apply local law that most closely approximates
611
+ an absolute waiver of all civil liability in connection with the
612
+ Program, unless a warranty or assumption of liability accompanies a
613
+ copy of the Program in return for a fee.
data/README.md CHANGED
@@ -260,4 +260,8 @@ The detailed, machine-interpretable description of an API provided by a properly
260
260
 
261
261
  ## License
262
262
 
263
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
263
+ [<img align="right" src="https://github.com/notEthan/scorpio/raw/master/resources/icons/AGPL-3.0.png">](https://www.gnu.org/licenses/agpl-3.0.html)
264
+
265
+ Scorpio is Open Source Software licensed under the terms of the [GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.html).
266
+
267
+ Unlike the MIT or BSD licenses more commonly used with Ruby gems, this license requires that if you modify Scorpio and propagate your changes, e.g. by including it in a web application, your modified version must be publicly available. The common path of forking on Github should satisfy this requirement.
@@ -40,6 +40,14 @@ definitions:
40
40
  '^\$ref$':
41
41
  type: string
42
42
  format: uri-reference
43
+ SchemaReference:
44
+ type: object
45
+ required:
46
+ - $ref
47
+ patternProperties:
48
+ '^\$ref$':
49
+ type: string
50
+ format: uri-reference
43
51
  Info:
44
52
  type: object
45
53
  required:
@@ -135,7 +143,7 @@ definitions:
135
143
  patternProperties:
136
144
  '^[a-zA-Z0-9\.\-_]+$':
137
145
  oneOf:
138
- - $ref: '#/definitions/Reference'
146
+ - $ref: '#/definitions/SchemaReference'
139
147
  - $ref: '#/definitions/Schema'
140
148
  responses:
141
149
  type: object
@@ -266,39 +274,39 @@ definitions:
266
274
  not:
267
275
  oneOf:
268
276
  - $ref: '#/definitions/Schema'
269
- - $ref: '#/definitions/Reference'
277
+ - $ref: '#/definitions/SchemaReference'
270
278
  allOf:
271
279
  type: array
272
280
  items:
273
281
  oneOf:
274
282
  - $ref: '#/definitions/Schema'
275
- - $ref: '#/definitions/Reference'
283
+ - $ref: '#/definitions/SchemaReference'
276
284
  oneOf:
277
285
  type: array
278
286
  items:
279
287
  oneOf:
280
288
  - $ref: '#/definitions/Schema'
281
- - $ref: '#/definitions/Reference'
289
+ - $ref: '#/definitions/SchemaReference'
282
290
  anyOf:
283
291
  type: array
284
292
  items:
285
293
  oneOf:
286
294
  - $ref: '#/definitions/Schema'
287
- - $ref: '#/definitions/Reference'
295
+ - $ref: '#/definitions/SchemaReference'
288
296
  items:
289
297
  oneOf:
290
298
  - $ref: '#/definitions/Schema'
291
- - $ref: '#/definitions/Reference'
299
+ - $ref: '#/definitions/SchemaReference'
292
300
  properties:
293
301
  type: object
294
302
  additionalProperties:
295
303
  oneOf:
296
304
  - $ref: '#/definitions/Schema'
297
- - $ref: '#/definitions/Reference'
305
+ - $ref: '#/definitions/SchemaReference'
298
306
  additionalProperties:
299
307
  oneOf:
300
308
  - $ref: '#/definitions/Schema'
301
- - $ref: '#/definitions/Reference'
309
+ - $ref: '#/definitions/SchemaReference'
302
310
  - type: boolean
303
311
  default: true
304
312
  description:
@@ -399,7 +407,7 @@ definitions:
399
407
  schema:
400
408
  oneOf:
401
409
  - $ref: '#/definitions/Schema'
402
- - $ref: '#/definitions/Reference'
410
+ - $ref: '#/definitions/SchemaReference'
403
411
  example: {}
404
412
  encoding:
405
413
  type: object
@@ -417,7 +425,7 @@ definitions:
417
425
  schema:
418
426
  oneOf:
419
427
  - $ref: '#/definitions/Schema'
420
- - $ref: '#/definitions/Reference'
428
+ - $ref: '#/definitions/SchemaReference'
421
429
  examples:
422
430
  type: object
423
431
  additionalProperties:
@@ -486,7 +494,7 @@ definitions:
486
494
  schema:
487
495
  oneOf:
488
496
  - $ref: '#/definitions/Schema'
489
- - $ref: '#/definitions/Reference'
497
+ - $ref: '#/definitions/SchemaReference'
490
498
  example: {}
491
499
  patternProperties:
492
500
  '^x-': {}
@@ -522,7 +530,7 @@ definitions:
522
530
  schema:
523
531
  oneOf:
524
532
  - $ref: '#/definitions/Schema'
525
- - $ref: '#/definitions/Reference'
533
+ - $ref: '#/definitions/SchemaReference'
526
534
  examples:
527
535
  type: object
528
536
  additionalProperties:
@@ -769,7 +777,7 @@ definitions:
769
777
  schema:
770
778
  oneOf:
771
779
  - $ref: '#/definitions/Schema'
772
- - $ref: '#/definitions/Reference'
780
+ - $ref: '#/definitions/SchemaReference'
773
781
  example: {}
774
782
  patternProperties:
775
783
  '^x-': {}
@@ -815,7 +823,7 @@ definitions:
815
823
  schema:
816
824
  oneOf:
817
825
  - $ref: '#/definitions/Schema'
818
- - $ref: '#/definitions/Reference'
826
+ - $ref: '#/definitions/SchemaReference'
819
827
  example: {}
820
828
  patternProperties:
821
829
  '^x-': {}
@@ -858,7 +866,7 @@ definitions:
858
866
  schema:
859
867
  oneOf:
860
868
  - $ref: '#/definitions/Schema'
861
- - $ref: '#/definitions/Reference'
869
+ - $ref: '#/definitions/SchemaReference'
862
870
  example: {}
863
871
  patternProperties:
864
872
  '^x-': {}
@@ -901,7 +909,7 @@ definitions:
901
909
  schema:
902
910
  oneOf:
903
911
  - $ref: '#/definitions/Schema'
904
- - $ref: '#/definitions/Reference'
912
+ - $ref: '#/definitions/SchemaReference'
905
913
  example: {}
906
914
  patternProperties:
907
915
  '^x-': {}
@@ -956,13 +964,13 @@ definitions:
956
964
  schema:
957
965
  oneOf:
958
966
  - $ref: '#/definitions/Schema'
959
- - $ref: '#/definitions/Reference'
967
+ - $ref: '#/definitions/SchemaReference'
960
968
  examples:
961
969
  type: object
962
970
  additionalProperties:
963
971
  oneOf:
964
972
  - $ref: '#/definitions/Example'
965
- - $ref: '#/definitions/Reference'
973
+ - $ref: '#/definitions/SchemaReference'
966
974
  patternProperties:
967
975
  '^x-': {}
968
976
  additionalProperties: false
@@ -1008,13 +1016,13 @@ definitions:
1008
1016
  schema:
1009
1017
  oneOf:
1010
1018
  - $ref: '#/definitions/Schema'
1011
- - $ref: '#/definitions/Reference'
1019
+ - $ref: '#/definitions/SchemaReference'
1012
1020
  examples:
1013
1021
  type: object
1014
1022
  additionalProperties:
1015
1023
  oneOf:
1016
1024
  - $ref: '#/definitions/Example'
1017
- - $ref: '#/definitions/Reference'
1025
+ - $ref: '#/definitions/SchemaReference'
1018
1026
  patternProperties:
1019
1027
  '^x-': {}
1020
1028
  additionalProperties: false
@@ -1057,7 +1065,7 @@ definitions:
1057
1065
  schema:
1058
1066
  oneOf:
1059
1067
  - $ref: '#/definitions/Schema'
1060
- - $ref: '#/definitions/Reference'
1068
+ - $ref: '#/definitions/SchemaReference'
1061
1069
  examples:
1062
1070
  type: object
1063
1071
  additionalProperties:
@@ -1106,7 +1114,7 @@ definitions:
1106
1114
  schema:
1107
1115
  oneOf:
1108
1116
  - $ref: '#/definitions/Schema'
1109
- - $ref: '#/definitions/Reference'
1117
+ - $ref: '#/definitions/SchemaReference'
1110
1118
  examples:
1111
1119
  type: object
1112
1120
  additionalProperties:
@@ -1,10 +1,7 @@
1
1
  module Scorpio
2
2
  module Google
3
- discovery_rest_description_doc = JSI::JSON::Node.new_doc(::JSON.parse(Scorpio.root.join('documents/www.googleapis.com/discovery/v1/apis/discovery/v1/rest').read))
4
-
5
- discovery_metaschema = discovery_rest_description_doc['schemas']['JsonSchema']
6
- rest_description_schema = JSI.class_for_schema(discovery_metaschema).new(discovery_rest_description_doc['schemas']['RestDescription'])
7
- discovery_rest_description = JSI.class_for_schema(rest_description_schema).new(discovery_rest_description_doc)
3
+ discovery_rest_description_doc = ::JSON.parse(Scorpio.root.join('documents/www.googleapis.com/discovery/v1/apis/discovery/v1/rest').read)
4
+ discovery_rest_description = JSI::MetaschemaNode.new(discovery_rest_description_doc, metaschema_root_ptr: JSI::JSON::Pointer['schemas']['JsonSchema'], root_schema_ptr: JSI::JSON::Pointer['schemas']['RestDescription'])
8
5
 
9
6
  # naming these is not strictly necessary, but is nice to have.
10
7
  DirectoryList = JSI.class_for_schema(discovery_rest_description['schemas']['DirectoryList'])
@@ -45,7 +42,7 @@ module Scorpio
45
42
 
46
43
  def to_openapi_hash(options = {})
47
44
  # we will be modifying the api document (RestDescription). clone self and modify that one.
48
- ad = self.class.new(JSI::Typelike.as_json(instance))
45
+ ad = self.class.new(JSI::Typelike.as_json(self))
49
46
  ad_methods = []
50
47
  if ad['methods']
51
48
  ad_methods += ad['methods'].map do |mn, m|
@@ -1,5 +1,7 @@
1
1
  module Scorpio
2
2
  module OpenAPI
3
+ class Error < StandardError
4
+ end
3
5
  # an error in the semantics of an openapi document. for example, an Operation with
4
6
  # two body parameters (in v2, not possible in v3) is a SemanticError. an Operation
5
7
  # with more than one parameter with the same 'name' and 'in' properties would also be
@@ -7,11 +9,12 @@ module Scorpio
7
9
  #
8
10
  # an instance of a SemanticError may or may not correspond to a validation error of
9
11
  # an OpenAPI document against the OpenAPI schema.
10
- class SemanticError
12
+ class SemanticError < Error
11
13
  end
12
14
 
13
15
  autoload :Operation, 'scorpio/openapi/operation'
14
16
  autoload :Document, 'scorpio/openapi/document'
17
+ autoload :Reference, 'scorpio/openapi/reference'
15
18
  autoload :OperationsScope, 'scorpio/openapi/operations_scope'
16
19
 
17
20
  module V3
@@ -24,9 +27,10 @@ module Scorpio
24
27
 
25
28
  # naming these is not strictly necessary, but is nice to have.
26
29
  # generated: `puts JSI::Schema.new(::YAML.load_file(Scorpio.root.join('documents/github.com/OAI/OpenAPI-Specification/blob/oas3-schema/schemas/v3.0/schema.yaml')))['definitions'].select { |k,v| ['object', nil].include?(v['type']) }.keys.map { |k| "#{k[0].upcase}#{k[1..-1]} = openapi_class.call('definitions', '#{k}')" }`
27
- Reference = openapi_class.call('definitions', 'Reference')
28
- Info = openapi_class.call('definitions', 'Info')
29
- Contact = openapi_class.call('definitions', 'Contact')
30
+ Reference = openapi_class.call('definitions', 'Reference')
31
+ SchemaReference = openapi_class.call('definitions', 'SchemaReference')
32
+ Info = openapi_class.call('definitions', 'Info')
33
+ Contact = openapi_class.call('definitions', 'Contact')
30
34
  License = openapi_class.call('definitions', 'License')
31
35
  Server = openapi_class.call('definitions', 'Server')
32
36
  ServerVariable = openapi_class.call('definitions', 'ServerVariable')
@@ -84,6 +88,11 @@ module Scorpio
84
88
  LinkWithOperationId = openapi_class.call('definitions', 'LinkWithOperationId')
85
89
  Callback = openapi_class.call('definitions', 'Callback')
86
90
  Encoding = openapi_class.call('definitions', 'Encoding')
91
+
92
+ # the schema of Scorpio::OpenAPI::V3::Schema describes a schema itself, so we extend it
93
+ # with the module indicating that.
94
+ Schema.schema.extend(JSI::Schema::DescribesSchema)
95
+ SchemaReference.schema.extend(JSI::Schema::DescribesSchema)
87
96
  end
88
97
  module V2
89
98
  openapi_schema = JSI::Schema.new(::JSON.parse(Scorpio.root.join('documents/swagger.io/v2/schema.json').read))
@@ -149,6 +158,10 @@ module Scorpio
149
158
  UniqueItems = openapi_class.call('definitions', 'uniqueItems')
150
159
  Enum = openapi_class.call('definitions', 'enum')
151
160
  JsonReference = openapi_class.call('definitions', 'jsonReference')
161
+
162
+ # the schema of Scorpio::OpenAPI::V2::Schema describes a schema itself, so we extend it
163
+ # with the module indicating that.
164
+ Schema.schema.extend(JSI::Schema::DescribesSchema)
152
165
  end
153
166
 
154
167
  begin
@@ -163,6 +176,9 @@ module Scorpio
163
176
  class Document
164
177
  include OpenAPI::Document
165
178
  end
179
+ class Reference
180
+ include OpenAPI::Reference
181
+ end
166
182
  require 'scorpio/openapi/v3/server'
167
183
  end
168
184
 
@@ -173,6 +189,9 @@ module Scorpio
173
189
  class Document
174
190
  include OpenAPI::Document
175
191
  end
192
+ class JsonReference
193
+ include OpenAPI::Reference
194
+ end
176
195
  end
177
196
  end
178
197
  end
@@ -27,7 +27,7 @@ module Scorpio
27
27
  # @return [Scorpio::OpenAPI::Operation] the operation with the given operationId
28
28
  # @raise [::KeyError] if the given operationId does not exist
29
29
  def [](operationId)
30
- memoize(:[], operationId) do |operationId_|
30
+ jsi_memoize(:[], operationId) do |operationId_|
31
31
  detect { |operation| operation.operationId == operationId_ }.tap do |op|
32
32
  unless op
33
33
  raise(::KeyError, "operationId not found: #{operationId_.inspect}")
@@ -0,0 +1,19 @@
1
+ module Scorpio
2
+ module OpenAPI
3
+ module Reference
4
+ # overrides JSI::Base#[] to implicitly dereference this Reference, except when
5
+ # the given token is present in this Reference's instance (this should usually
6
+ # only apply to the token '$ref')
7
+ #
8
+ # see JSI::Base#initialize documentation at https://www.rubydoc.info/gems/jsi/JSI/Base
9
+ def [](token, *a, &b)
10
+ if respond_to?(:to_hash) && !key?(token)
11
+ deref do |deref_jsi|
12
+ return deref_jsi[token]
13
+ end
14
+ end
15
+ return super
16
+ end
17
+ end
18
+ end
19
+ end
@@ -200,7 +200,7 @@ module Scorpio
200
200
  # @return [::Ur::ContentType] Content-Type for this request, taken from request headers if
201
201
  # present, or the request media_type.
202
202
  def content_type
203
- content_type_header || ::Ur::ContentType.new(media_type)
203
+ content_type_header || (media_type ? ::Ur::ContentType.new(media_type) : nil)
204
204
  end
205
205
 
206
206
  # @return [::JSI::Schema]
@@ -519,7 +519,7 @@ module Scorpio
519
519
  end
520
520
  end
521
521
 
522
- def fingerprint
522
+ def jsi_fingerprint
523
523
  {class: self.class, attributes: JSI::Typelike.as_json(@attributes)}
524
524
  end
525
525
  include JSI::FingerprintHash
@@ -22,7 +22,7 @@ module Scorpio
22
22
  end
23
23
 
24
24
  if response_schema && (body_object.respond_to?(:to_hash) || body_object.respond_to?(:to_ary))
25
- body_object = JSI.class_for_schema(response_schema).new(body_object)
25
+ body_object = response_schema.new_jsi(body_object)
26
26
  end
27
27
 
28
28
  body_object
@@ -1,3 +1,3 @@
1
1
  module Scorpio
2
- VERSION = "0.4.5"
2
+ VERSION = "0.4.6"
3
3
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = 'Scorpio REST client'
13
13
  spec.description = 'ORM style REST client'
14
14
  spec.homepage = "https://github.com/notEthan/scorpio"
15
- spec.license = "MIT"
15
+ spec.license = "AGPL-3.0"
16
16
  ignore_files = %w(.gitignore .travis.yml Gemfile test)
17
17
  ignore_files_re = %r{\A(#{ignore_files.map { |f| Regexp.escape(f) }.join('|')})(/|\z)}
18
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(ignore_files_re) }
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
21
  spec.require_paths = ["lib"]
22
22
 
23
- spec.add_dependency "jsi", "~> 0.2.0"
23
+ spec.add_dependency "jsi", "~> 0.3.0"
24
24
  spec.add_dependency "ur", "~> 0.1.0"
25
25
  spec.add_dependency "faraday"
26
26
  spec.add_development_dependency "rake", "~> 10.0"
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
33
33
  spec.add_development_dependency "rack-test"
34
34
  spec.add_development_dependency "api_hammer"
35
35
  spec.add_development_dependency "activerecord"
36
- spec.add_development_dependency "sqlite3", "~> 1.3.6" # loosen this in accordance with active_record/connection_adapters/sqlite3_adapter.rb
36
+ spec.add_development_dependency "sqlite3", "~> 1.4" # loosen this in accordance with active_record/connection_adapters/sqlite3_adapter.rb
37
37
  spec.add_development_dependency "database_cleaner"
38
38
  spec.add_development_dependency "simplecov"
39
39
  spec.add_development_dependency "yard"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scorpio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ethan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-26 00:00:00.000000000 Z
11
+ date: 2020-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jsi
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.2.0
19
+ version: 0.3.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.2.0
26
+ version: 0.3.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: ur
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -198,14 +198,14 @@ dependencies:
198
198
  requirements:
199
199
  - - "~>"
200
200
  - !ruby/object:Gem::Version
201
- version: 1.3.6
201
+ version: '1.4'
202
202
  type: :development
203
203
  prerelease: false
204
204
  version_requirements: !ruby/object:Gem::Requirement
205
205
  requirements:
206
206
  - - "~>"
207
207
  - !ruby/object:Gem::Version
208
- version: 1.3.6
208
+ version: '1.4'
209
209
  - !ruby/object:Gem::Dependency
210
210
  name: database_cleaner
211
211
  requirement: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ files:
258
258
  - ".simplecov"
259
259
  - ".yardopts"
260
260
  - CHANGELOG.md
261
- - LICENSE.txt
261
+ - LICENSE.md
262
262
  - README.md
263
263
  - Rakefile
264
264
  - bin/documents_to_yml.rb
@@ -273,6 +273,7 @@ files:
273
273
  - lib/scorpio/openapi/document.rb
274
274
  - lib/scorpio/openapi/operation.rb
275
275
  - lib/scorpio/openapi/operations_scope.rb
276
+ - lib/scorpio/openapi/reference.rb
276
277
  - lib/scorpio/openapi/v3/server.rb
277
278
  - lib/scorpio/pickle_adapter.rb
278
279
  - lib/scorpio/request.rb
@@ -280,10 +281,11 @@ files:
280
281
  - lib/scorpio/response.rb
281
282
  - lib/scorpio/ur.rb
282
283
  - lib/scorpio/version.rb
284
+ - resources/icons/AGPL-3.0.png
283
285
  - scorpio.gemspec
284
286
  homepage: https://github.com/notEthan/scorpio
285
287
  licenses:
286
- - MIT
288
+ - AGPL-3.0
287
289
  metadata: {}
288
290
  post_install_message:
289
291
  rdoc_options: []
@@ -300,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
300
302
  - !ruby/object:Gem::Version
301
303
  version: '0'
302
304
  requirements: []
303
- rubygems_version: 3.0.3
305
+ rubygems_version: 3.0.6
304
306
  signing_key:
305
307
  specification_version: 4
306
308
  summary: Scorpio REST client
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Ethan
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.