HDLRuby 2.0.15 → 2.0.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c8d6975dfac68a4e9a54d3a772d512dba87bee4
4
- data.tar.gz: 957abda1e77894ba5d3cf5ac05ce22bacffd2cd9
3
+ metadata.gz: 8bde8616452c90688c4bf041ffbbf5dcbbe42f91
4
+ data.tar.gz: 6e29932cb6d9db01fda933b0255d3c0a46a409d5
5
5
  SHA512:
6
- metadata.gz: 8e687d57b6508f485e7e9d714cd2d87535109ed5a0b71a69de1a649c502085766cef33e5d4a8133d44e0c860db81bcf9ca9f811efed9efe2406b126afb1f5f92
7
- data.tar.gz: 31ce90cd66430720a085ef8e56232ea7261b1f55f4c0828583616f05371409215d2fef926bcfbe5131287b766945bb0c9f3ceb7def708757229d23a9521812b2
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{Hardware Ruby is a library for describing and simulating digital electronic systems.}
13
- spec.description = %q{Hardware Ruby 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.}
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
 
@@ -1,3 +1,3 @@
1
1
  module HDLRuby
2
- VERSION = "2.0.15"
2
+ VERSION = "2.0.16"
3
3
  end
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.15
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-02 00:00:00.000000000 Z
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: Hardware Ruby is a library for describing and simulating digital electronic
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: Hardware Ruby is a library for describing and simulating digital electronic
299
- systems.
298
+ summary: HDLRuby is a library for describing and simulating digital electronic systems.
300
299
  test_files: []