souls 0.65.3 → 0.65.4

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: f067eba7f9bf393c19177e68748534be2a5a728543fa5962dc4e5bc11a8d89f4
4
- data.tar.gz: 6f954ae664e35fe87252152d75c91ae13aa2da150ee5447c072b43cc8426c5c4
3
+ metadata.gz: 57f8f27aa8628383a5be6f93140a07aa1a7a386f6b42859a538339f1f719ff44
4
+ data.tar.gz: 445b08e504ad79fc36b3c6ca60ef26ea04e299496284cdd7fc0b6753b8662a13
5
5
  SHA512:
6
- metadata.gz: 72b65bc98b779719626ff4b95890da9ec4e0740a1eccb981c95de7346934c7e73a813e4ceaefec947c9d2b82fcd17a2e08ad09d111acbf4fe975831441be92e7
7
- data.tar.gz: f341b2cba0d2223038a60be61c393e3ba5ce779947e1f0d1ad7aa065adac38c33139dc14f86d622649535033c96b9c00bea4950a19ab6fe210585355b481e483
6
+ metadata.gz: f67a5b0cc1784a43f38c12bca5d37e1d7dba8a36676476a22f878bbc9f0c2c0a48e759c65d9d148cbc63b63939875b93cedb78ccd0698fae94a95c62c7d71c96
7
+ data.tar.gz: 19649c52d26137a06dc0b8eb5e7cc55489ca02df5653abd216cf72ca39e2bd8c10d945649c216b2dc5e74de618ed8bf01dbdd6acd47254abeb4866b030e293bd
@@ -116,7 +116,7 @@ module Souls
116
116
  type = Souls.type_check(param[:type])
117
117
  type = "[#{type}]" if param[:array]
118
118
  type = "String" if param[:column_name].match?(/$*_id\z/)
119
- next if col[:column_name] == "user_id"
119
+ next if param[:column_name] == "user_id"
120
120
 
121
121
  if i == params[:params].size - 1
122
122
  f.write(" argument :#{param[:column_name]}, #{type}, required: false\n\n")
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.65.3".freeze
2
+ VERSION = "0.65.4".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.44.3
1
+ 0.44.4
@@ -1 +1 @@
1
- 0.44.3
1
+ 0.44.4
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.65.3
4
+ version: 0.65.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI