da_funk 3.25.1 → 3.26.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 +7 -7
- data/RELEASE_NOTES.md +5 -0
- data/lib/da_funk/version.rb +1 -1
- data/lib/device/virtual_keyboard.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74ed04e91a2835da1b6ac8a32738190f6f6ad3b1bfb867df409d70e138f7935e
|
4
|
+
data.tar.gz: a39e91339b6e9a1ee64b6292a2bce50f2d384826bf1d9434438049bba2f5f918
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 436ae480832d515c74f1d6ab89a97c3e3aacdcdaafefe6a434d7145291d66e1722d629cd77bb2e024a86b31ac40ad8ad5af2256120bcfb5ab1de177cde9869f9
|
7
|
+
data.tar.gz: 22cd5633ff6197cbc0b9d8fcbe54dd17af8fcbcfc852fbc243c051e1a476ff5814c2e11f4e4dca29c8f986a2e8a0d6b5c62d04fcab1a0a27be49566da67b6ca1
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
da_funk (3.
|
4
|
+
da_funk (3.26.0)
|
5
5
|
archive-zip (~> 0.5)
|
6
6
|
bundler
|
7
7
|
cloudwalk_handshake
|
@@ -18,7 +18,7 @@ GEM
|
|
18
18
|
cloudwalk (1.15.0)
|
19
19
|
bundler
|
20
20
|
rake
|
21
|
-
cloudwalk_handshake (1.
|
21
|
+
cloudwalk_handshake (1.20.0)
|
22
22
|
funky-simplehttp (~> 0.6)
|
23
23
|
funky-emv (1.4.1)
|
24
24
|
funky-tlv (~> 0.2)
|
@@ -35,17 +35,17 @@ GEM
|
|
35
35
|
rake (13.0.1)
|
36
36
|
regexp_parser (1.7.1)
|
37
37
|
rexml (3.2.4)
|
38
|
-
rubocop (0.
|
38
|
+
rubocop (0.90.0)
|
39
39
|
parallel (~> 1.10)
|
40
|
-
parser (>= 2.7.
|
40
|
+
parser (>= 2.7.1.1)
|
41
41
|
rainbow (>= 2.2.2, < 4.0)
|
42
42
|
regexp_parser (>= 1.7)
|
43
43
|
rexml
|
44
|
-
rubocop-ast (>= 0.0
|
44
|
+
rubocop-ast (>= 0.3.0, < 1.0)
|
45
45
|
ruby-progressbar (~> 1.7)
|
46
46
|
unicode-display_width (>= 1.4.0, < 2.0)
|
47
|
-
rubocop-ast (0.0
|
48
|
-
parser (>= 2.7.
|
47
|
+
rubocop-ast (0.4.0)
|
48
|
+
parser (>= 2.7.1.4)
|
49
49
|
ruby-progressbar (1.10.1)
|
50
50
|
unicode-display_width (1.7.0)
|
51
51
|
yard (0.9.25)
|
data/RELEASE_NOTES.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# DaFunk
|
2
2
|
|
3
|
+
### 3.26.0 - 2020-09-14
|
4
|
+
|
5
|
+
- Fixed error on virtual keyboard, chars y and Y were duplicated;
|
6
|
+
- Update cloudwalk_handshake (1.20.0).
|
7
|
+
|
3
8
|
### 3.25.1 - 2020-08-28
|
4
9
|
|
5
10
|
- Set DaFunk::Helper::StatusBar#connected as false on system update process so it will cache again.
|
data/lib/da_funk/version.rb
CHANGED
@@ -28,7 +28,7 @@ class Device
|
|
28
28
|
{ x: 0..201, y: 223..241, char: 'k' },
|
29
29
|
{ x: 0..230, y: 223..241, char: 'l' },
|
30
30
|
{ x: 0..30, y: 223..273, char: :keyboard_uppercase },
|
31
|
-
{ x: 0..56, y: 223..273, char: '
|
31
|
+
{ x: 0..56, y: 223..273, char: 'z' },
|
32
32
|
{ x: 0..82, y: 223..273, char: 'x' },
|
33
33
|
{ x: 0..109, y: 223..273, char: 'c' },
|
34
34
|
{ x: 0..130, y: 223..273, char: 'v' },
|
@@ -65,7 +65,7 @@ class Device
|
|
65
65
|
{ x: 0..201, y: 223..241, char: 'K' },
|
66
66
|
{ x: 0..230, y: 223..241, char: 'L' },
|
67
67
|
{ x: 0..30, y: 223..273, char: :keyboard_capital },
|
68
|
-
{ x: 0..56, y: 223..273, char: '
|
68
|
+
{ x: 0..56, y: 223..273, char: 'Z' },
|
69
69
|
{ x: 0..82, y: 223..273, char: 'X' },
|
70
70
|
{ x: 0..109, y: 223..273, char: 'C' },
|
71
71
|
{ x: 0..130, y: 223..273, char: 'V' },
|
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: 3.
|
4
|
+
version: 3.26.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: 2020-
|
11
|
+
date: 2020-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|