souls 1.0.7 → 1.1.1

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: d7b736a335a76f10ffa0da25993fa9006d29935ab83c73f4b7704d950ae61782
4
- data.tar.gz: a7ddd65dd7447105eccb753a5fc68354bf2cef1d1ad0859d0cfe1be27d9b6f39
3
+ metadata.gz: 5485dfc9c66a6a19a12af67cf0ec89e1838afa989435a463866ac66581c3bac8
4
+ data.tar.gz: c77e607c7266267d6c163380e5cefcd83c1f278b651244696147344ea19352ec
5
5
  SHA512:
6
- metadata.gz: 1e47a9beb0c375140e0b1411c30113125459da199423c7b8132a736dd9721c1d979c05bb9249f551b9ff066253911e05e9458b28343d830c784c7ca3159ff3c3
7
- data.tar.gz: 8eb8d3b3f9181b1ac1e76583e258561d546540741aabcb283807860188bc370da28ce9529042a623de2c5f3aace4a2ae18e1cfbb4a76d9ee833cad1990681399
6
+ metadata.gz: 27c6ff7780cafd5be5e4f3e7a215a4e729b9ab3a4dad1a496eee47410f09823d97c66f0954906929d1480de6d09d9790c5d7d88b88894fb8f8a6f77921267936
7
+ data.tar.gz: 9e4f9deca0cd25dd2a841fa36633e4214b9502f041dd675dab73d839ce4923d113fd0eef41981fcbd2bfd2e8830fdabdbcd978a1fd14e55f754fdb3e3f9f48a9
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
@@ -59,7 +59,7 @@ module Souls
59
59
  pubsub = Google::Cloud::Pubsub.new(project_id: project_id)
60
60
  subscription_id = "#{topic_id}_sub"
61
61
  subscription = pubsub.subscription(subscription_id)
62
- subscription.detach
62
+ subscription.delete
63
63
  end
64
64
 
65
65
  def create_push_subscription(topic_id: "mailer")
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.0.7".freeze
2
+ VERSION = "1.1.1".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.0.7
1
+ 1.1.1
@@ -1 +1 @@
1
- 1.0.7
1
+ 1.1.1
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.7
4
+ version: 1.1.1
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.