graphql_authorize 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 188c1afb13f8a959e34223950a39615ece38eda7f13b18f5dafd830fd23b74f1
4
- data.tar.gz: bf010692e58828993f8940172a24d188f35814b6a060f16f0f40c30dee1e2372
3
+ metadata.gz: 6486e764cde10af52337c4c36d81685d15891188ce97f0d80323981b1a5323e5
4
+ data.tar.gz: d3ca3576acddd3924f57081ca0dfde020d838e7679600a24c6286621227386c7
5
5
  SHA512:
6
- metadata.gz: 65db850b84f59e12a3d6209507b3cd33ef2a1c761d339b391df582783d061a241d461ec42c8b07afeebc8a9e52ee67ab64885b5df9062c2d6e8b6567b955e49c
7
- data.tar.gz: 2d33ae8dba326e7a49d5fcdc2578fdb03acc4337287359c796687fdb081f45e4c97f6f493162c5c0bd6e1d04b61161de2ae91f2f88d62c5316a850f8fbeefeb1
6
+ metadata.gz: 839a24e5a4ffb777472f5a87de855b6583ea5df36c3c6b1baabe7c8389b0f5f2834b4e86ffd37184a76182fdf6e569c4390e70aaaaba3f87d88da9b9cf85655f
7
+ data.tar.gz: 6bb67c7a18eb43e83913a3f3807aad1d0365d0d9b650967577c748a722931ba322404269c854576a9d39ff5e354356db57a7e82fb3a56e7329adc4f0cd2c1a81
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- graphql_authorize (0.4.1)
4
+ graphql_authorize (0.4.2)
5
5
  graphql (>= 1.6)
6
6
  i18n (~> 1.1)
7
7
 
@@ -18,7 +18,7 @@ GEM
18
18
  concurrent-ruby (1.0.5)
19
19
  diff-lcs (1.3)
20
20
  erubi (1.7.1)
21
- graphql (1.8.10)
21
+ graphql (1.8.11)
22
22
  highline (2.0.0)
23
23
  i18n (1.1.0)
24
24
  concurrent-ruby (~> 1.0)
@@ -27,10 +27,6 @@ module GraphqlAuthorize
27
27
  end
28
28
  end
29
29
 
30
- puts "==="
31
- puts Dir[File.expand_path(__dir__ + "/../config/locales/*.yml")].inspect
32
- puts "==="
33
-
34
30
  I18n.load_path += Dir[File.expand_path(__dir__ + "/../config/locales/*.yml")]
35
31
 
36
32
  GraphQL::Field.include(GraphqlAuthorize::Field)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GraphqlAuthorize
4
- VERSION = "0.4.1"
4
+ VERSION = "0.4.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql_authorize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - DmitryTsepelev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-16 00:00:00.000000000 Z
11
+ date: 2018-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphql