ruby_robot 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile.lock +34 -62
- data/lib/ruby_robot/version.rb +1 -1
- data/lib/ruby_robot/webapp.rb +0 -1
- data/ruby_robot.gemspec +22 -23
- metadata +8 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1afba70f64c9cfefc1d4eba8f6c7cc24b22709c26f914132b9720f28b75036e6
|
4
|
+
data.tar.gz: 0faef552641fc5c8198cf4e339056f990b3316e21fbec97f4d3043ba394a2947
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e3a800601cefdc044f1c831435db4e2d6d6725415fdaaa917e42f5bd255d3114b9607e46fade2aafa475a6e38d75f4746914ae519fe7cb5630ea808a48ffd8a
|
7
|
+
data.tar.gz: 1ffb55be806559c15c9e9998ad190d4afcf3a8c085a5382a2dc08459eda73a28e0b7e573005a084d646ef3990e1916c34e7728883ac3a84a8faf202f4d010aa3
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby_robot (0.1.
|
4
|
+
ruby_robot (0.1.10)
|
5
5
|
bombshell
|
6
6
|
bundler (~> 1.16)
|
7
7
|
grpc
|
8
8
|
json-schema
|
9
|
-
sinatra (
|
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
|
-
|
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.
|
26
|
-
googleapis-common-protos-types (1.0.
|
22
|
+
google-protobuf (3.6.1)
|
23
|
+
googleapis-common-protos-types (1.0.2)
|
27
24
|
google-protobuf (~> 3.0)
|
28
|
-
|
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
|
-
|
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.
|
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
|
-
|
63
|
-
|
64
|
-
|
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
|
-
|
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.
|
81
|
-
rack (
|
82
|
-
rack-protection (
|
59
|
+
public_suffix (3.0.3)
|
60
|
+
rack (2.0.6)
|
61
|
+
rack-protection (2.0.4)
|
83
62
|
rack
|
84
|
-
rack-test (
|
63
|
+
rack-test (1.1.0)
|
85
64
|
rack (>= 1.0, < 3)
|
86
65
|
rake (10.5.0)
|
87
|
-
rb-fsevent (0.10.
|
66
|
+
rb-fsevent (0.10.3)
|
88
67
|
rb-inotify (0.9.10)
|
89
68
|
ffi (>= 0.5.0, < 2)
|
90
|
-
rspec (3.
|
91
|
-
rspec-core (~> 3.
|
92
|
-
rspec-expectations (~> 3.
|
93
|
-
rspec-mocks (~> 3.
|
94
|
-
rspec-core (3.
|
95
|
-
rspec-support (~> 3.
|
96
|
-
rspec-expectations (3.
|
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.
|
99
|
-
rspec-mocks (3.
|
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.
|
102
|
-
rspec-support (3.
|
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
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
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.
|
105
|
+
1.16.2
|
data/lib/ruby_robot/version.rb
CHANGED
data/lib/ruby_robot/webapp.rb
CHANGED
data/ruby_robot.gemspec
CHANGED
@@ -1,48 +1,47 @@
|
|
1
1
|
|
2
|
-
lib = File.expand_path(
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
3
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require
|
4
|
+
require 'ruby_robot/version'
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
|
-
spec.name =
|
7
|
+
spec.name = 'ruby_robot'
|
8
8
|
spec.version = RubyRobot::VERSION
|
9
|
-
spec.authors = [
|
10
|
-
spec.email = [
|
9
|
+
spec.authors = ['Dane Avilla'.freeze]
|
10
|
+
spec.email = ['github.com@avilla.net'.freeze]
|
11
11
|
|
12
|
-
spec.required_ruby_version =
|
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 =
|
17
|
-
spec.license =
|
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[
|
22
|
+
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
23
23
|
else
|
24
|
-
raise
|
25
|
-
|
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 =
|
31
|
+
spec.bindir = 'exe'
|
32
32
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
33
|
-
spec.require_paths = [
|
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',
|
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
|
41
|
-
spec.add_runtime_dependency
|
42
|
-
|
43
|
-
spec.add_development_dependency
|
44
|
-
spec.add_development_dependency
|
45
|
-
spec.add_development_dependency
|
46
|
-
spec.add_development_dependency
|
47
|
-
spec.add_development_dependency
|
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.
|
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-
|
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.
|
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.
|