souls 1.4.6 → 1.4.7

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: 269a04ee109d531ce053a5ba46f4788fc6b2c8433fcf6d78ca81975d7b5f7422
4
- data.tar.gz: 2bcc81f7b1d43809a69c9c1cb5900e64e82ece344bdca6dc7aefc4f8ce6048d8
3
+ metadata.gz: 0bb716fc10f8ee318b79de37472aba1d7b8836a822ef7ea92158068e5739c00e
4
+ data.tar.gz: b2c721518f59259f914d03118dc8d93f4140dbfe9dc1df515791215397968724
5
5
  SHA512:
6
- metadata.gz: 6830ab031284b259dbc2031abaaf2af608cd526682a0f61739a08094916b326846333a6389df8dd5dcabb6c82775a3ace22d7f687ebf278f5043287692321ab1
7
- data.tar.gz: de3e153a9c119cf41d244f8d6be83f83405c31414bb7e04c1bdbce367874e15bc0ac3d2a1894747bc591cc8cfa6d517e191cddc97b201af8fdfd49575883906b
6
+ metadata.gz: 43ca2c7dda41ec007dfb21f1d642d894573ca3319d2bf3eb7446b2d2ed9881793c1c09f498c1848ecf7f858b80950b758989cb2c650eaf8a296c571a6d709699
7
+ data.tar.gz: cdf46fe70207c2ec14898827b0178e4e5350350462d96f2ec70e42e0c2be58b0a6b8c6d468145035a5ce3ce1f39d5fcf404920462e6391cc5cc0066b3bee270f
@@ -103,7 +103,7 @@ module Souls
103
103
  FileUtils.mkdir_p(file_dir) unless Dir.exist?(file_dir)
104
104
  file_path = "#{file_dir}/update_#{class_name}.rbs"
105
105
  params = Souls.get_relation_params(class_name: class_name, col: "mutation")
106
- params[:params] < { column_name: "id", type: "string", array: false }
106
+ params[:params] << { column_name: "id", type: "string", array: false }
107
107
  File.open(file_path, "w") do |f|
108
108
  f.write(<<~TEXT)
109
109
  module Mutations
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.4.6".freeze
2
+ VERSION = "1.4.7".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.4.6
1
+ 1.4.7
@@ -1 +1 @@
1
- 1.4.6
1
+ 1.4.7
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: 1.4.6
4
+ version: 1.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI