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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b021d395560db6eec9eade77bd0546d9158be8d7
4
- data.tar.gz: c5d351d1d58a10662c359ac6f712fbe418822148
3
+ metadata.gz: 0ff70bc416b85ee891bb575707310efbf97bcb39
4
+ data.tar.gz: f0955ebecd5ebf2425a0b06f32326ddf3f3700f5
5
5
  SHA512:
6
- metadata.gz: e90849836ddd29d50c126c453dfb6801d6c007d1a07054b742c43f986db7b8aa6eac533749c84632fcf47fc28dda280b5561bf68496f22b8ef0f77c77021a2ba
7
- data.tar.gz: 79e7077736b04a104c019435ceeb1c0ef5d3a9d75035ae9dda235c0caa0d1d9267b608d252097560a6a40f2fd017af9ab33b5ca9e0115af740e6db48f398e9bd
6
+ metadata.gz: fb0cbcaf13d2abac5ea0c55564ecae56ba5eb9751c168b6820714f9d738c85ea2f173db56835c8f1036a7d4b6ad81dbc1a4ef9147a9e0023f76a5d93207b6b45
7
+ data.tar.gz: cc1a8ec9efee4fd1c217b1e544ac24dbe62dd71ea7457954f97db48a9998565483b2c09f40740e4919b2de884da388cf8aea4cd2eae1ceec72a4d7965d0a14dd
@@ -1,96 +1,104 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- apollo_upload_server (2.0.0.alpha.2)
4
+ apollo_upload_server (2.0.0.alpha.6)
5
5
  graphql (~> 1.7)
6
- rails (~> 5.0)
6
+ rails (>= 4.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (5.1.4)
12
- actionpack (= 5.1.4)
11
+ actioncable (5.2.0)
12
+ actionpack (= 5.2.0)
13
13
  nio4r (~> 2.0)
14
- websocket-driver (~> 0.6.1)
15
- actionmailer (5.1.4)
16
- actionpack (= 5.1.4)
17
- actionview (= 5.1.4)
18
- activejob (= 5.1.4)
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.1.4)
22
- actionview (= 5.1.4)
23
- activesupport (= 5.1.4)
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.1.4)
29
- activesupport (= 5.1.4)
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.1.4)
35
- activesupport (= 5.1.4)
34
+ activejob (5.2.0)
35
+ activesupport (= 5.2.0)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.1.4)
38
- activesupport (= 5.1.4)
39
- activerecord (5.1.4)
40
- activemodel (= 5.1.4)
41
- activesupport (= 5.1.4)
42
- arel (~> 8.0)
43
- activesupport (5.1.4)
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 (~> 0.7)
49
+ i18n (>= 0.7, < 2)
46
50
  minitest (~> 5.1)
47
51
  tzinfo (~> 1.1)
48
- arel (8.0.0)
52
+ arel (9.0.0)
49
53
  builder (3.2.3)
50
54
  concurrent-ruby (1.0.5)
51
- crass (1.0.3)
55
+ crass (1.0.4)
52
56
  diff-lcs (1.3)
53
- erubi (1.7.0)
57
+ erubi (1.7.1)
54
58
  globalid (0.4.1)
55
59
  activesupport (>= 4.2.0)
56
- graphql (1.7.8)
57
- i18n (0.9.1)
60
+ graphql (1.7.14)
61
+ i18n (1.0.1)
58
62
  concurrent-ruby (~> 1.0)
59
- loofah (2.1.1)
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.1)
68
- nio4r (2.2.0)
69
- nokogiri (1.8.1)
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.3)
72
- rack-test (0.8.2)
78
+ rack (2.0.4)
79
+ rack-test (1.0.0)
73
80
  rack (>= 1.0, < 3)
74
- rails (5.1.4)
75
- actioncable (= 5.1.4)
76
- actionmailer (= 5.1.4)
77
- actionpack (= 5.1.4)
78
- actionview (= 5.1.4)
79
- activejob (= 5.1.4)
80
- activemodel (= 5.1.4)
81
- activerecord (= 5.1.4)
82
- activesupport (= 5.1.4)
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.1.4)
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.3)
90
- loofah (~> 2.0)
91
- railties (5.1.4)
92
- actionpack (= 5.1.4)
93
- activesupport (= 5.1.4)
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.4)
128
+ tzinfo (1.2.5)
121
129
  thread_safe (~> 0.1)
122
- websocket-driver (0.6.5)
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.alpha.5'
12
+ gem 'apollo_upload_server', '2.0.0.beta.1'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -1,3 +1,3 @@
1
1
  module ApolloUploadServer
2
- VERSION = '2.0.0.alpha.6'.freeze
2
+ VERSION = '2.0.0.beta.1'.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.alpha.6
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-17 00:00:00.000000000 Z
11
+ date: 2018-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails