souls 0.12.1 → 0.12.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: f1179abce3ab4472e7028f3be44e5ab4568c003447c776e5979e03cfc7edddb7
4
- data.tar.gz: 9bd83184ae101e2ec533eeeb928149b39bb59ff06c76ff3e8eb997ee96c8e783
3
+ metadata.gz: a68a392b1084b1927f09f62b7703ee031adf3d9fb1990a0812a4368db8198a1d
4
+ data.tar.gz: 6cc29676ad348abe5f042ae734f531817c1aa05831d0ba27269705a7e70dfb29
5
5
  SHA512:
6
- metadata.gz: 8b34b95ca8da120adef233e55d18878a37bd2d84b3a64c7ad5a2d23b48693284e5586c0220a0642f1baefe8d54782e5110ded6551705cc1bcdcb0a478f1688ae
7
- data.tar.gz: d739cd296d71bf5e2b0f61628d2f4945d977e75f38f7087bf4ce3f9eef8c3d1d589b41d517400c233449f01fdecfab8668290a5a7858ad6ecbe01a2c9650ed68
6
+ metadata.gz: e6ab6bd33f2827c75a1e567eec919cfed5624d626b95c74c8e1338f0782273f58b9bcf2e76a5f678a226ee984f17ad5f8936217986f982b106555c18d7afaf7f
7
+ data.tar.gz: a8ad5c04c3c9ace73ccd2209f77df11a832fc636948ccc988d8b356d9f78808ed1ccc85ccd3707311a63e71b3c86882aad046bba80aca1f0796c9acbfcfa26b6
@@ -787,7 +787,7 @@ end
787
787
  let(:query) do
788
788
  data_id = Base64.encode64("#{class_name.camelize}:\#{#{class_name.singularize.underscore}.id}")
789
789
  %(query {
790
- #{class_name.singularize.underscore}(id: \\"\#{data_id}\\") {
790
+ #{class_name.singularize.camelize}(id: \\"\#{data_id}\\") {
791
791
  id
792
792
  EOS
793
793
  end
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.12.1"
2
+ VERSION = "0.12.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI