rbzk 0.1.1 → 0.1.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 683a39e67965c9497615c0371514fe71ce8a047cf0b083b1ae464f4320d3bd0f
4
- data.tar.gz: b640310d6e167e6d4c07027298769bd4d1038ba71584f6860d79091189791f85
3
+ metadata.gz: c4e93719b6428a029bf767e708352ee0ac29e26735050288b5848eb9aea2c7b7
4
+ data.tar.gz: b40b96e9c5b4f123f93314a4f51730286a7b5a1d59b5f6e16322b6a583e9f766
5
5
  SHA512:
6
- metadata.gz: 2002e3c54b5626142cabdf2433baacdc8d116f79ac3831afe20b88b5c5a287019c20cf5c6e494170975affb7476e32b8986123826894beffb2a2a1dff0c5ad43
7
- data.tar.gz: 4f27bac72f9241163ae046b36082ff76be75078d8e6a51ea91001cea141d6355e5af821c6b4d54d62a28db7ec11f382477663ee1f34883f1ea569b506435863b
6
+ metadata.gz: be9a441a5718f1733bfd03181461767f4f2c3f76951f643e35d8c17efbfceef7b3db420fbf58ba757ab146a0b2756fcdfc4ad791dfea67536ed11b26019cdc29
7
+ data.tar.gz: 73687d3eb95d16bb53e6e2e1abb33e94e14afd8f235610933d3923284f213b4b73a61fbec2d8d20d8459bc33e03d8311bdff5e4cdd612907b45412b912535016
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A Ruby implementation of the ZK protocol for fingerprint and biometric attendance devices.
4
4
 
5
+ This project is inspired by and based on the [pyzk Python library](https://github.com/fananimi/pyzk), adapting its protocol implementation to Ruby while maintaining compatibility with ZKTeco devices.
6
+
5
7
  ## Installation
6
8
 
7
9
  Add this line to your application's Gemfile:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbzk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Khaled AbuShqear