ruflet 0.0.19 → 0.0.21

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: 699753a3740cce69a71d67b59cdcd5d8e60ee55d292c3f84b989b660f6e1935a
4
- data.tar.gz: b8162cd3c319d7afcde7dcb3c50c6359d2c2596aec2acbbfef12368fe373132c
3
+ metadata.gz: 4f32ccf43fe430d641b8f1b72f05a048d6c654a8ec6c4e2ac4c02b6752d67e47
4
+ data.tar.gz: ef7244a5cc788bf2dbfbcf74731e86d4dd1bd61d0a0fc104dffecdfeab444850
5
5
  SHA512:
6
- metadata.gz: 12d669e64d6f397efe4c515fb258c147f243424a8b344f686e3787106086753e37af779e227dd4dc56ef6e3c80a5d68de15fab0c2b0ec95418585cd648e39478
7
- data.tar.gz: c70d3335b5ddc83ca1d3f4d1f1b8d4bb91044ed56a667dbc45e8ab3c182ad5010d281801672307aaaaf63e35f83720c5a00b52370bb7153ee77345561c32c755
6
+ metadata.gz: a6618e3cbab937475c14990529be3e96786f21c62de32ddbc0b5d6ca0fcfb2809c1c70084904948881f575d2ad3b73641f2bca30dac64d0f3402e4f57f1e0846
7
+ data.tar.gz: 751bf5286756eab0da77e4be3f2abcafcec4b335ea379fb02628f8ca5af7016530d4052c8e595ab385bef5001ea594d31eadfb9f3fd71cada7aa362c8194b97e
data/README.md CHANGED
@@ -15,12 +15,11 @@ Create a project and run it:
15
15
  ruflet new my_app
16
16
  cd my_app
17
17
  bundle install
18
- bundle exec ruflet run --web
18
+ ruflet run --web
19
19
  ```
20
20
 
21
21
  Generated projects include `ruflet_core` and `ruflet_server` as application
22
- dependencies. Use `bundle exec ruflet` inside a project so commands run with
23
- the versions declared in its `Gemfile`.
22
+ dependencies. Run Ruflet commands directly inside the generated project.
24
23
 
25
24
  ## Commands
26
25