vxi11 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.
- checksums.yaml +4 -4
- metadata +8 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac7a2f3a2b92e437762c4a4b3f5dcc678737d382
|
4
|
+
data.tar.gz: 72692c13bde2d578a265cd9e1438ea5786af33f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bad0d97c33b361ead33b59169bb056229d78f5ff6cfe0360b1b5df1354462fddf26a061f8661e03f2e30d66bac58b95634e2e5b2edd764801e9224ff081ecaa4
|
7
|
+
data.tar.gz: 9441982387d9d4f83efa8744f4c50374013b1da11d3fe2c25c8c151f1f5bf5e56049e592b79aeb8c9164c1ce544c24126dad55af735b3af5e49f56b215debf82
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vxi11
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Erik Kallen
|
@@ -24,7 +24,9 @@ dependencies:
|
|
24
24
|
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
-
description:
|
27
|
+
description: |-
|
28
|
+
This library allows you to control VXI11 capable measurement devices like scopes, sine generators from Tektronix LeCroy R&S etc.
|
29
|
+
It can find devices on your network and talk to them directly.
|
28
30
|
email: info@erikkallen.nl
|
29
31
|
executables: []
|
30
32
|
extensions:
|
@@ -38,8 +40,9 @@ files:
|
|
38
40
|
- ext/vxi11/vxi11_xdr.c
|
39
41
|
- ext/vxi11/extconf.rb
|
40
42
|
- lib/vxi11.rb
|
41
|
-
homepage:
|
42
|
-
licenses:
|
43
|
+
homepage: https://github.com/erikkallen/VXI11
|
44
|
+
licenses:
|
45
|
+
- GPL
|
43
46
|
metadata: {}
|
44
47
|
post_install_message:
|
45
48
|
rdoc_options: []
|
@@ -61,5 +64,5 @@ rubyforge_project:
|
|
61
64
|
rubygems_version: 2.0.14
|
62
65
|
signing_key:
|
63
66
|
specification_version: 4
|
64
|
-
summary: VXI11 for Ruby
|
67
|
+
summary: VXI11 protocol library for Ruby
|
65
68
|
test_files: []
|