active_graphql 0.2.1 → 0.2.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
2
  SHA256:
3
- metadata.gz: 6c4088e03c388b19e24ee701b8774fd305720a4c874d123291c93a7113a47442
4
- data.tar.gz: e1e06ef5776c9f05b414d5a6872d0dbc402f5b7a610aeb570a8f3c0e0a4bbbb9
3
+ metadata.gz: 85a97e0012dc3642d262709d8a17faa2fb541b7a72c940b3ad3b81acb0dbce8a
4
+ data.tar.gz: e5dfe901959df0a955fe8e54e190dc07eb1bfe0101563dac97964c18825bf85f
5
5
  SHA512:
6
- metadata.gz: '09184fa028d6acb513075bece3d718802ba32d020300e6dedab0182dede26aa611b6f5f9e8f3feba40a177e0dcfd022a46dac57bc98ed68712daf2a282d47321'
7
- data.tar.gz: ad9025484d214dee6df2ad165bca15571012fe163286b81949ab0b830b84b02dce6d15ed6a62236d3b730cd0f2cacc1daf38e57384f7b3a1f2066969ab01dd05
6
+ metadata.gz: 04c179c9e92ebe3f67fb9aa844bfa8506bbc704155609b27c1fe416ebfcb2b03cb3ac5fe571318e569cb1233d4b72bd51e026e3daee3aa44a0f63328c6ae2bca
7
+ data.tar.gz: e8c9f1e5075a807c701e423f7027b69fc4e55172d8a7fcd5292e13f905b415d6385e6391b680452cc3293303e7af08fc9b570e001aeed8d43f62dab864af4534
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_graphql (0.2.1)
4
+ active_graphql (0.2.2)
5
5
  activemodel (>= 3.0.0)
6
6
  activesupport (>= 4.0.0)
7
7
  graphlient (~> 0.3)
@@ -20,7 +20,7 @@ module ActiveGraphql
20
20
  end
21
21
 
22
22
  def result!
23
- raise ResponseError, errors.first if errors.any?
23
+ raise ActiveGraphql::Errors::ResponseError, errors.first if errors.any?
24
24
 
25
25
  graphql_object
26
26
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveGraphql
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Povilas Jurcys
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-02 00:00:00.000000000 Z
11
+ date: 2020-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphql
@@ -231,7 +231,7 @@ licenses:
231
231
  metadata:
232
232
  homepage_uri: https://github.com/samesystem/active_graphql
233
233
  source_code_uri: https://github.com/samesystem/active_graphql
234
- changelog_uri: https://github.com/samesystem/active_graphql/blob/v0.2.1/CHANGELOG.md
234
+ changelog_uri: https://github.com/samesystem/active_graphql/blob/v0.2.2/CHANGELOG.md
235
235
  post_install_message:
236
236
  rdoc_options: []
237
237
  require_paths: