souls 0.11.7 → 0.11.8

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: e60ce17f345ea901f1b3ce59ce36b8533762f329fcf859545b107a7ce7df1ecf
4
- data.tar.gz: ba3d733e4af9b79bcc64495827b6efaa9b8d69d2d1fe43b7b0081213106ae101
3
+ metadata.gz: 696c6d3b5705e34a38a0dcc9b72a2d41cd5c23554155fce2c8928ee50018af88
4
+ data.tar.gz: aec799376bf62420d4a34886c61a051688e7b3838458611c7f52c775a7bb328f
5
5
  SHA512:
6
- metadata.gz: 621ac245d18736188d24620ebf180e613fe0d5e847b521e81a6bb336c7178296121bdc3d97f9d1b0785a1755a383a9580e6dd6e6e6c1174896692e18a0f27edc
7
- data.tar.gz: f36031c26c7b2efb98666003a06a59ab5d4473730ff8faca182297eec3405d321bacee0c348d6d1667567665a20117ae27aa66b2814518507cd22e88f9ba6a16
6
+ metadata.gz: c24f73e30a5189a34206d3da1b00f44f14075aa1d3f424b6a024fcd2929a3f065e3b96da3eec3628a823f80d448d4d1e3dd456a44dcc1eb24fb36c29e6bb951f
7
+ data.tar.gz: e1621cfdbcc1878be1742a9ae06d3bfb2dfadeb4a401f35b1c80f2463b05fbb7445b349de04df0486373022f3a0597a0e8110a17d5d59c25e44609b25b7d71d6
@@ -648,7 +648,7 @@ module Souls
648
648
  f.each_line.with_index do |line, i|
649
649
  if @on
650
650
  if line.include?("end") || line.include?("t.index")
651
- new_line.write " }) {\n #{class_name.singularize.camelize} {\n id\n"
651
+ new_line.write " }) {\n #{class_name.singularize.camelize(:lower)} {\n id\n"
652
652
  break
653
653
  end
654
654
  type, name = line.split(",")[0].gsub("\"", "").scan(/((?<=t\.).+(?=\s)) (.+)/)[0]
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.11.7"
2
+ VERSION = "0.11.8"
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.11.7
4
+ version: 0.11.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI