scorpio 0.0.4 → 0.1.0

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.
@@ -1,3 +1,3 @@
1
1
  module Scorpio
2
- VERSION = "0.0.4"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -22,7 +22,8 @@ Gem::Specification.new do |spec|
22
22
 
23
23
  spec.add_dependency "faraday"
24
24
  spec.add_dependency "faraday_middleware"
25
- spec.add_dependency "json-schema"
25
+ # we are monkey patching json-schema with a fix that has not been merged in a timely fashion.
26
+ spec.add_dependency "json-schema", "~> 2.8"
26
27
  spec.add_development_dependency "bundler", "~> 1.12"
27
28
  spec.add_development_dependency "rake", "~> 10.0"
28
29
  spec.add_development_dependency "minitest", "~> 5.0"
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.0.4
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ethan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-08 00:00:00.000000000 Z
11
+ date: 2018-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: json-schema
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '2.8'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: '2.8'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -260,10 +260,22 @@ files:
260
260
  - LICENSE.txt
261
261
  - README.md
262
262
  - Rakefile
263
- - getRest.yml
263
+ - bin/documents_to_yml.rb
264
+ - documents/swagger.io/v2/schema.json
265
+ - documents/swagger.io/v2/schema.yml
266
+ - documents/www.googleapis.com/discovery/v1/apis/discovery/v1/rest
267
+ - documents/www.googleapis.com/discovery/v1/apis/discovery/v1/rest.yml
264
268
  - lib/scorpio.rb
269
+ - lib/scorpio/google_api_document.rb
270
+ - lib/scorpio/json-schema-fragments.rb
271
+ - lib/scorpio/json.rb
272
+ - lib/scorpio/json/node.rb
265
273
  - lib/scorpio/model.rb
274
+ - lib/scorpio/openapi.rb
266
275
  - lib/scorpio/pickle_adapter.rb
276
+ - lib/scorpio/schema.rb
277
+ - lib/scorpio/schema_object_base.rb
278
+ - lib/scorpio/typelike_modules.rb
267
279
  - lib/scorpio/version.rb
268
280
  - scorpio.gemspec
269
281
  homepage: https://github.com/notEthan/scorpio
@@ -286,7 +298,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
286
298
  version: '0'
287
299
  requirements: []
288
300
  rubyforge_project:
289
- rubygems_version: 2.6.11
301
+ rubygems_version: 2.6.14
290
302
  signing_key:
291
303
  specification_version: 4
292
304
  summary: Scorpio REST client