graphiti 1.0.rc.5 → 1.0.rc.6

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: f89eebade02c792ad48a2f33c4de7eef5cc052eb
4
- data.tar.gz: fef7fc51084562eb3e9724cd4c1419f881c086f4
3
+ metadata.gz: f971a82f6fc8d3493a4ad0ddbd0856664afca53a
4
+ data.tar.gz: c093f5b9a3659de79095d57bec4185995a5f2c04
5
5
  SHA512:
6
- metadata.gz: 10e2be2bd2c6b1e80db16cf8022f446b5842eaa994f43af6688bea6816ab9a909168658fc0cd827b32c64615fa0fefbbb7f669d5df69f3ef651b25500aedf5a5
7
- data.tar.gz: 22c268a669e839102ba34708fe666c2bf9b4efd519ab35e387f90fc748bf1211b1b6fc721180ee344052561d2c3a4dddd33a8af8991d87f44031e5c2ff76dfe7
6
+ metadata.gz: 456137cd5a1b0c8e30b1841775e1ac26ffc4987fe4f9976a2584d27d52626fbcf3cc9cabf3d30878fb3eee6a8c266435a0c306ac8866f110ef495bf55b9e7771
7
+ data.tar.gz: af6b86c27306a98f14262b09d3f4bca32dbdc45e01407566884cd71b1a12e4a16d84fb864e4b10923d7959ab5a397ce940bdd7ae588cd4b5515e27713c91b7a3
@@ -36,7 +36,7 @@ module Graphiti
36
36
  {}.tap do |headers|
37
37
  if defined?(Rails) && context
38
38
  raw = context.request.headers.to_h
39
- if auth = raw['Authorization']
39
+ if auth = raw['HTTP_AUTHORIZATION']
40
40
  headers['Authorization'] = auth
41
41
  end
42
42
  end
@@ -1,3 +1,3 @@
1
1
  module Graphiti
2
- VERSION = "1.0.rc.5"
2
+ VERSION = "1.0.rc.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphiti
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.rc.5
4
+ version: 1.0.rc.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond