apollo_upload_server 2.0.0.beta.1 → 2.0.0.beta.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of apollo_upload_server might be problematic. Click here for more details.
- checksums.yaml +5 -5
- data/.travis.yml +9 -0
- data/Gemfile.lock +58 -58
- data/README.md +1 -1
- data/lib/apollo_upload_server/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 9e4ab4eb71cb851b62ee13747fbbd242acf619aeca8a17bda3045f038e8bc471
|
4
|
+
data.tar.gz: 2a9e556efc71de532b576de386990d0fdc202c9b10932a93f3634605013f64ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8530a01fe44847d3b8d88958c00da3c251e571eaf8fbe1bc65b7c3e68eada866acc9e797b6fdee891da9ed99f8df988cfca9a6ab341d25433e33cde079dcd718
|
7
|
+
data.tar.gz: a89f6b0cae0f9f98a81458e40f629f85ee2089c609ef484f7fdff3a8ec067acf42963b7ef1914b7b1a3050094b518646f83fcbbb21c8b7bdf1a7f4fa34c6f17c
|
data/.travis.yml
ADDED
data/Gemfile.lock
CHANGED
@@ -1,107 +1,107 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
apollo_upload_server (2.0.0.
|
4
|
+
apollo_upload_server (2.0.0.beta.2)
|
5
5
|
graphql (~> 1.7)
|
6
6
|
rails (>= 4.2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.2.
|
12
|
-
actionpack (= 5.2.
|
11
|
+
actioncable (5.2.2)
|
12
|
+
actionpack (= 5.2.2)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailer (5.2.
|
16
|
-
actionpack (= 5.2.
|
17
|
-
actionview (= 5.2.
|
18
|
-
activejob (= 5.2.
|
15
|
+
actionmailer (5.2.2)
|
16
|
+
actionpack (= 5.2.2)
|
17
|
+
actionview (= 5.2.2)
|
18
|
+
activejob (= 5.2.2)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.2.
|
22
|
-
actionview (= 5.2.
|
23
|
-
activesupport (= 5.2.
|
21
|
+
actionpack (5.2.2)
|
22
|
+
actionview (= 5.2.2)
|
23
|
+
activesupport (= 5.2.2)
|
24
24
|
rack (~> 2.0)
|
25
25
|
rack-test (>= 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.2.
|
29
|
-
activesupport (= 5.2.
|
28
|
+
actionview (5.2.2)
|
29
|
+
activesupport (= 5.2.2)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubi (~> 1.4)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.2.
|
35
|
-
activesupport (= 5.2.
|
34
|
+
activejob (5.2.2)
|
35
|
+
activesupport (= 5.2.2)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.2.
|
38
|
-
activesupport (= 5.2.
|
39
|
-
activerecord (5.2.
|
40
|
-
activemodel (= 5.2.
|
41
|
-
activesupport (= 5.2.
|
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
42
|
arel (>= 9.0)
|
43
|
-
activestorage (5.2.
|
44
|
-
actionpack (= 5.2.
|
45
|
-
activerecord (= 5.2.
|
43
|
+
activestorage (5.2.2)
|
44
|
+
actionpack (= 5.2.2)
|
45
|
+
activerecord (= 5.2.2)
|
46
46
|
marcel (~> 0.3.1)
|
47
|
-
activesupport (5.2.
|
47
|
+
activesupport (5.2.2)
|
48
48
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
49
49
|
i18n (>= 0.7, < 2)
|
50
50
|
minitest (~> 5.1)
|
51
51
|
tzinfo (~> 1.1)
|
52
52
|
arel (9.0.0)
|
53
53
|
builder (3.2.3)
|
54
|
-
concurrent-ruby (1.
|
54
|
+
concurrent-ruby (1.1.4)
|
55
55
|
crass (1.0.4)
|
56
56
|
diff-lcs (1.3)
|
57
|
-
erubi (1.
|
58
|
-
globalid (0.4.
|
57
|
+
erubi (1.8.0)
|
58
|
+
globalid (0.4.2)
|
59
59
|
activesupport (>= 4.2.0)
|
60
|
-
graphql (1.
|
61
|
-
i18n (1.
|
60
|
+
graphql (1.8.13)
|
61
|
+
i18n (1.5.2)
|
62
62
|
concurrent-ruby (~> 1.0)
|
63
|
-
loofah (2.2.
|
63
|
+
loofah (2.2.3)
|
64
64
|
crass (~> 1.0.2)
|
65
65
|
nokogiri (>= 1.5.9)
|
66
|
-
mail (2.7.
|
66
|
+
mail (2.7.1)
|
67
67
|
mini_mime (>= 0.1.1)
|
68
|
-
marcel (0.3.
|
68
|
+
marcel (0.3.3)
|
69
69
|
mimemagic (~> 0.3.2)
|
70
|
-
method_source (0.9.
|
71
|
-
mimemagic (0.3.
|
72
|
-
mini_mime (1.0.
|
73
|
-
mini_portile2 (2.
|
70
|
+
method_source (0.9.2)
|
71
|
+
mimemagic (0.3.3)
|
72
|
+
mini_mime (1.0.1)
|
73
|
+
mini_portile2 (2.4.0)
|
74
74
|
minitest (5.11.3)
|
75
|
-
nio4r (2.3.
|
76
|
-
nokogiri (1.
|
77
|
-
mini_portile2 (~> 2.
|
78
|
-
rack (2.0.
|
79
|
-
rack-test (1.
|
75
|
+
nio4r (2.3.1)
|
76
|
+
nokogiri (1.10.1)
|
77
|
+
mini_portile2 (~> 2.4.0)
|
78
|
+
rack (2.0.6)
|
79
|
+
rack-test (1.1.0)
|
80
80
|
rack (>= 1.0, < 3)
|
81
|
-
rails (5.2.
|
82
|
-
actioncable (= 5.2.
|
83
|
-
actionmailer (= 5.2.
|
84
|
-
actionpack (= 5.2.
|
85
|
-
actionview (= 5.2.
|
86
|
-
activejob (= 5.2.
|
87
|
-
activemodel (= 5.2.
|
88
|
-
activerecord (= 5.2.
|
89
|
-
activestorage (= 5.2.
|
90
|
-
activesupport (= 5.2.
|
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)
|
91
91
|
bundler (>= 1.3.0)
|
92
|
-
railties (= 5.2.
|
92
|
+
railties (= 5.2.2)
|
93
93
|
sprockets-rails (>= 2.0.0)
|
94
94
|
rails-dom-testing (2.0.3)
|
95
95
|
activesupport (>= 4.2.0)
|
96
96
|
nokogiri (>= 1.6)
|
97
97
|
rails-html-sanitizer (1.0.4)
|
98
98
|
loofah (~> 2.2, >= 2.2.2)
|
99
|
-
railties (5.2.
|
100
|
-
actionpack (= 5.2.
|
101
|
-
activesupport (= 5.2.
|
99
|
+
railties (5.2.2)
|
100
|
+
actionpack (= 5.2.2)
|
101
|
+
activesupport (= 5.2.2)
|
102
102
|
method_source
|
103
103
|
rake (>= 0.8.7)
|
104
|
-
thor (>= 0.
|
104
|
+
thor (>= 0.19.0, < 2.0)
|
105
105
|
rake (10.5.0)
|
106
106
|
rspec (3.7.0)
|
107
107
|
rspec-core (~> 3.7.0)
|
@@ -116,14 +116,14 @@ GEM
|
|
116
116
|
diff-lcs (>= 1.2.0, < 2.0)
|
117
117
|
rspec-support (~> 3.7.0)
|
118
118
|
rspec-support (3.7.0)
|
119
|
-
sprockets (3.7.
|
119
|
+
sprockets (3.7.2)
|
120
120
|
concurrent-ruby (~> 1.0)
|
121
121
|
rack (> 1, < 3)
|
122
122
|
sprockets-rails (3.2.1)
|
123
123
|
actionpack (>= 4.0)
|
124
124
|
activesupport (>= 4.0)
|
125
125
|
sprockets (>= 3.0.0)
|
126
|
-
thor (0.20.
|
126
|
+
thor (0.20.3)
|
127
127
|
thread_safe (0.3.6)
|
128
128
|
tzinfo (1.2.5)
|
129
129
|
thread_safe (~> 0.1)
|
@@ -141,4 +141,4 @@ DEPENDENCIES
|
|
141
141
|
rspec (~> 3.5)
|
142
142
|
|
143
143
|
BUNDLED WITH
|
144
|
-
1.
|
144
|
+
1.17.3
|
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.
|
12
|
+
gem 'apollo_upload_server', '2.0.0.beta.2'
|
13
13
|
```
|
14
14
|
|
15
15
|
And then execute:
|
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.
|
4
|
+
version: 2.0.0.beta.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JetRuby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -91,6 +91,7 @@ extra_rdoc_files: []
|
|
91
91
|
files:
|
92
92
|
- ".gitignore"
|
93
93
|
- ".rspec"
|
94
|
+
- ".travis.yml"
|
94
95
|
- CODE_OF_CONDUCT.md
|
95
96
|
- Gemfile
|
96
97
|
- Gemfile.lock
|
@@ -127,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
128
|
version: 1.3.1
|
128
129
|
requirements: []
|
129
130
|
rubyforge_project:
|
130
|
-
rubygems_version: 2.
|
131
|
+
rubygems_version: 2.7.3
|
131
132
|
signing_key:
|
132
133
|
specification_version: 4
|
133
134
|
summary: Middleware which allows you to upload files using graphql and multipart/form-data.
|