souls 0.10.3 → 0.10.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe9369434a6abecbc1cb289ea7aac653a0e3b91db733b3a36db61315d1d74ad2
4
- data.tar.gz: 7e87da0f68519dc5b1c1d275a252386162aba25357a53c80e045603ec99363fd
3
+ metadata.gz: 8023faaf2fefb8de70e49faaa956c8f554564069bbb7f975433a7fd99a52ed90
4
+ data.tar.gz: afc45d2da26c5de1474907d49ffe47b9436975bb1a3ac7d723e901a5668ab65d
5
5
  SHA512:
6
- metadata.gz: ce2e507855c02c4035afd03626d49a294f65d70ee67f6f789e89e77dc2af839ab407a5ec4e10971b7047305551503e4bf7aca56a1fe4aed8b03709542ab48cd7
7
- data.tar.gz: edbb59b6dec323d14247ff441a7e4bf4ad4aba340f5a2ab30c1ddf29f24ed38833edc5d1625747e8baeadc420e084a629953c610c83396a515438b9d13c44f65
6
+ metadata.gz: de420d82bf8708dfa0bfb056acf124d124a359082aa54f3acce7c0aadd0948a054ccdfe928842b9c3f8beae3667342798cf742ea29e929739d26efc200a6cb1d
7
+ data.tar.gz: 73b9328d2a04a7f0cd41c775f13d5abf01cdf8f8727c306cec2de2ff8d7917a2ba52c5cc04670b72767e9c6ff86e894212e95f27670c44649cdf65af59da89e2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- souls (0.10.2)
4
+ souls (0.10.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -748,7 +748,7 @@ module Souls
748
748
  puts "\n ## Connection Type\n\n"
749
749
  get_tables.each do |class_name|
750
750
  puts " def #{class_name.pluralize}"
751
- puts " #{class_name.camelize}.all.order(id: :desc)"
751
+ puts " #{class_name.singularize.camelize}.all.order(id: :desc)"
752
752
  puts " end\n\n"
753
753
  end
754
754
  puts "\n#############################################################\n"
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.10.3"
2
+ VERSION = "0.10.4"
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.10.3
4
+ version: 0.10.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI