HDLRuby 3.3.0 → 3.3.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: HDLRuby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lovic Gauthier
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-02 00:00:00.000000000 Z
11
+ date: 2024-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -214,6 +214,7 @@ files:
214
214
  - lib/HDLRuby/hdr_samples/with_memory.rb
215
215
  - lib/HDLRuby/hdr_samples/with_memory_rom.rb
216
216
  - lib/HDLRuby/hdr_samples/with_multi_channels.rb
217
+ - lib/HDLRuby/hdr_samples/with_nand_board.rb
217
218
  - lib/HDLRuby/hdr_samples/with_of.rb
218
219
  - lib/HDLRuby/hdr_samples/with_program_c.rb
219
220
  - lib/HDLRuby/hdr_samples/with_program_ruby.rb
@@ -474,7 +475,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
474
475
  - !ruby/object:Gem::Version
475
476
  version: '0'
476
477
  requirements: []
477
- rubygems_version: 3.5.3
478
+ rubygems_version: 3.5.10
478
479
  signing_key:
479
480
  specification_version: 4
480
481
  summary: HDLRuby is a library for describing and simulating digital electronic systems.