gm1356 0.0.3 → 0.0.4

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/lib/gm1356/device.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5f37dc57ea4fc9f6f6c6d388751d956e9f934794a32c4c53b20e1f16dc01da5
4
- data.tar.gz: 567f82e1a4a5828d49ce76835336851d08b516e47a7f5f5c4f33f91d9b2b6c81
3
+ metadata.gz: c91d24100c6d156dfd2865d8599f08f3fbdbb9a43f9c6a648a4747ea60e60f38
4
+ data.tar.gz: d5c3861e93fd6592d07a14b5b2b740f0b363e3449c248aa5ca9340224c35b660
5
5
  SHA512:
6
- metadata.gz: c090bb70a2e545a1d5e56f5dc860d56c43438c6159c7bc2b4acb999066face62e421ac79fd42ffb480e88c40451b803fd256e31e7124847a2c1c4c4bcc0e378d
7
- data.tar.gz: 52648c8e827dec7c1c59b45dc337e4221fe43f34a14a8bfac6b52f105f26c9f9eb01a4ecea6a476d675eed1db38181b6419521d05ae779cfd97c6288614fb302
6
+ metadata.gz: 32200077064e7fcc85cf779a0a62169996a6e1948dcc3113371359dbf2a90065266cf24ea7d06151a5afa0742b2a23c8b85f67468980b699bd9bc665a6bad4ab
7
+ data.tar.gz: 89366e8b99c5a1282ff4808e58f25443750545004af7b5a4811312a5b0198ac23b90b754700eff87c035dc427c9bae0cd935fbda7fdaad653f578068f68a5c61
data/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  ## Description
4
4
  This driver was written for **Digital Sound Level Meter** with USB (type **GM1356**) serial number: `HA:1303162` ordered from China via Aliexpress. My sonometer works with **SoundLab** `Sound Level Meter v. 1.0.0.20, build 2016-07-20` delivered by [Benetech Poland](https://benetech-poland.pl/) (thank you very much for this). I was trying to run it with SoundLab downloaded from Bogen website, but it couldn't connect to the device. It means my driver may not work with some GM1356 devices.
5
5
 
6
+ ![Benetech GM1356](https://benetech-poland.pl/844-large_default/sonometr-benetech-gm1356-decybelomierz-z-interfejsem-usb.jpg)
7
+
6
8
  ## Installation
7
9
  First make sure you have `ruby` interpreter installed. Then run:
8
10
 
@@ -25,7 +25,7 @@ module GM1356
25
25
  loop do
26
26
  Thread.new do
27
27
  read_current_state(&block)
28
- end
28
+ end.abort_on_exception = true
29
29
  sleep settings.speed == :fast? ? 0.5 : 1
30
30
  end
31
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gm1356
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maciej Ciemborowicz