HDLRuby 2.0.13 → 2.0.14

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: cc8bc67a8b7e6b271c16b81e2b8908b67ba6f3d5
4
- data.tar.gz: 067d9c0d93e492c267cd85bb4628d52f064b1844
3
+ metadata.gz: 18e9c66c12cae1f0006e0cabdf39eed47abfd91e
4
+ data.tar.gz: ed9019a6449d95d522ac542160871789023b8440
5
5
  SHA512:
6
- metadata.gz: e8ee4d0e62a0693593fe7a5e703e9e5f0c4f50e1bc8795f02c50b7ef59d3f292331aef3d40a959e6c85cd25930bed7ae831c47f713263932af91a7a429ffe67b
7
- data.tar.gz: 4ef5a298983fc31231fcc4c4b534edc163a023028fd491bc4c6e483bacbb34c223539e9824bc51f5abd8bb1b02216bb32a3ad620f6788bc2e29e6c94198370bc
6
+ metadata.gz: 00f4474c5cd66da9ebfd727aa42724472e2b6f62b49d2b7f63704c20549d564f4fc0ea217243869277091c086460872528f5cdc723aa0ca98bc3824da4ec8fc0
7
+ data.tar.gz: 150f3195c3779a826dd1927e55b3bf2f9d03e0aa700393f018875d2c6a4abf13e5e1f97016c86ecd9bdfc2301585efbcb6d1f92be9e1f8948716504571c8d024
@@ -11,12 +11,12 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Hardware Ruby is a library for describing and simulating digital electronic systems.}
13
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.}
14
- spec.homepage = "https://github.com/civol"
14
+ spec.homepage = "https://github.com/civol/HDLRuby"
15
15
  spec.license = "MIT"
16
16
 
17
- if spec.respond_to?(:metadata) then
18
- spec.metadata["source_code_uri"] = "https://github.com/civol/HDLRuby"
19
- end
17
+ # if spec.respond_to?(:metadata) then
18
+ # spec.metadata["source_code_uri"] = "https://github.com/civol/HDLRuby"
19
+ # end
20
20
 
21
21
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
22
22
  f.match(%r{^(test|spec|features)/})
@@ -1,3 +1,3 @@
1
1
  module HDLRuby
2
- VERSION = "2.0.13"
2
+ VERSION = "2.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: HDLRuby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.13
4
+ version: 2.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lovic Gauthier
@@ -272,11 +272,10 @@ files:
272
272
  - lib/HDLRuby/version.rb
273
273
  - makedoc
274
274
  - metadata.yaml
275
- homepage: https://github.com/civol
275
+ homepage: https://github.com/civol/HDLRuby
276
276
  licenses:
277
277
  - MIT
278
- metadata:
279
- source_code_uri: https://github.com/civol/HDLRuby
278
+ metadata: {}
280
279
  post_install_message:
281
280
  rdoc_options: []
282
281
  require_paths: