example_fdhbiopcnmeocbr_gem_misc 1.2.3 → 1.6.6
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 +4 -4
- data/VERSION +1 -1
- data/{pnap_audit_api.gemspec → example_fdhbiopcnmeocbr_gem_misc.gemspec} +1 -1
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/api/events_api.rb +0 -0
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/api_client.rb +0 -0
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/api_error.rb +0 -0
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/configuration.rb +0 -0
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/models/api_action.rb +0 -0
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/models/api_action_all_of.rb +0 -0
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/models/event.rb +0 -0
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/models/headers.rb +0 -0
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/models/request.rb +0 -0
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/models/response.rb +0 -0
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/models/user_info.rb +0 -0
- data/lib/{pnap_audit_api → example_fdhbiopcnmeocbr_gem_misc}/version.rb +0 -0
- data/lib/{pnap_audit_api.rb → example_fdhbiopcnmeocbr_gem_misc.rb} +12 -12
- metadata +16 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d86a21ac06d431a858d7909456973e510a82270405f2902b2e26b85860450536
|
4
|
+
data.tar.gz: d33514cbd58b3c10640eb1ac6f1ceb7fbfd594f1c31e04a4301095127abf399c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 785e9e7a88d125e7ddbf5baa0bc99a11d58a343e253c8a3359cb0292a1bcec8c444819c9a98f4a7a2f120fff98ebf95bf469f40f27e97a673cdac1c13750531c
|
7
|
+
data.tar.gz: 1304018aa697a1b6022bcfb81d61b713b756de03e001f85ffda7639bfe245cbfba37cfc3af1542f94d4b2b1b2ceaea03048ba55638907ed4ee0f461aec7b196b
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.6
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 5.4.0
|
|
13
13
|
=end
|
14
14
|
|
15
15
|
$:.push File.expand_path("../lib", __FILE__)
|
16
|
-
require "
|
16
|
+
require "example_fdhbiopcnmeocbr_gem_misc/version"
|
17
17
|
|
18
18
|
Gem::Specification.new do |s|
|
19
19
|
s.name = "example_fdhbiopcnmeocbr_gem_misc"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -11,22 +11,22 @@ OpenAPI Generator version: 5.4.0
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
# Common files
|
14
|
-
require '
|
15
|
-
require '
|
16
|
-
require '
|
17
|
-
require '
|
14
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/api_client'
|
15
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/api_error'
|
16
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/version'
|
17
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/configuration'
|
18
18
|
|
19
19
|
# Models
|
20
|
-
require '
|
21
|
-
require '
|
22
|
-
require '
|
23
|
-
require '
|
24
|
-
require '
|
25
|
-
require '
|
26
|
-
require '
|
20
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/models/api_action'
|
21
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/models/api_action_all_of'
|
22
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/models/event'
|
23
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/models/headers'
|
24
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/models/request'
|
25
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/models/response'
|
26
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/models/user_info'
|
27
27
|
|
28
28
|
# APIs
|
29
|
-
require '
|
29
|
+
require 'example_fdhbiopcnmeocbr_gem_misc/api/events_api'
|
30
30
|
|
31
31
|
module AuditApi
|
32
32
|
class << self
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: example_fdhbiopcnmeocbr_gem_misc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PhoenixNAP
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-04-
|
11
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -69,20 +69,20 @@ files:
|
|
69
69
|
- docs/Request.md
|
70
70
|
- docs/Response.md
|
71
71
|
- docs/UserInfo.md
|
72
|
-
-
|
73
|
-
- lib/
|
74
|
-
- lib/
|
75
|
-
- lib/
|
76
|
-
- lib/
|
77
|
-
- lib/
|
78
|
-
- lib/
|
79
|
-
- lib/
|
80
|
-
- lib/
|
81
|
-
- lib/
|
82
|
-
- lib/
|
83
|
-
- lib/
|
84
|
-
- lib/
|
85
|
-
-
|
72
|
+
- example_fdhbiopcnmeocbr_gem_misc.gemspec
|
73
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc.rb
|
74
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/api/events_api.rb
|
75
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/api_client.rb
|
76
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/api_error.rb
|
77
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/configuration.rb
|
78
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/models/api_action.rb
|
79
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/models/api_action_all_of.rb
|
80
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/models/event.rb
|
81
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/models/headers.rb
|
82
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/models/request.rb
|
83
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/models/response.rb
|
84
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/models/user_info.rb
|
85
|
+
- lib/example_fdhbiopcnmeocbr_gem_misc/version.rb
|
86
86
|
- spec/api/events_api_spec.rb
|
87
87
|
- spec/api_client_spec.rb
|
88
88
|
- spec/configuration_spec.rb
|