souls 1.0.1 → 1.0.2

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: 29bc0c5e171ac146fa69b8b1ea4f6ada992cbaaef586e9c1fdba59fc35bba826
4
- data.tar.gz: eeaf922b65569fea79869ef33cdb2cfe94225f9329af80102163d37ef8c194ff
3
+ metadata.gz: 45201aeb663926d1d117ab3eb622f1cc5e641daa7afadcff924f59371287c462
4
+ data.tar.gz: 78298589a543865245baf37e340fc3426dec9681daec90616a07dc6b1799e6da
5
5
  SHA512:
6
- metadata.gz: 8ae679e1f697adef4532fd7aeb3b0cfed01d5e90b890a1b8eea48c8610f83f2205f25c52442bb373994fceb3595408a3c772225e5b0dd97ef7f20188916ad96e
7
- data.tar.gz: 1a63bc566b57c38e3d0b62611d89c9380ca4c89614d9f3410412f7650fca7a5971cdaf0cbd74fc520af4d468f9c826e942884868bd2ecf97187852ec29685518
6
+ metadata.gz: f84876f6ae8152c605be0e7f413f5bccdb08d248ef59c9c7a53dcdf52aecae4eb963867680c88485a5d8f0f718bf87379ea27ecab04b7a062eb7db64931d8240
7
+ data.tar.gz: db3d9c7c109f4b697f742c6e00b7672eca77271aa44050a6b9a8414582cd1def21d8380794cb7f6db2c1829c10bb0a240942eee0bcc3b5f2f5b289190859733f
data/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  <a aria-label="Downloads Number" href="https://rubygems.org/gems/souls">
13
13
  <img alt="" src="https://badgen.net/rubygems/dt/souls">
14
14
  </a>
15
- <a aria-label="License" href="https://github.com/elsoul/souls/blob/master/LICENSE">
15
+ <a aria-label="License" href="https://github.com/elsoul/souls/blob/master/LICENSE.txt">
16
16
  <img alt="" src="https://badgen.net/badge/license/Apache/blue">
17
17
  </a>
18
18
  </p>
@@ -8,7 +8,9 @@ module Souls
8
8
  system("foreman start -f Procfile.dev")
9
9
  end
10
10
  else
11
+ current_dir = FileUtils.pwd.split("/").last
11
12
  system("foreman start -f Procfile.dev")
13
+ puts("GraphQL Playground is running on\n\nhttp://localhost:4000/playground") if current_dir == "api"
12
14
  end
13
15
  end
14
16
  end
@@ -119,7 +119,7 @@ module Souls
119
119
  else
120
120
  get_columns_num(class_name: class_name)
121
121
  end
122
- relation_params = cols.select { |col| col[:column_name].match?(/_id$/) }
122
+ relation_params = cols.select { |n| n[:column_name].match?(/_id$/) }
123
123
  user_check =
124
124
  relation_params.map do |param|
125
125
  param[:column_name] == "user_id"
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.0.1".freeze
2
+ VERSION = "1.0.2".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
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.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2021-10-11 00:00:00.000000000 Z
13
+ date: 2021-10-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport