apollo_upload_server 2.0.0.beta.1 → 2.0.0.beta.2

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
- SHA1:
3
- metadata.gz: 0ff70bc416b85ee891bb575707310efbf97bcb39
4
- data.tar.gz: f0955ebecd5ebf2425a0b06f32326ddf3f3700f5
2
+ SHA256:
3
+ metadata.gz: 9e4ab4eb71cb851b62ee13747fbbd242acf619aeca8a17bda3045f038e8bc471
4
+ data.tar.gz: 2a9e556efc71de532b576de386990d0fdc202c9b10932a93f3634605013f64ff
5
5
  SHA512:
6
- metadata.gz: fb0cbcaf13d2abac5ea0c55564ecae56ba5eb9751c168b6820714f9d738c85ea2f173db56835c8f1036a7d4b6ad81dbc1a4ef9147a9e0023f76a5d93207b6b45
7
- data.tar.gz: cc1a8ec9efee4fd1c217b1e544ac24dbe62dd71ea7457954f97db48a9998565483b2c09f40740e4919b2de884da388cf8aea4cd2eae1ceec72a4d7965d0a14dd
6
+ metadata.gz: 8530a01fe44847d3b8d88958c00da3c251e571eaf8fbe1bc65b7c3e68eada866acc9e797b6fdee891da9ed99f8df988cfca9a6ab341d25433e33cde079dcd718
7
+ data.tar.gz: a89f6b0cae0f9f98a81458e40f629f85ee2089c609ef484f7fdff3a8ec067acf42963b7ef1914b7b1a3050094b518646f83fcbbb21c8b7bdf1a7f4fa34c6f17c
@@ -0,0 +1,9 @@
1
+ language: ruby
2
+ cache: bundler
3
+ rvm:
4
+ - 2.3.8
5
+ - 2.4
6
+ - 2.4.3
7
+ - 2.5
8
+ install: bundle install --jobs=3 --retry=3
9
+ script: bundle exec rspec
@@ -1,107 +1,107 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- apollo_upload_server (2.0.0.alpha.6)
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.0)
12
- actionpack (= 5.2.0)
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.0)
16
- actionpack (= 5.2.0)
17
- actionview (= 5.2.0)
18
- activejob (= 5.2.0)
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.0)
22
- actionview (= 5.2.0)
23
- activesupport (= 5.2.0)
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.0)
29
- activesupport (= 5.2.0)
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.0)
35
- activesupport (= 5.2.0)
34
+ activejob (5.2.2)
35
+ activesupport (= 5.2.2)
36
36
  globalid (>= 0.3.6)
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)
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.0)
44
- actionpack (= 5.2.0)
45
- activerecord (= 5.2.0)
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.0)
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.0.5)
54
+ concurrent-ruby (1.1.4)
55
55
  crass (1.0.4)
56
56
  diff-lcs (1.3)
57
- erubi (1.7.1)
58
- globalid (0.4.1)
57
+ erubi (1.8.0)
58
+ globalid (0.4.2)
59
59
  activesupport (>= 4.2.0)
60
- graphql (1.7.14)
61
- i18n (1.0.1)
60
+ graphql (1.8.13)
61
+ i18n (1.5.2)
62
62
  concurrent-ruby (~> 1.0)
63
- loofah (2.2.2)
63
+ loofah (2.2.3)
64
64
  crass (~> 1.0.2)
65
65
  nokogiri (>= 1.5.9)
66
- mail (2.7.0)
66
+ mail (2.7.1)
67
67
  mini_mime (>= 0.1.1)
68
- marcel (0.3.2)
68
+ marcel (0.3.3)
69
69
  mimemagic (~> 0.3.2)
70
- method_source (0.9.0)
71
- mimemagic (0.3.2)
72
- mini_mime (1.0.0)
73
- mini_portile2 (2.3.0)
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.0)
76
- nokogiri (1.8.2)
77
- mini_portile2 (~> 2.3.0)
78
- rack (2.0.4)
79
- rack-test (1.0.0)
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.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)
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.0)
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.0)
100
- actionpack (= 5.2.0)
101
- activesupport (= 5.2.0)
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.18.1, < 2.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.1)
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.0)
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.16.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.1'
12
+ gem 'apollo_upload_server', '2.0.0.beta.2'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -1,3 +1,3 @@
1
1
  module ApolloUploadServer
2
- VERSION = '2.0.0.beta.1'.freeze
2
+ VERSION = '2.0.0.beta.2'.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.1
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: 2018-04-18 00:00:00.000000000 Z
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.6.11
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.