apollo_upload_server 0.1.0 → 1.0.0

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
  SHA1:
3
- metadata.gz: 0a353875709de43bf043b7f1b1b40ccb83b0c28f
4
- data.tar.gz: 4a3acc66e09237ab0f5425e13405da6ca0ceb67a
3
+ metadata.gz: 013e8d44965539f6c6497711dd03d89bfcade844
4
+ data.tar.gz: ff865ced6a90b5dbda49d9532146fe234147f3cf
5
5
  SHA512:
6
- metadata.gz: f84d0d25df29b84565a7f2a9275e4e49cce7eb57f0606c704753df1eaacf645402b21f3eb3f4af37d36cb3f70007c1931df05dae0fdb087ee1993b057fa5e106
7
- data.tar.gz: 5f9203e764265cae48c1d11809c5222239a0f22728bac0bf605a18164ca4ee0dfeb6bb0037b93eda7f66d18bdff339f0b6051af56a11b10c16e66a0a0f9dec30
6
+ metadata.gz: 38cb39ad98899d62e66ef5062da999ae9205dc10e3fcf9a7ea7affb3430c2bb0dc8ff0de7d0ebecf460394a74201236ccc7a711f96b1d576c30580e140a91cec
7
+ data.tar.gz: 7a25372d926e596e3658660edf053b3bd5e36e07083b57bf814e7942d798270fd26f6f3f4451932bd1b8fd7a039d1a3931e67791c3623dc257b44427ea06ba02
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # ApolloUploadServer
2
2
 
3
- Middleware which allows you to upload files using [graphql-ruby](https://github.com/rmosolgo/graphql-ruby), [apoll-upload-client](https://github.com/jaydenseric/apollo-upload-client) and Ruby on Rails.
3
+ Middleware which allows you to upload files using [graphql-ruby](https://github.com/rmosolgo/graphql-ruby), [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client) and Ruby on Rails.
4
+
5
+ Note: this implementation uses [v1 of the GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec/tree/v1.0.0), so you should use apollo-upload-client library v5.1.1.
4
6
 
5
7
  ## Installation
6
8
 
@@ -1,3 +1,3 @@
1
1
  module ApolloUploadServer
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '1.0.0'.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: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - JetRuby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-03 00:00:00.000000000 Z
11
+ date: 2018-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails