HDLRuby 2.0.15 → 2.0.16
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/HDLRuby.gemspec +2 -2
- data/lib/HDLRuby/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8bde8616452c90688c4bf041ffbbf5dcbbe42f91
|
|
4
|
+
data.tar.gz: 6e29932cb6d9db01fda933b0255d3c0a46a409d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d4e7b722be5aa540bd6f9ad3aa5e20bb4fb8693cb87c9c913eb808c46a430a22a51d80347bd5dde3ba91e90b4f54d271f05c54aa1c2cb2b69444eff01816cab
|
|
7
|
+
data.tar.gz: 46c2e0b772be687126caf7411c07468c558c3d967cc59659b30966a021bd78e9dae1dac891459df53a18b4938ec842fdfdbd44df2257cdd72d5d01117b53cbba
|
data/HDLRuby.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Lovic Gauthier"]
|
|
10
10
|
spec.email = ["lovic@ariake-nct.ac.jp"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.description = %q{
|
|
12
|
+
spec.summary = %q{HDLRuby is a library for describing and simulating digital electronic systems.}
|
|
13
|
+
spec.description = %q{HDLRuby is a library for describing and simulating digital electronic systems. With this library it will possible to describe synthesizable hardware using all the features of the Ruby language, e.g., object orientation, duck typing, closure. This library is also usable through irb for interactive design and simulation.}
|
|
14
14
|
spec.homepage = "https://github.com/civol/HDLRuby"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
data/lib/HDLRuby/version.rb
CHANGED
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: 2.0.
|
|
4
|
+
version: 2.0.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lovic Gauthier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-01-
|
|
11
|
+
date: 2020-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description:
|
|
41
|
+
description: HDLRuby is a library for describing and simulating digital electronic
|
|
42
42
|
systems. With this library it will possible to describe synthesizable hardware using
|
|
43
43
|
all the features of the Ruby language, e.g., object orientation, duck typing, closure.
|
|
44
44
|
This library is also usable through irb for interactive design and simulation.
|
|
@@ -295,6 +295,5 @@ rubyforge_project:
|
|
|
295
295
|
rubygems_version: 2.5.2.3
|
|
296
296
|
signing_key:
|
|
297
297
|
specification_version: 4
|
|
298
|
-
summary:
|
|
299
|
-
systems.
|
|
298
|
+
summary: HDLRuby is a library for describing and simulating digital electronic systems.
|
|
300
299
|
test_files: []
|