jtagulator 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c34672f543ed66708e247abe5b3d8063c25c4c9b61b036cda1049832c2b4eb26
4
- data.tar.gz: 1e54c6d0485918bbb0b38e5b6e3f4f5d8a506e71c7edc0fcbe537bd80a9cefdd
3
+ metadata.gz: 75e04fd250d05345f13289b5c420725a22d1b2c15f55f3c6870febd255b541f0
4
+ data.tar.gz: 81449cbb1845144410f9ef25e31d605089ba6ef3c5bc98b20e84e0923cb38fb8
5
5
  SHA512:
6
- metadata.gz: 929a1a97190d0f9e261af7b59832cdb83baf4ed6c1cf2cb89a6a6d20ad3a94b29622f3366cbf465d1aaafbf7fd1938516dc440d45171c9b3bfd6f56bcc0ed2f4
7
- data.tar.gz: c9a0281e8a02c2a194ce43077183fafc2e1d43b75573d71b60ce9550d11257310d30ce528f5d697e1dbb2ce07c4c9a51680094a18b96aab0c2337e86f6943d48
6
+ metadata.gz: 757df0cb359845677536a0771bc4d35c75b1aeed01aa52cae0d6d38f7bbbe65f566c697b44a4cab7e86a8b824a4fb9467fa6b7e237af83a37e16943f37e839c0
7
+ data.tar.gz: 4b2d1f986035a5cd78764f312d5dbcc488f03148ceb5419d730840872e14b5590fde29c58fb605b99bcacd950e5098baedc0d99827dc3766b7f811ff933e5e54
data/jtagulator.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Simple library for interacting with the Jtagulator hardware"
12
12
  spec.description = "Ruby library for interacting with the Jtagulator hardware, including functionality for JTAG, UART, GPIO, and SWD"
13
- spec.homepage = "https://github.com/datagoboom/jtagulator"
13
+ spec.homepage = "https://github.com/datagoboom/ruby-jtagulator"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
16
16
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jtagulator
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jtagulator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - datagoboom
@@ -35,13 +35,13 @@ files:
35
35
  - lib/jtagulator/jtag.rb
36
36
  - lib/jtagulator/uart.rb
37
37
  - lib/jtagulator/version.rb
38
- homepage: https://github.com/datagoboom/jtagulator
38
+ homepage: https://github.com/datagoboom/ruby-jtagulator
39
39
  licenses:
40
40
  - MIT
41
41
  metadata:
42
- homepage_uri: https://github.com/datagoboom/jtagulator
43
- source_code_uri: https://github.com/datagoboom/jtagulator
44
- changelog_uri: https://github.com/datagoboom/jtagulator/blob/main/CHANGELOG.md
42
+ homepage_uri: https://github.com/datagoboom/ruby-jtagulator
43
+ source_code_uri: https://github.com/datagoboom/ruby-jtagulator
44
+ changelog_uri: https://github.com/datagoboom/ruby-jtagulator/blob/main/CHANGELOG.md
45
45
  post_install_message:
46
46
  rdoc_options: []
47
47
  require_paths: