apollo_upload_server 2.0.0.beta.2 → 2.0.3

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
2
  SHA256:
3
- metadata.gz: 9e4ab4eb71cb851b62ee13747fbbd242acf619aeca8a17bda3045f038e8bc471
4
- data.tar.gz: 2a9e556efc71de532b576de386990d0fdc202c9b10932a93f3634605013f64ff
3
+ metadata.gz: cb13c1edd791288fa79cb27e6650dcecc112c3c47ff9d4eff0a96b9aa1a6bb16
4
+ data.tar.gz: '08a299f6aa01a5472d3d63336df2a4acf4b62b280c0c519f9f752c8b629ed4bb'
5
5
  SHA512:
6
- metadata.gz: 8530a01fe44847d3b8d88958c00da3c251e571eaf8fbe1bc65b7c3e68eada866acc9e797b6fdee891da9ed99f8df988cfca9a6ab341d25433e33cde079dcd718
7
- data.tar.gz: a89f6b0cae0f9f98a81458e40f629f85ee2089c609ef484f7fdff3a8ec067acf42963b7ef1914b7b1a3050094b518646f83fcbbb21c8b7bdf1a7f4fa34c6f17c
6
+ metadata.gz: d69c72b2a062756656410b9f8819f277a9c073a14dd8139dca53794d28605a8522dbdaa75e68d6f275bfb056bc1cd4fe030b4d830abdc28549f8d50b7df9c130
7
+ data.tar.gz: f0880d3a068fcf2537adc0711426cf02b98000cfc5c0814e791f4914cf8109d382289fa2c2048d330ed47a8ce789a0f296b6f2ffa8719b0f78aedf23c3151a66
@@ -1,9 +1,6 @@
1
1
  language: ruby
2
2
  cache: bundler
3
3
  rvm:
4
- - 2.3.8
5
- - 2.4
6
- - 2.4.3
7
4
  - 2.5
8
5
  install: bundle install --jobs=3 --retry=3
9
- script: bundle exec rspec
6
+ script: bundle exec rspec
@@ -1,144 +1,160 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- apollo_upload_server (2.0.0.beta.2)
5
- graphql (~> 1.7)
4
+ apollo_upload_server (2.0.0.beta.3)
5
+ graphql (>= 1.8)
6
6
  rails (>= 4.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (5.2.2)
12
- actionpack (= 5.2.2)
11
+ actioncable (6.0.2.2)
12
+ actionpack (= 6.0.2.2)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailer (5.2.2)
16
- actionpack (= 5.2.2)
17
- actionview (= 5.2.2)
18
- activejob (= 5.2.2)
15
+ actionmailbox (6.0.2.2)
16
+ actionpack (= 6.0.2.2)
17
+ activejob (= 6.0.2.2)
18
+ activerecord (= 6.0.2.2)
19
+ activestorage (= 6.0.2.2)
20
+ activesupport (= 6.0.2.2)
21
+ mail (>= 2.7.1)
22
+ actionmailer (6.0.2.2)
23
+ actionpack (= 6.0.2.2)
24
+ actionview (= 6.0.2.2)
25
+ activejob (= 6.0.2.2)
19
26
  mail (~> 2.5, >= 2.5.4)
20
27
  rails-dom-testing (~> 2.0)
21
- actionpack (5.2.2)
22
- actionview (= 5.2.2)
23
- activesupport (= 5.2.2)
24
- rack (~> 2.0)
28
+ actionpack (6.0.2.2)
29
+ actionview (= 6.0.2.2)
30
+ activesupport (= 6.0.2.2)
31
+ rack (~> 2.0, >= 2.0.8)
25
32
  rack-test (>= 0.6.3)
26
33
  rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.2.2)
29
- activesupport (= 5.2.2)
34
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
+ actiontext (6.0.2.2)
36
+ actionpack (= 6.0.2.2)
37
+ activerecord (= 6.0.2.2)
38
+ activestorage (= 6.0.2.2)
39
+ activesupport (= 6.0.2.2)
40
+ nokogiri (>= 1.8.5)
41
+ actionview (6.0.2.2)
42
+ activesupport (= 6.0.2.2)
30
43
  builder (~> 3.1)
31
44
  erubi (~> 1.4)
32
45
  rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.2.2)
35
- activesupport (= 5.2.2)
46
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
+ activejob (6.0.2.2)
48
+ activesupport (= 6.0.2.2)
36
49
  globalid (>= 0.3.6)
37
- activemodel (5.2.2)
38
- activesupport (= 5.2.2)
39
- activerecord (5.2.2)
40
- activemodel (= 5.2.2)
41
- activesupport (= 5.2.2)
42
- arel (>= 9.0)
43
- activestorage (5.2.2)
44
- actionpack (= 5.2.2)
45
- activerecord (= 5.2.2)
50
+ activemodel (6.0.2.2)
51
+ activesupport (= 6.0.2.2)
52
+ activerecord (6.0.2.2)
53
+ activemodel (= 6.0.2.2)
54
+ activesupport (= 6.0.2.2)
55
+ activestorage (6.0.2.2)
56
+ actionpack (= 6.0.2.2)
57
+ activejob (= 6.0.2.2)
58
+ activerecord (= 6.0.2.2)
46
59
  marcel (~> 0.3.1)
47
- activesupport (5.2.2)
60
+ activesupport (6.0.2.2)
48
61
  concurrent-ruby (~> 1.0, >= 1.0.2)
49
62
  i18n (>= 0.7, < 2)
50
63
  minitest (~> 5.1)
51
64
  tzinfo (~> 1.1)
52
- arel (9.0.0)
53
- builder (3.2.3)
54
- concurrent-ruby (1.1.4)
55
- crass (1.0.4)
65
+ zeitwerk (~> 2.2)
66
+ builder (3.2.4)
67
+ concurrent-ruby (1.1.6)
68
+ crass (1.0.6)
56
69
  diff-lcs (1.3)
57
- erubi (1.8.0)
70
+ erubi (1.9.0)
58
71
  globalid (0.4.2)
59
72
  activesupport (>= 4.2.0)
60
73
  graphql (1.8.13)
61
- i18n (1.5.2)
74
+ i18n (1.8.2)
62
75
  concurrent-ruby (~> 1.0)
63
- loofah (2.2.3)
76
+ loofah (2.4.0)
64
77
  crass (~> 1.0.2)
65
78
  nokogiri (>= 1.5.9)
66
79
  mail (2.7.1)
67
80
  mini_mime (>= 0.1.1)
68
81
  marcel (0.3.3)
69
82
  mimemagic (~> 0.3.2)
70
- method_source (0.9.2)
71
- mimemagic (0.3.3)
72
- mini_mime (1.0.1)
83
+ method_source (1.0.0)
84
+ mimemagic (0.3.4)
85
+ mini_mime (1.0.2)
73
86
  mini_portile2 (2.4.0)
74
- minitest (5.11.3)
75
- nio4r (2.3.1)
76
- nokogiri (1.10.1)
87
+ minitest (5.14.0)
88
+ nio4r (2.5.2)
89
+ nokogiri (1.10.9)
77
90
  mini_portile2 (~> 2.4.0)
78
- rack (2.0.6)
91
+ rack (2.2.2)
79
92
  rack-test (1.1.0)
80
93
  rack (>= 1.0, < 3)
81
- rails (5.2.2)
82
- actioncable (= 5.2.2)
83
- actionmailer (= 5.2.2)
84
- actionpack (= 5.2.2)
85
- actionview (= 5.2.2)
86
- activejob (= 5.2.2)
87
- activemodel (= 5.2.2)
88
- activerecord (= 5.2.2)
89
- activestorage (= 5.2.2)
90
- activesupport (= 5.2.2)
94
+ rails (6.0.2.2)
95
+ actioncable (= 6.0.2.2)
96
+ actionmailbox (= 6.0.2.2)
97
+ actionmailer (= 6.0.2.2)
98
+ actionpack (= 6.0.2.2)
99
+ actiontext (= 6.0.2.2)
100
+ actionview (= 6.0.2.2)
101
+ activejob (= 6.0.2.2)
102
+ activemodel (= 6.0.2.2)
103
+ activerecord (= 6.0.2.2)
104
+ activestorage (= 6.0.2.2)
105
+ activesupport (= 6.0.2.2)
91
106
  bundler (>= 1.3.0)
92
- railties (= 5.2.2)
107
+ railties (= 6.0.2.2)
93
108
  sprockets-rails (>= 2.0.0)
94
109
  rails-dom-testing (2.0.3)
95
110
  activesupport (>= 4.2.0)
96
111
  nokogiri (>= 1.6)
97
- rails-html-sanitizer (1.0.4)
98
- loofah (~> 2.2, >= 2.2.2)
99
- railties (5.2.2)
100
- actionpack (= 5.2.2)
101
- activesupport (= 5.2.2)
112
+ rails-html-sanitizer (1.3.0)
113
+ loofah (~> 2.3)
114
+ railties (6.0.2.2)
115
+ actionpack (= 6.0.2.2)
116
+ activesupport (= 6.0.2.2)
102
117
  method_source
103
118
  rake (>= 0.8.7)
104
- thor (>= 0.19.0, < 2.0)
105
- rake (10.5.0)
106
- rspec (3.7.0)
107
- rspec-core (~> 3.7.0)
108
- rspec-expectations (~> 3.7.0)
109
- rspec-mocks (~> 3.7.0)
110
- rspec-core (3.7.1)
111
- rspec-support (~> 3.7.0)
112
- rspec-expectations (3.7.0)
119
+ thor (>= 0.20.3, < 2.0)
120
+ rake (13.0.1)
121
+ rspec (3.8.0)
122
+ rspec-core (~> 3.8.0)
123
+ rspec-expectations (~> 3.8.0)
124
+ rspec-mocks (~> 3.8.0)
125
+ rspec-core (3.8.0)
126
+ rspec-support (~> 3.8.0)
127
+ rspec-expectations (3.8.2)
113
128
  diff-lcs (>= 1.2.0, < 2.0)
114
- rspec-support (~> 3.7.0)
115
- rspec-mocks (3.7.0)
129
+ rspec-support (~> 3.8.0)
130
+ rspec-mocks (3.8.0)
116
131
  diff-lcs (>= 1.2.0, < 2.0)
117
- rspec-support (~> 3.7.0)
118
- rspec-support (3.7.0)
119
- sprockets (3.7.2)
132
+ rspec-support (~> 3.8.0)
133
+ rspec-support (3.8.0)
134
+ sprockets (4.0.0)
120
135
  concurrent-ruby (~> 1.0)
121
136
  rack (> 1, < 3)
122
137
  sprockets-rails (3.2.1)
123
138
  actionpack (>= 4.0)
124
139
  activesupport (>= 4.0)
125
140
  sprockets (>= 3.0.0)
126
- thor (0.20.3)
141
+ thor (1.0.1)
127
142
  thread_safe (0.3.6)
128
- tzinfo (1.2.5)
143
+ tzinfo (1.2.6)
129
144
  thread_safe (~> 0.1)
130
- websocket-driver (0.7.0)
145
+ websocket-driver (0.7.1)
131
146
  websocket-extensions (>= 0.1.0)
132
- websocket-extensions (0.1.3)
147
+ websocket-extensions (0.1.4)
148
+ zeitwerk (2.3.0)
133
149
 
134
150
  PLATFORMS
135
151
  ruby
136
152
 
137
153
  DEPENDENCIES
138
154
  apollo_upload_server!
139
- bundler (~> 1.16)
140
- rake (~> 10.0)
155
+ bundler (~> 2.1)
156
+ rake (~> 13.0)
141
157
  rspec (~> 3.5)
142
158
 
143
159
  BUNDLED WITH
144
- 1.17.3
160
+ 2.1.4
data/README.md CHANGED
@@ -9,7 +9,7 @@ use [version 1.0.0](https://github.com/jetruby/apollo_upload_server-ruby/tree/1.
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'apollo_upload_server', '2.0.0.beta.2'
12
+ gem 'apollo_upload_server', '2.0.3'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -16,14 +16,12 @@ Gem::Specification.new do |spec|
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
17
  f.match(%r{^(test|spec|features)/})
18
18
  end
19
- spec.bindir = 'bin'
20
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
21
19
  spec.require_paths = ['lib']
22
20
 
23
21
  spec.add_dependency 'rails', '>= 4.2'
24
- spec.add_dependency 'graphql', '~> 1.7'
22
+ spec.add_dependency 'graphql', '>= 1.8'
25
23
 
26
- spec.add_development_dependency 'bundler', '~> 1.16'
27
- spec.add_development_dependency 'rake', '~> 10.0'
24
+ spec.add_development_dependency 'bundler', '~> 2.1'
25
+ spec.add_development_dependency 'rake', '~> 13.0'
28
26
  spec.add_development_dependency 'rspec', '~> 3.5'
29
27
  end
@@ -3,10 +3,17 @@
3
3
  require 'graphql'
4
4
 
5
5
  module ApolloUploadServer
6
- Upload = GraphQL::ScalarType.define do
7
- name 'Upload'
6
+ class Upload < GraphQL::Schema::Scalar
7
+ graphql_name "Upload"
8
8
 
9
- coerce_input ->(value, _ctx) { value }
10
- coerce_result ->(value, _ctx) { value }
9
+ def self.coerce_input(value, _ctx)
10
+ raise GraphQL::CoercionError, "#{value.inspect} is not a valid upload" unless value.nil? || value.is_a?(::ApolloUploadServer::Wrappers::UploadedFile)
11
+
12
+ value
13
+ end
14
+
15
+ def self.coerce_result(value, _ctx)
16
+ value
17
+ end
11
18
  end
12
19
  end
@@ -1,3 +1,3 @@
1
1
  module ApolloUploadServer
2
- VERSION = '2.0.0.beta.2'.freeze
2
+ VERSION = '2.0.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apollo_upload_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - JetRuby
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-21 00:00:00.000000000 Z
11
+ date: 2020-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -28,44 +28,44 @@ dependencies:
28
28
  name: graphql
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '1.7'
33
+ version: '1.8'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '1.7'
40
+ version: '1.8'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '1.16'
47
+ version: '2.1'
48
48
  type: :development
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: '1.16'
54
+ version: '2.1'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '10.0'
61
+ version: '13.0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '10.0'
68
+ version: '13.0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -83,9 +83,7 @@ dependencies:
83
83
  description: apollo-upload-server implementation for Ruby on Rails as middleware.
84
84
  email:
85
85
  - engineering@jetruby.com
86
- executables:
87
- - console
88
- - setup
86
+ executables: []
89
87
  extensions: []
90
88
  extra_rdoc_files: []
91
89
  files:
@@ -112,7 +110,7 @@ homepage: https://github.com/jetruby/apollo_upload_server-ruby
112
110
  licenses:
113
111
  - MIT
114
112
  metadata: {}
115
- post_install_message:
113
+ post_install_message:
116
114
  rdoc_options: []
117
115
  require_paths:
118
116
  - lib
@@ -123,13 +121,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
121
  version: '0'
124
122
  required_rubygems_version: !ruby/object:Gem::Requirement
125
123
  requirements:
126
- - - ">"
124
+ - - ">="
127
125
  - !ruby/object:Gem::Version
128
- version: 1.3.1
126
+ version: '0'
129
127
  requirements: []
130
- rubyforge_project:
128
+ rubyforge_project:
131
129
  rubygems_version: 2.7.3
132
- signing_key:
130
+ signing_key:
133
131
  specification_version: 4
134
132
  summary: Middleware which allows you to upload files using graphql and multipart/form-data.
135
133
  test_files: []