da_funk 0.17.0 → 0.18.0
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README_GUIDE.md +2 -2
- data/RELEASE_NOTES.md +4 -0
- data/lib/da_funk/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adcd614049e9a9975ad5eb0665deade35c3daba1
|
4
|
+
data.tar.gz: 24b96cffd76f640d85c1095b15ecc7c755262b72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f8bd25d675fcf69c917bbd9455d36ba46c761f3fba4108b9e3bc3fdc0a1a668daec16b49c519e1672d42774e4515dc7e7ba883b9378be1050f98da60898e9fb
|
7
|
+
data.tar.gz: 5f080a25580f9edd85bd84f602d24d767407e87e3567cb8a3e245f043eecadfe28314772fd003e206dc27d4c26d0f67952a7d916ab70a257ab564397b1d230b0
|
data/Gemfile.lock
CHANGED
data/README_GUIDE.md
CHANGED
@@ -32,7 +32,7 @@ The runtime is open source and available for study, change, and distribution, ch
|
|
32
32
|
|
33
33
|
### Embedded Projects
|
34
34
|
|
35
|
-
DaFunk is a gem to be used in MRuby environment, to provide the environment we created a CLI that is able to create, compile, run and test DaFunk Apps. You can check [here](
|
35
|
+
DaFunk is a gem to be used in MRuby environment, to provide the environment we created a CLI that is able to create, compile, run and test DaFunk Apps. You can check [here](https://docs.cloudwalk.io/en/cli/setup)
|
36
36
|
|
37
37
|
Project creation flow in Ruby environment:
|
38
38
|
|
@@ -45,7 +45,7 @@ bundle exec rake test:unit
|
|
45
45
|
|
46
46
|
## Guides/Samples
|
47
47
|
|
48
|
-
Check test samples [here](Guide.html).
|
48
|
+
Check test samples [here](da_funk/Guide.html).
|
49
49
|
|
50
50
|
|
51
51
|
## License
|
data/RELEASE_NOTES.md
CHANGED
data/lib/da_funk/version.rb
CHANGED