da_funk 0.18.0 → 0.19.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: adcd614049e9a9975ad5eb0665deade35c3daba1
4
- data.tar.gz: 24b96cffd76f640d85c1095b15ecc7c755262b72
3
+ metadata.gz: dd1e92e510a8027b6eb794697b2312eb1b252cdc
4
+ data.tar.gz: d07cda260159f1bbe297bc7f56f57bb3ef3da900
5
5
  SHA512:
6
- metadata.gz: 5f8bd25d675fcf69c917bbd9455d36ba46c761f3fba4108b9e3bc3fdc0a1a668daec16b49c519e1672d42774e4515dc7e7ba883b9378be1050f98da60898e9fb
7
- data.tar.gz: 5f080a25580f9edd85bd84f602d24d767407e87e3567cb8a3e245f043eecadfe28314772fd003e206dc27d4c26d0f67952a7d916ab70a257ab564397b1d230b0
6
+ metadata.gz: 7e2758408d2c588e3b2613d7a6a40ee0971db416e784a3443bd375ccfce448b4bbabfda90816aa4b2e47e6b2462a6ea8b13a9b04d1cb0b3fe4bc85f999c49961
7
+ data.tar.gz: 87409a8038ebc04bdf5cc4ca8348bbbfb0afa2b05c7de3cc88648812bb9489bde408ed8e6c133119d4596fc2a5949597dbedf437e14802168f321ee93e4a9a7b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- da_funk (0.18.0)
4
+ da_funk (0.19.0)
5
5
  archive-zip (~> 0.5)
6
6
  bundler (~> 1.7)
7
7
  cloudwalk_handshake (~> 0.6)
data/README_GUIDE.md CHANGED
@@ -2,9 +2,6 @@
2
2
 
3
3
  DaFunk is a entire new framework for embedded applications running on top of MRuby runtime, initially design for Payment solutions.
4
4
 
5
- https://github.com/cloudwalkio/around_the_world/blob/master/imgs/apps.jpg
6
-
7
-
8
5
  ## Ruby Compatiblity
9
6
 
10
7
  Support for Ruby 1.9.3 and ISO/IEC 30170:2012, where specifies the syntax and semantics of the computer programming language Ruby, and the requirements for conforming Ruby processors, strictly conforming Ruby programs.
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # DaFunk
2
2
 
3
+ ### 0.19.0 - 2017-09-14
4
+
5
+ - Update README_GUIDE.
6
+
3
7
  ### 0.18.0 - 2017-09-14
4
8
 
5
9
  - Update README_GUIDE.
@@ -1,4 +1,4 @@
1
1
  module DaFunk
2
- VERSION="0.18.0"
2
+ VERSION="0.19.0"
3
3
  end
4
4
 
data/out/da_funk.mrb CHANGED
Binary file
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.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone