da_funk 0.16.0 → 0.17.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: 48d7fbe5090df611791b473f79fdc69e88c71f1b
4
- data.tar.gz: 9d5fc132303b0d48eeac689a45b3f7fb2321fae7
3
+ metadata.gz: d8a3408f57ebc99bc5f68488e2fd78b1f4190a5f
4
+ data.tar.gz: c27ccfa111221944a5cdd1951c9c1180add6f760
5
5
  SHA512:
6
- metadata.gz: 647931fa3532bbb650dc3f5c6d97e0b98b939c277bc0beddf3bf2b163d78f3fbca07166034c350e89f80cad6cc01fc00f604ff1368237e5edb90c387c152c6f0
7
- data.tar.gz: '094fcb787698b253651e808292bd09af426092f4aca09b0221b58f336dfa8dddb54bbb08c8f7b98c41f34d066a8e9e018041305392818d5cbfece24a46b68763'
6
+ metadata.gz: e58b4c7af0bffc7d02bbac44615f8117e99478adb4b70495bb7311b83905d2d2a41c2b547f0a446a3409fe98bd68a3e25d1579a0f65fee310ae5796b9abdcd81
7
+ data.tar.gz: 015bb65dab71061a7d8b27b047bb638560a38ff435c640a7b30e6d54032617a193b9ad6d98090c10290d83d76491274b8d5939e5544294986583528b9e86f3e1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- da_funk (0.16.0)
4
+ da_funk (0.17.0)
5
5
  archive-zip (~> 0.5)
6
6
  bundler (~> 1.7)
7
7
  cloudwalk_handshake (~> 0.6)
@@ -12,10 +12,10 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- archive-zip (0.9.0)
15
+ archive-zip (0.10.0)
16
16
  io-like (~> 0.3.0)
17
17
  cloudwalk_handshake (0.10.0)
18
- funky-emv (0.8.0)
18
+ funky-emv (0.9.1)
19
19
  funky-tlv (~> 0.2)
20
20
  funky-simplehttp (0.4.4)
21
21
  funky-tlv (0.2.3)
data/README_GUIDE.md CHANGED
@@ -1,52 +1,75 @@
1
- ## Ruby Walk Framework
1
+ ## DaFunk Framework
2
2
 
3
- Ruby Walk Framework is a entire new VM for the Walk Platform, in Ruby, a modern and powerful language.
3
+ DaFunk is a entire new framework for embedded applications running on top of MRuby runtime, initially design for Payment solutions.
4
+
5
+ https://github.com/cloudwalkio/around_the_world/blob/master/imgs/apps.jpg
4
6
 
5
7
 
6
8
  ## Ruby Compatiblity
9
+
7
10
  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.
8
11
 
9
12
  ## Devices
10
- #### D200
11
- Alpha support, System, Network, IO, Sockets, Transction::Iso, Transaction::Download and Magnectic Card.
12
13
 
13
- #### Browser
14
- Alpha support, System, Network, IO, Sockets, Transction::Iso, Transaction::Download.
14
+ #### PAX POS Device and Prolin OS
15
+
16
+ Payment solutions that suport complete EMV transaction, check [here](https://docs.cloudwalk.io/pt-BR/framework/pax-d200).
17
+
18
+ #### Gertec POS
19
+
20
+ Payment solutions that suport complete EMV transaction, check [here](https://docs.cloudwalk.io/pt-BR/framework/gertec).
15
21
 
16
- #### Verifone
17
- Comming soon.
22
+ #### Implement the runtime in your OS
23
+
24
+ The runtime is open source and available for study, change, and distribution, check [here](https://github.com/cloudwalkio/around_the_world).
18
25
 
19
- #### Ingenico
20
- Comming soon.
21
26
 
22
27
  ## DaFunk API
23
28
 
24
- Project responsible for managed compatibility between implemented devices, and treat deprecated syntax or behaviour.
29
+ ![DaFunkMap](https://github.com/cloudwalkio/around_the_world/blob/master/imgs/apps.jpg?raw=true)
30
+
31
+ ## How do I use DaFunk?
32
+
33
+ ### Embedded Projects
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)
25
36
 
26
- ## Getting Started
37
+ Project creation flow in Ruby environment:
27
38
 
28
- ### D200 Environmet
39
+ ```
40
+ cloudwalk new project
41
+ cd project
42
+ bundle install
43
+ bundle exec rake test:unit
44
+ ```
29
45
 
30
- #### Install PC Loader
46
+ ## Guides/Samples
31
47
 
32
- Found in PAX resources, is needed to upload the BIN and main.rb
48
+ Check test samples [here](Guide.html).
33
49
 
34
- #### Upload Binary
35
50
 
36
- Upload as App/Script, download [here](https://dl.dropboxusercontent.com/u/436039/walk/pax/robot_rock-0.4.2.bin).
51
+ ## License
37
52
 
38
- #### Upload main.rb
53
+ ```
54
+ The MIT License (MIT)
39
55
 
40
- Upload as Para Files, download [here](https://dl.dropboxusercontent.com/u/436039/walk/pax/main.rb)
56
+ Copyright (c) 2016 CloudWalk, Inc.
41
57
 
42
- ### Guides/Samples
58
+ Permission is hereby granted, free of charge, to any person obtaining a copy
59
+ of this software and associated documentation files (the "Software"), to deal
60
+ in the Software without restriction, including without limitation the rights
61
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
62
+ copies of the Software, and to permit persons to whom the Software is
63
+ furnished to do so, subject to the following conditions:
64
+ ###
65
+ The above copyright notice and this permission notice shall be included in all
66
+ copies or substantial portions of the Software.
43
67
 
44
- 1. [Input and Output](file.sample_input_output.html)
45
- 2. [Network](file.sample_network_gprs.html)
46
- 3. [Sockets](file.sample_sockt.html)
47
- 4. [Transaction](file.sample_transaction.html)
48
- 5. [Download File](file.sample_transaction_download_file.html)
49
- 6. [Applications](file.sample_transaction_download_application.html)
50
- 7. [Read Magnect Card](file.sample_read_magnect_card.html)
51
- 8. [ISO8583 Message](file.sample_message_iso8583.html)
52
- 9. [Download and parse parameter file](file.sample_transaction_download_parameter_file.html)
68
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
69
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
71
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
72
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
73
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
74
+ SOFTWARE.
75
+ ```
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # DaFunk
2
2
 
3
+ ### 0.17.0 - 2017-09-13
4
+
5
+ - Update README_GUIDE.
6
+
3
7
  ### 0.16.0 - 2017-09-04
4
8
 
5
9
  - Implement custom print at attach helper.
@@ -1,4 +1,4 @@
1
1
  module DaFunk
2
- VERSION="0.16.0"
2
+ VERSION="0.17.0"
3
3
  end
4
4
 
data/out/da_funk.mrb CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: da_funk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-04 00:00:00.000000000 Z
11
+ date: 2017-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake