rggen 0.6.3 → 0.6.4
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 +5 -5
- data/README.md +2 -4
- data/lib/rggen/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 1f61240cfbeb4ebe1bbb00e32effe4040e5e28eeacbab223751ad3539ce28f99
|
|
4
|
+
data.tar.gz: 6ae29730329fcbdda7d86185b20f802bced62a6cfb74f6aa7a014e426bf5c4f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1b1f1ddd3f63ad88e263222456e4ca092c6a2277cfd09a2ef3ee7095c37a4b9e7d15eb7cd755ac9e53809d50fefe4614f32ff93a83e9fbc9e8bcb2f687c1bbe
|
|
7
|
+
data.tar.gz: 6ddf34310aef40ce34903c152e857b8cf339b5ad8ec382f11bd42d4b23c51d1a9f2b6e72c8c52fa0a39decad994dd3458d103a4a49a2ca849a5cc71b608cfa4f
|
data/README.md
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
[](https://dependencyci.com/github/taichi-ishitani/rggen)
|
|
4
4
|
[](https://codeclimate.com/github/taichi-ishitani/rggen)
|
|
5
5
|
[](https://codeclimate.com/github/taichi-ishitani/rggen/coverage)
|
|
6
|
-
[](https://scan.coverity.com/projects/taichi-ishitani-rggen)
|
|
7
6
|
[](https://gitter.im/taichi-ishitani/rggen?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
8
7
|
|
|
9
8
|
# RgGen
|
|
@@ -53,7 +52,6 @@ If you have any questions, problems, ideas or somethings, you can post them on t
|
|
|
53
52
|
|
|
54
53
|
Bug reports and pull requests are welcome on GitHub at https://github.com/taichi-ishitani/rggen. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
55
54
|
|
|
56
|
-
##
|
|
55
|
+
## Copyright
|
|
57
56
|
|
|
58
|
-
Copyright © 2015-
|
|
59
|
-
RgGen is available as open source under the terms of [the MIT License](LICENSE.txt).
|
|
57
|
+
Copyright © 2015-2018 Taichi Ishitani. See [LICENSE.txt](LICENSE.txt) for further details.
|
data/lib/rggen/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rggen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Taichi Ishitani
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: baby_erubis
|
|
@@ -334,7 +334,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
334
334
|
requirements:
|
|
335
335
|
- - ">="
|
|
336
336
|
- !ruby/object:Gem::Version
|
|
337
|
-
version: '2.
|
|
337
|
+
version: '2.2'
|
|
338
338
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
339
339
|
requirements:
|
|
340
340
|
- - ">="
|
|
@@ -342,7 +342,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
342
342
|
version: '0'
|
|
343
343
|
requirements: []
|
|
344
344
|
rubyforge_project:
|
|
345
|
-
rubygems_version: 2.
|
|
345
|
+
rubygems_version: 2.7.3
|
|
346
346
|
signing_key:
|
|
347
347
|
specification_version: 4
|
|
348
348
|
summary: Code generation tool for control registers in a SoC design.
|