da_funk 0.17.0 → 0.18.0

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
  SHA1:
3
- metadata.gz: d8a3408f57ebc99bc5f68488e2fd78b1f4190a5f
4
- data.tar.gz: c27ccfa111221944a5cdd1951c9c1180add6f760
3
+ metadata.gz: adcd614049e9a9975ad5eb0665deade35c3daba1
4
+ data.tar.gz: 24b96cffd76f640d85c1095b15ecc7c755262b72
5
5
  SHA512:
6
- metadata.gz: e58b4c7af0bffc7d02bbac44615f8117e99478adb4b70495bb7311b83905d2d2a41c2b547f0a446a3409fe98bd68a3e25d1579a0f65fee310ae5796b9abdcd81
7
- data.tar.gz: 015bb65dab71061a7d8b27b047bb638560a38ff435c640a7b30e6d54032617a193b9ad6d98090c10290d83d76491274b8d5939e5544294986583528b9e86f3e1
6
+ metadata.gz: 5f8bd25d675fcf69c917bbd9455d36ba46c761f3fba4108b9e3bc3fdc0a1a668daec16b49c519e1672d42774e4515dc7e7ba883b9378be1050f98da60898e9fb
7
+ data.tar.gz: 5f080a25580f9edd85bd84f602d24d767407e87e3567cb8a3e245f043eecadfe28314772fd003e206dc27d4c26d0f67952a7d916ab70a257ab564397b1d230b0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- da_funk (0.17.0)
4
+ da_funk (0.18.0)
5
5
  archive-zip (~> 0.5)
6
6
  bundler (~> 1.7)
7
7
  cloudwalk_handshake (~> 0.6)
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](http://github.com/da-funk/cloudwalk)
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
@@ -1,5 +1,9 @@
1
1
  # DaFunk
2
2
 
3
+ ### 0.18.0 - 2017-09-14
4
+
5
+ - Update README_GUIDE.
6
+
3
7
  ### 0.17.0 - 2017-09-13
4
8
 
5
9
  - Update README_GUIDE.
@@ -1,4 +1,4 @@
1
1
  module DaFunk
2
- VERSION="0.17.0"
2
+ VERSION="0.18.0"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: da_funk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone