sterm 0.1.0 → 0.1.1
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/lib/sterm/version.rb +1 -1
- data/sterm.gemspec +1 -1
- 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: 776cd3fc4c213366de13bc93d5c1e3cb4b42b981626f7ce7c538095001e33915
|
4
|
+
data.tar.gz: f3d71305c1eba773032a0206c1a4349a26b218b6c8473983d6daeecf2fdc12fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb6fe554527b454bb97cd85561337bd51a91aa2e0e096a73b4777a568e05462abf95703b70b3dd3b3620fee66d52fb74a826f7fdb9e97f22f95de5617ed05c33
|
7
|
+
data.tar.gz: 2c7be6c1557600f798c5ac47ddcea3c81ca25423d1b593d46a0c7cc1e2e110456572cc94cc9fc68889290b82a8d8e9369ff7ca8afe79cf014f805613404782a1
|
data/lib/sterm/version.rb
CHANGED
data/sterm.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Cian Guinee"]
|
10
10
|
spec.email = ["cian.guinee@gmail.com"]
|
11
11
|
spec.licenses = ["GPL-2.0"] # As required by the serialport dependency
|
12
|
-
spec.summary = %q{Shows data transmitted from a
|
12
|
+
spec.summary = %q{Shows data transmitted from a serial device}
|
13
13
|
spec.homepage = "https://github.com/guineec/serial-term"
|
14
14
|
|
15
15
|
# Specify which files should be added to the gem when it is released.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sterm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cian Guinee
|
@@ -106,5 +106,5 @@ requirements: []
|
|
106
106
|
rubygems_version: 3.0.1
|
107
107
|
signing_key:
|
108
108
|
specification_version: 4
|
109
|
-
summary: Shows data transmitted from a
|
109
|
+
summary: Shows data transmitted from a serial device
|
110
110
|
test_files: []
|