ruby_robot 0.1.9 → 0.1.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 99afa9b15195b1d74b651f606e9189bd469c2438
4
- data.tar.gz: 0f8d53802c6fa887172c300743a86ce24c3137b5
2
+ SHA256:
3
+ metadata.gz: 1afba70f64c9cfefc1d4eba8f6c7cc24b22709c26f914132b9720f28b75036e6
4
+ data.tar.gz: 0faef552641fc5c8198cf4e339056f990b3316e21fbec97f4d3043ba394a2947
5
5
  SHA512:
6
- metadata.gz: 50699247d29c18e940404a7760f66d2e2e9be6b2e732e7134e6bc1094fd4a0a540379f731e768149f712c21efe42ff566f8344774ba322b865b5352bf00c3b5a
7
- data.tar.gz: a763602b9959e42023c190d5ce8e44c0d4388e0a2373eb77783fbb12092c5b5acdefeb5137823ad56b3958bd58bcee4629c262e89120999256be0c9b9d7d1591
6
+ metadata.gz: 5e3a800601cefdc044f1c831435db4e2d6d6725415fdaaa917e42f5bd255d3114b9607e46fade2aafa475a6e38d75f4746914ae519fe7cb5630ea808a48ffd8a
7
+ data.tar.gz: 1ffb55be806559c15c9e9998ad190d4afcf3a8c085a5382a2dc08459eda73a28e0b7e573005a084d646ef3990e1916c34e7728883ac3a84a8faf202f4d010aa3
@@ -1,13 +1,12 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_robot (0.1.9)
4
+ ruby_robot (0.1.10)
5
5
  bombshell
6
6
  bundler (~> 1.16)
7
7
  grpc
8
8
  json-schema
9
- sinatra (< 2)
10
- sinatra-swagger-exposer
9
+ sinatra (~> 2.0)
11
10
  wirble
12
11
 
13
12
  GEM
@@ -18,26 +17,15 @@ GEM
18
17
  bombshell (0.1.6)
19
18
  coderay (1.1.2)
20
19
  diff-lcs (1.3)
21
- faraday (0.14.0)
22
- multipart-post (>= 1.2, < 3)
23
- ffi (1.9.23)
20
+ ffi (1.9.25)
24
21
  formatador (0.2.5)
25
- google-protobuf (3.5.1.2-universal-darwin)
26
- googleapis-common-protos-types (1.0.1)
22
+ google-protobuf (3.6.1)
23
+ googleapis-common-protos-types (1.0.2)
27
24
  google-protobuf (~> 3.0)
28
- googleauth (0.6.2)
29
- faraday (~> 0.12)
30
- jwt (>= 1.4, < 3.0)
31
- logging (~> 2.0)
32
- memoist (~> 0.12)
33
- multi_json (~> 1.11)
34
- os (~> 0.9)
35
- signet (~> 0.7)
36
- grpc (1.10.0-universal-darwin)
25
+ grpc (1.16.0)
37
26
  google-protobuf (~> 3.1)
38
27
  googleapis-common-protos-types (~> 1.0.0)
39
- googleauth (>= 0.5.1, < 0.7)
40
- grpc-tools (1.10.0)
28
+ grpc-tools (1.16.0)
41
29
  guard (2.14.2)
42
30
  formatador (>= 0.2.4)
43
31
  listen (>= 2.7, < 4.0)
@@ -52,68 +40,52 @@ GEM
52
40
  guard (~> 2.1)
53
41
  guard-compat (~> 1.1)
54
42
  rspec (>= 2.99.0, < 4.0)
55
- json-schema (2.8.0)
43
+ json-schema (2.8.1)
56
44
  addressable (>= 2.4)
57
- jwt (2.1.0)
58
45
  listen (3.1.5)
59
46
  rb-fsevent (~> 0.9, >= 0.9.4)
60
47
  rb-inotify (~> 0.9, >= 0.9.7)
61
48
  ruby_dep (~> 1.2)
62
- little-plugger (1.1.4)
63
- logging (2.2.2)
64
- little-plugger (~> 1.1)
65
- multi_json (~> 1.10)
66
- lumberjack (1.0.12)
67
- memoist (0.16.0)
68
- method_source (0.9.0)
69
- mime-types (2.6.2)
70
- multi_json (1.13.1)
71
- multipart-post (2.0.0)
49
+ lumberjack (1.0.13)
50
+ method_source (0.9.1)
51
+ mustermann (1.0.3)
72
52
  nenv (0.3.0)
73
53
  notiffany (0.1.1)
74
54
  nenv (~> 0.1)
75
55
  shellany (~> 0.0)
76
- os (0.9.6)
77
- pry (0.11.3)
56
+ pry (0.12.0)
78
57
  coderay (~> 1.1.0)
79
58
  method_source (~> 0.9.0)
80
- public_suffix (3.0.2)
81
- rack (1.6.9)
82
- rack-protection (1.5.4)
59
+ public_suffix (3.0.3)
60
+ rack (2.0.6)
61
+ rack-protection (2.0.4)
83
62
  rack
84
- rack-test (0.8.3)
63
+ rack-test (1.1.0)
85
64
  rack (>= 1.0, < 3)
86
65
  rake (10.5.0)
87
- rb-fsevent (0.10.2)
66
+ rb-fsevent (0.10.3)
88
67
  rb-inotify (0.9.10)
89
68
  ffi (>= 0.5.0, < 2)
90
- rspec (3.7.0)
91
- rspec-core (~> 3.7.0)
92
- rspec-expectations (~> 3.7.0)
93
- rspec-mocks (~> 3.7.0)
94
- rspec-core (3.7.1)
95
- rspec-support (~> 3.7.0)
96
- rspec-expectations (3.7.0)
69
+ rspec (3.8.0)
70
+ rspec-core (~> 3.8.0)
71
+ rspec-expectations (~> 3.8.0)
72
+ rspec-mocks (~> 3.8.0)
73
+ rspec-core (3.8.0)
74
+ rspec-support (~> 3.8.0)
75
+ rspec-expectations (3.8.2)
97
76
  diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.7.0)
99
- rspec-mocks (3.7.0)
77
+ rspec-support (~> 3.8.0)
78
+ rspec-mocks (3.8.0)
100
79
  diff-lcs (>= 1.2.0, < 2.0)
101
- rspec-support (~> 3.7.0)
102
- rspec-support (3.7.1)
80
+ rspec-support (~> 3.8.0)
81
+ rspec-support (3.8.0)
103
82
  ruby_dep (1.5.0)
104
83
  shellany (0.0.1)
105
- signet (0.8.1)
106
- addressable (~> 2.3)
107
- faraday (~> 0.9)
108
- jwt (>= 1.5, < 3.0)
109
- multi_json (~> 1.10)
110
- sinatra (1.4.8)
111
- rack (~> 1.5)
112
- rack-protection (~> 1.4)
113
- tilt (>= 1.3, < 3)
114
- sinatra-swagger-exposer (0.4.0)
115
- mime-types (~> 2.6.2)
116
- sinatra (~> 1.4)
84
+ sinatra (2.0.4)
85
+ mustermann (~> 1.0)
86
+ rack (~> 2.0)
87
+ rack-protection (= 2.0.4)
88
+ tilt (~> 2.0)
117
89
  thor (0.20.0)
118
90
  tilt (2.0.8)
119
91
  wirble (0.1.3)
@@ -130,4 +102,4 @@ DEPENDENCIES
130
102
  ruby_robot!
131
103
 
132
104
  BUNDLED WITH
133
- 1.16.1
105
+ 1.16.2
@@ -1,3 +1,3 @@
1
1
  module RubyRobot
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
@@ -1,5 +1,4 @@
1
1
  require 'sinatra/base'
2
- require 'sinatra/swagger-exposer/swagger-exposer'
3
2
  require 'ruby_robot'
4
3
  require 'json-schema'
5
4
  require 'json'
@@ -1,48 +1,47 @@
1
1
 
2
- lib = File.expand_path("../lib", __FILE__)
2
+ lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require "ruby_robot/version"
4
+ require 'ruby_robot/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "ruby_robot"
7
+ spec.name = 'ruby_robot'
8
8
  spec.version = RubyRobot::VERSION
9
- spec.authors = ["Dane Avilla"]
10
- spec.email = ["github.com@avilla.net"]
9
+ spec.authors = ['Dane Avilla'.freeze]
10
+ spec.email = ['github.com@avilla.net'.freeze]
11
11
 
12
- spec.required_ruby_version = ">= 2.0.0"
12
+ spec.required_ruby_version = '>= 2.0.0'
13
13
 
14
14
  spec.summary = %q{RubyGem implementing a Robot for Netflix Studio coding exercise.}
15
15
  spec.description = spec.summary
16
- spec.homepage = "https://github.com/ateamlunchbox"
17
- spec.license = "MIT"
16
+ spec.homepage = 'https://github.com/ateamlunchbox/robot/ruby_robot'.freeze
17
+ spec.license = 'MIT'
18
18
 
19
19
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
20
20
  # to allow pushing to a single host or delete this section to allow pushing to any host.
21
21
  if spec.respond_to?(:metadata)
22
- spec.metadata["allowed_push_host"] = "https://rubygems.org"
22
+ spec.metadata['allowed_push_host'] = 'https://rubygems.org'
23
23
  else
24
- raise "RubyGems 2.0 or newer is required to protect against " \
25
- "public gem pushes."
24
+ raise 'RubyGems 2.0 or newer is required to protect against '\
25
+ 'public gem pushes.'
26
26
  end
27
27
 
28
28
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
29
29
  f.match(%r{^(test|spec|features)/})
30
30
  end
31
- spec.bindir = "exe"
31
+ spec.bindir = 'exe'
32
32
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
33
- spec.require_paths = ["lib"]
33
+ spec.require_paths = ['lib']
34
34
 
35
35
  spec.add_runtime_dependency 'bombshell'
36
36
  spec.add_runtime_dependency 'wirble'
37
- spec.add_runtime_dependency 'sinatra', "<2"
38
- spec.add_runtime_dependency 'sinatra-swagger-exposer'
37
+ spec.add_runtime_dependency 'sinatra', '~> 2.0'
39
38
  spec.add_runtime_dependency 'json-schema'
40
- spec.add_runtime_dependency "bundler", "~> 1.16"
41
- spec.add_runtime_dependency "grpc"
42
-
43
- spec.add_development_dependency "rake", "~> 10.0"
44
- spec.add_development_dependency "rspec"
45
- spec.add_development_dependency "guard-rspec"
46
- spec.add_development_dependency "rack-test"
47
- spec.add_development_dependency "grpc-tools"
39
+ spec.add_runtime_dependency 'bundler', '~> 1.16'
40
+ spec.add_runtime_dependency 'grpc'
41
+
42
+ spec.add_development_dependency 'rake', '~> 10.0'
43
+ spec.add_development_dependency 'rspec'
44
+ spec.add_development_dependency 'guard-rspec'
45
+ spec.add_development_dependency 'rack-test'
46
+ spec.add_development_dependency 'grpc-tools'
48
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_robot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dane Avilla
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-08 00:00:00.000000000 Z
11
+ date: 2018-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bombshell
@@ -42,30 +42,16 @@ dependencies:
42
42
  name: sinatra
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "<"
46
- - !ruby/object:Gem::Version
47
- version: '2'
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "<"
53
- - !ruby/object:Gem::Version
54
- version: '2'
55
- - !ruby/object:Gem::Dependency
56
- name: sinatra-swagger-exposer
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ">="
45
+ - - "~>"
60
46
  - !ruby/object:Gem::Version
61
- version: '0'
47
+ version: '2.0'
62
48
  type: :runtime
63
49
  prerelease: false
64
50
  version_requirements: !ruby/object:Gem::Requirement
65
51
  requirements:
66
- - - ">="
52
+ - - "~>"
67
53
  - !ruby/object:Gem::Version
68
- version: '0'
54
+ version: '2.0'
69
55
  - !ruby/object:Gem::Dependency
70
56
  name: json-schema
71
57
  requirement: !ruby/object:Gem::Requirement
@@ -230,7 +216,7 @@ files:
230
216
  - lib/ruby_robot/version.rb
231
217
  - lib/ruby_robot/webapp.rb
232
218
  - ruby_robot.gemspec
233
- homepage: https://github.com/ateamlunchbox
219
+ homepage: https://github.com/ateamlunchbox/robot/ruby_robot
234
220
  licenses:
235
221
  - MIT
236
222
  metadata:
@@ -251,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
237
  version: '0'
252
238
  requirements: []
253
239
  rubyforge_project:
254
- rubygems_version: 2.6.14
240
+ rubygems_version: 2.7.7
255
241
  signing_key:
256
242
  specification_version: 4
257
243
  summary: RubyGem implementing a Robot for Netflix Studio coding exercise.