prologix_gpib 0.5.2 → 0.5.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9ad45cfaf230b41f26ec6102bb89f34b36f8a6f38439b96a578ae4f9b338a87
4
- data.tar.gz: 336106999abd44891bc67b872fe45c8bf222356725675b90321409aee3a0e751
3
+ metadata.gz: 7ac431f2d4186660651615941aa70b69de9d49de98d8101861e66daf9cc90cd9
4
+ data.tar.gz: c77f6db86bf82377345283cfc41e62b4cfe9f4d37f5ba5375021a4711f696369
5
5
  SHA512:
6
- metadata.gz: ee481f80d7bb2e9d3e62cdeb2c86e69b5a73422f93387e133c4837329ec08b3df429c92cc6cc2035ea2d3227b82d6d5a2b4858bb5af83f12358e988f8efe4173
7
- data.tar.gz: e21355fd8937ebfbbf368838b84fe6143bf0e08c82c05a98b035e897277bdb3ceabe7a78d075b780d70fe48dcb3c9ab16806dade3bcd14e9b597d336f3b65767
6
+ metadata.gz: be989bbe8e07016b4f42b0b865474338fce70eaed5e828dae502d91db0d637903274bb9c734ac81e2249b87ad4a2c06025fcfab0c1a82f835763cbed993ae2fb
7
+ data.tar.gz: 66ed6d4a45a9ee22feb6470b73771f4e02c1ee38e0de666ff9c8b6e8cb01b242c9be1b20501761100332ba2a50a2a7e4e7144792c671831a4f87446506af50c0
data/CHANGELOG.md ADDED
@@ -0,0 +1,10 @@
1
+ # 0.5.3
2
+
3
+ - Moved repo to Gitlab
4
+
5
+ # 0.5.2 (June 23, 2022)
6
+
7
+ ## Bug Fixes:
8
+
9
+ - Fix CLI info command, uses list index and now works with Lan controllers
10
+ - Refactored commands
@@ -1,3 +1,3 @@
1
1
  module PrologixGpib
2
- VERSION = '0.5.2'
2
+ VERSION = '0.5.3'
3
3
  end
@@ -12,14 +12,14 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = 'Prologix GPIB controller ruby wrapper.'
14
14
  spec.description = 'Ruby wrapper for the Prologix GPIB controllers, USB & Ethernet.'
15
- spec.homepage = 'https://github.com/robcarruthers/prologix_gpib'
15
+ spec.homepage = 'https://gitlab.com/robcarruthers/prologix_gpib.git'
16
16
  spec.license = 'MIT'
17
17
 
18
18
  # spec.metadata['allowed_push_host'] = "http://mygemserver.com'"
19
19
 
20
20
  spec.metadata['homepage_uri'] = spec.homepage
21
- spec.metadata['source_code_uri'] = 'https://github.com/robcarruthers/prologix_gpib'
22
- spec.metadata['changelog_uri'] = 'https://github.com/robcarruthers/prologix_gpib'
21
+ spec.metadata['source_code_uri'] = 'https://gitlab.com/robcarruthers/prologix_gpib.git'
22
+ spec.metadata['changelog_uri'] = 'https://gitlab.com/robcarruthers/prologix_gpib.git'
23
23
 
24
24
  # Specify which files should be added to the gem when it is released.
25
25
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prologix_gpib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Carruthers
@@ -119,6 +119,7 @@ files:
119
119
  - ".DS_Store"
120
120
  - ".gitignore"
121
121
  - ".tool-versions"
122
+ - CHANGELOG.md
122
123
  - Gemfile
123
124
  - Gemfile.lock
124
125
  - NetFinder_info.md
@@ -143,13 +144,13 @@ files:
143
144
  - test_script.rb
144
145
  - test_server.rb
145
146
  - yarn.lock
146
- homepage: https://github.com/robcarruthers/prologix_gpib
147
+ homepage: https://gitlab.com/robcarruthers/prologix_gpib.git
147
148
  licenses:
148
149
  - MIT
149
150
  metadata:
150
- homepage_uri: https://github.com/robcarruthers/prologix_gpib
151
- source_code_uri: https://github.com/robcarruthers/prologix_gpib
152
- changelog_uri: https://github.com/robcarruthers/prologix_gpib
151
+ homepage_uri: https://gitlab.com/robcarruthers/prologix_gpib.git
152
+ source_code_uri: https://gitlab.com/robcarruthers/prologix_gpib.git
153
+ changelog_uri: https://gitlab.com/robcarruthers/prologix_gpib.git
153
154
  post_install_message:
154
155
  rdoc_options: []
155
156
  require_paths: