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.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +2 -4
  3. data/lib/rggen/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5cf6420ad53a229357bd8445db927fe2c8c23d32
4
- data.tar.gz: 960ab1258d4dc08dc4f79679b7095f5d7a93dd9b
2
+ SHA256:
3
+ metadata.gz: 1f61240cfbeb4ebe1bbb00e32effe4040e5e28eeacbab223751ad3539ce28f99
4
+ data.tar.gz: 6ae29730329fcbdda7d86185b20f802bced62a6cfb74f6aa7a014e426bf5c4f0
5
5
  SHA512:
6
- metadata.gz: 3732f7f3ee3826b0594a03b9595172898229a26c0165a3f49a8777582a1fa7f8075a903a0d6ac6f76d89e81bbfca823e9a9e9f128f2ef964bcc0d03334367aa6
7
- data.tar.gz: b716700cfe79c466b05edf9f47b56ca6706089e09b613d24f8c29cd03d49b20aa1434c0a93e02982c48d902f6ae9e9562b5663b938ca4b69ef197bd05567b9c9
6
+ metadata.gz: b1b1f1ddd3f63ad88e263222456e4ca092c6a2277cfd09a2ef3ee7095c37a4b9e7d15eb7cd755ac9e53809d50fefe4614f32ff93a83e9fbc9e8bcb2f687c1bbe
7
+ data.tar.gz: 6ddf34310aef40ce34903c152e857b8cf339b5ad8ec382f11bd42d4b23c51d1a9f2b6e72c8c52fa0a39decad994dd3458d103a4a49a2ca849a5cc71b608cfa4f
data/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  [![Dependency Status](https://dependencyci.com/github/taichi-ishitani/rggen/badge)](https://dependencyci.com/github/taichi-ishitani/rggen)
4
4
  [![Code Climate](https://codeclimate.com/github/taichi-ishitani/rggen/badges/gpa.svg)](https://codeclimate.com/github/taichi-ishitani/rggen)
5
5
  [![Test Coverage](https://codeclimate.com/github/taichi-ishitani/rggen/badges/coverage.svg)](https://codeclimate.com/github/taichi-ishitani/rggen/coverage)
6
- [![Coverity Scan](https://scan.coverity.com/projects/10804/badge.svg)](https://scan.coverity.com/projects/taichi-ishitani-rggen)
7
6
  [![Join the chat at https://gitter.im/taichi-ishitani/rggen](https://badges.gitter.im/taichi-ishitani/rggen.svg)](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
- ## License
55
+ ## Copyright
57
56
 
58
- Copyright © 2015-2017 Taichi Ishitani.
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.
@@ -1,6 +1,6 @@
1
1
  module RgGen
2
2
  MAJOR = 0
3
3
  MINOR = 6
4
- TEENY = 3
4
+ TEENY = 4
5
5
  VERSION = "#{MAJOR}.#{MINOR}.#{TEENY}".freeze
6
6
  end
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.3
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: 2017-06-06 00:00:00.000000000 Z
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.0'
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.6.8
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.