souls 1.0.8 → 1.1.2

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: 4ec1eb06deb10c04bc1889717068b3cc94bdc65d70c8a34bc8afde5f74185dab
4
- data.tar.gz: 3d78c3de6c7d8a99a45b390b4fb8762ed0dfbdbb19136e3d64fe7d34623508c5
3
+ metadata.gz: e61ab5e9fda2ecba82fc00631402d0053da390c433dad7c3b7664c84a48688a7
4
+ data.tar.gz: bba9d3da7ec7f49c56134ab29b3923f063db1afbcd45d06cec76c9a2601ddb77
5
5
  SHA512:
6
- metadata.gz: 9dd359c317c6ce1faafe10f8599111c14fddc5e363eabfe242d34613b16e793fb2fcaa833c9c95329e9f42bedc000e7ecfef2e816001685270b1419ab53d089d
7
- data.tar.gz: 66627a105b146d41e3ea021cc5d170f0888e48678a2e711b51dbc5824b895f19b81c6f5dc12f30fe81958f05a75a96bcfa53242a458725a02a7b30334a950bbc
6
+ metadata.gz: 252c4d18a3f3a819429cb76fd1dd53c9aadd3d569f8a3168287371aa910c03383735c5ca12bb89fcc040119f4788ab97bb65a7cd3aa2ec05f5ea7644f947c4f4
7
+ data.tar.gz: ad2bb801aff88b3f7f9647ffcea375365c9f279d611e0bc9eb1e4334291b6eef1acdebb2461b6e4b9cc38bb12bb5a3f1514c017e5304ca8f795485c50da059d6
data/README.md CHANGED
@@ -94,6 +94,12 @@ Check your GraphQL PlayGround
94
94
 
95
95
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `souls t` to run the tests. You can also run `souls c` for an interactive prompt that will allow you to experiment.
96
96
 
97
+ You need to add submodule
98
+
99
+ ```bash
100
+ git submodule add -f https://github.com/ruby/gem_rbs_collection.git vendor/rbs/gem_rbs_collection
101
+ ```
102
+
97
103
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org/gems/souls).
98
104
 
99
105
  ## Contributing
@@ -298,14 +298,14 @@ end
298
298
  _____ ____ __ ____#{' '}
299
299
  / ___// __ \\/ / / / / %{red1}
300
300
  \\__ \\/ / / / / / / / %{red2}
301
- ___/ / /_/ / /_/ / /___%{red3}#{' '}
301
+ __/ / /_/ / /_/ / /___%{red3}#{' '}
302
302
  /____/\\____/\\____/_____%{red4}#{' '}
303
303
  TEXT
304
304
  red1 = ["_____", :red]
305
305
  red2 = ["/ ___/", :red]
306
306
  red3 = ["(__ )", :red]
307
307
  red4 = ["/____/", :red]
308
- ms = Paint % [txt2, :cyan, { red1: red1, red2: red2, red3: red3, red4: red4 }]
308
+ ms = Paint % [txt2, :blue, { red1: red1, red2: red2, red3: red3, red4: red4 }]
309
309
  puts(ms)
310
310
  puts(line)
311
311
  welcome = Paint["SOULs Worker is Ready!", :white]
@@ -318,7 +318,7 @@ end
318
318
  $ cd apps/#{worker_name}
319
319
  $ souls sync model
320
320
  $ souls s
321
- Go To : http://localhost:3000
321
+ Go To : http://localhost:3000/playground
322
322
 
323
323
  Doc: https://souls.elsoul.nl
324
324
  TEXT
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.0.8".freeze
2
+ VERSION = "1.1.2".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.0.8
1
+ 1.1.2
@@ -1 +1 @@
1
- 1.0.8
1
+ 1.1.2
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souls
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
8
8
  - KishiTheMechanic
9
9
  - James Neve
10
- autorequire:
10
+ autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2021-10-13 00:00:00.000000000 Z
13
+ date: 2021-10-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -230,7 +230,7 @@ metadata:
230
230
  homepage_uri: https://souls.elsoul.nl
231
231
  source_code_uri: https://github.com/elsoul/souls
232
232
  changelog_uri: https://github.com/elsoul/souls
233
- post_install_message:
233
+ post_install_message:
234
234
  rdoc_options: []
235
235
  require_paths:
236
236
  - lib
@@ -246,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
246
246
  version: '0'
247
247
  requirements: []
248
248
  rubygems_version: 3.2.22
249
- signing_key:
249
+ signing_key:
250
250
  specification_version: 4
251
251
  summary: Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep,
252
252
  Active Record, RSpec, RuboCop, and Google Cloud.