apollo_upload_server 2.0.0.alpha.6 → 2.0.0.beta.1
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 +4 -4
- data/Gemfile.lock +60 -52
- data/README.md +1 -1
- data/lib/apollo_upload_server/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ff70bc416b85ee891bb575707310efbf97bcb39
|
4
|
+
data.tar.gz: f0955ebecd5ebf2425a0b06f32326ddf3f3700f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb0cbcaf13d2abac5ea0c55564ecae56ba5eb9751c168b6820714f9d738c85ea2f173db56835c8f1036a7d4b6ad81dbc1a4ef9147a9e0023f76a5d93207b6b45
|
7
|
+
data.tar.gz: cc1a8ec9efee4fd1c217b1e544ac24dbe62dd71ea7457954f97db48a9998565483b2c09f40740e4919b2de884da388cf8aea4cd2eae1ceec72a4d7965d0a14dd
|
data/Gemfile.lock
CHANGED
@@ -1,96 +1,104 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
apollo_upload_server (2.0.0.alpha.
|
4
|
+
apollo_upload_server (2.0.0.alpha.6)
|
5
5
|
graphql (~> 1.7)
|
6
|
-
rails (
|
6
|
+
rails (>= 4.2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.
|
12
|
-
actionpack (= 5.
|
11
|
+
actioncable (5.2.0)
|
12
|
+
actionpack (= 5.2.0)
|
13
13
|
nio4r (~> 2.0)
|
14
|
-
websocket-driver (
|
15
|
-
actionmailer (5.
|
16
|
-
actionpack (= 5.
|
17
|
-
actionview (= 5.
|
18
|
-
activejob (= 5.
|
14
|
+
websocket-driver (>= 0.6.1)
|
15
|
+
actionmailer (5.2.0)
|
16
|
+
actionpack (= 5.2.0)
|
17
|
+
actionview (= 5.2.0)
|
18
|
+
activejob (= 5.2.0)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.
|
22
|
-
actionview (= 5.
|
23
|
-
activesupport (= 5.
|
21
|
+
actionpack (5.2.0)
|
22
|
+
actionview (= 5.2.0)
|
23
|
+
activesupport (= 5.2.0)
|
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.
|
29
|
-
activesupport (= 5.
|
28
|
+
actionview (5.2.0)
|
29
|
+
activesupport (= 5.2.0)
|
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.
|
35
|
-
activesupport (= 5.
|
34
|
+
activejob (5.2.0)
|
35
|
+
activesupport (= 5.2.0)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.
|
38
|
-
activesupport (= 5.
|
39
|
-
activerecord (5.
|
40
|
-
activemodel (= 5.
|
41
|
-
activesupport (= 5.
|
42
|
-
arel (
|
43
|
-
|
37
|
+
activemodel (5.2.0)
|
38
|
+
activesupport (= 5.2.0)
|
39
|
+
activerecord (5.2.0)
|
40
|
+
activemodel (= 5.2.0)
|
41
|
+
activesupport (= 5.2.0)
|
42
|
+
arel (>= 9.0)
|
43
|
+
activestorage (5.2.0)
|
44
|
+
actionpack (= 5.2.0)
|
45
|
+
activerecord (= 5.2.0)
|
46
|
+
marcel (~> 0.3.1)
|
47
|
+
activesupport (5.2.0)
|
44
48
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
|
-
i18n (
|
49
|
+
i18n (>= 0.7, < 2)
|
46
50
|
minitest (~> 5.1)
|
47
51
|
tzinfo (~> 1.1)
|
48
|
-
arel (
|
52
|
+
arel (9.0.0)
|
49
53
|
builder (3.2.3)
|
50
54
|
concurrent-ruby (1.0.5)
|
51
|
-
crass (1.0.
|
55
|
+
crass (1.0.4)
|
52
56
|
diff-lcs (1.3)
|
53
|
-
erubi (1.7.
|
57
|
+
erubi (1.7.1)
|
54
58
|
globalid (0.4.1)
|
55
59
|
activesupport (>= 4.2.0)
|
56
|
-
graphql (1.7.
|
57
|
-
i18n (0.
|
60
|
+
graphql (1.7.14)
|
61
|
+
i18n (1.0.1)
|
58
62
|
concurrent-ruby (~> 1.0)
|
59
|
-
loofah (2.
|
63
|
+
loofah (2.2.2)
|
60
64
|
crass (~> 1.0.2)
|
61
65
|
nokogiri (>= 1.5.9)
|
62
66
|
mail (2.7.0)
|
63
67
|
mini_mime (>= 0.1.1)
|
68
|
+
marcel (0.3.2)
|
69
|
+
mimemagic (~> 0.3.2)
|
64
70
|
method_source (0.9.0)
|
71
|
+
mimemagic (0.3.2)
|
65
72
|
mini_mime (1.0.0)
|
66
73
|
mini_portile2 (2.3.0)
|
67
|
-
minitest (5.11.
|
68
|
-
nio4r (2.
|
69
|
-
nokogiri (1.8.
|
74
|
+
minitest (5.11.3)
|
75
|
+
nio4r (2.3.0)
|
76
|
+
nokogiri (1.8.2)
|
70
77
|
mini_portile2 (~> 2.3.0)
|
71
|
-
rack (2.0.
|
72
|
-
rack-test (0.
|
78
|
+
rack (2.0.4)
|
79
|
+
rack-test (1.0.0)
|
73
80
|
rack (>= 1.0, < 3)
|
74
|
-
rails (5.
|
75
|
-
actioncable (= 5.
|
76
|
-
actionmailer (= 5.
|
77
|
-
actionpack (= 5.
|
78
|
-
actionview (= 5.
|
79
|
-
activejob (= 5.
|
80
|
-
activemodel (= 5.
|
81
|
-
activerecord (= 5.
|
82
|
-
|
81
|
+
rails (5.2.0)
|
82
|
+
actioncable (= 5.2.0)
|
83
|
+
actionmailer (= 5.2.0)
|
84
|
+
actionpack (= 5.2.0)
|
85
|
+
actionview (= 5.2.0)
|
86
|
+
activejob (= 5.2.0)
|
87
|
+
activemodel (= 5.2.0)
|
88
|
+
activerecord (= 5.2.0)
|
89
|
+
activestorage (= 5.2.0)
|
90
|
+
activesupport (= 5.2.0)
|
83
91
|
bundler (>= 1.3.0)
|
84
|
-
railties (= 5.
|
92
|
+
railties (= 5.2.0)
|
85
93
|
sprockets-rails (>= 2.0.0)
|
86
94
|
rails-dom-testing (2.0.3)
|
87
95
|
activesupport (>= 4.2.0)
|
88
96
|
nokogiri (>= 1.6)
|
89
|
-
rails-html-sanitizer (1.0.
|
90
|
-
loofah (~> 2.
|
91
|
-
railties (5.
|
92
|
-
actionpack (= 5.
|
93
|
-
activesupport (= 5.
|
97
|
+
rails-html-sanitizer (1.0.4)
|
98
|
+
loofah (~> 2.2, >= 2.2.2)
|
99
|
+
railties (5.2.0)
|
100
|
+
actionpack (= 5.2.0)
|
101
|
+
activesupport (= 5.2.0)
|
94
102
|
method_source
|
95
103
|
rake (>= 0.8.7)
|
96
104
|
thor (>= 0.18.1, < 2.0)
|
@@ -117,9 +125,9 @@ GEM
|
|
117
125
|
sprockets (>= 3.0.0)
|
118
126
|
thor (0.20.0)
|
119
127
|
thread_safe (0.3.6)
|
120
|
-
tzinfo (1.2.
|
128
|
+
tzinfo (1.2.5)
|
121
129
|
thread_safe (~> 0.1)
|
122
|
-
websocket-driver (0.
|
130
|
+
websocket-driver (0.7.0)
|
123
131
|
websocket-extensions (>= 0.1.0)
|
124
132
|
websocket-extensions (0.1.3)
|
125
133
|
|
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.
|
12
|
+
gem 'apollo_upload_server', '2.0.0.beta.1'
|
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.
|
4
|
+
version: 2.0.0.beta.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JetRuby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|