rggen-c-header 0.5.0 → 0.6.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0a75e055ee75d542f00bca4cfddc48a8ed75ced985b5e316ab8e7f065770536
4
- data.tar.gz: 6b09d1bc77717fb3f2147e33ed4932087d7333b428f878508da0bc47a258ccc7
3
+ metadata.gz: 9c7232ea3a1e0de32723f460356b3c184eb478894228b68386c6cb4119583ff4
4
+ data.tar.gz: d3fddbe57e41040e2b2682a4565a73c2918659b54d719d18c390f18910064964
5
5
  SHA512:
6
- metadata.gz: f2a81c0e88419f1d55671e4cf469ef966b751298d5a2e14c472f28f98b523353fc62cf3fed31d6cf75e6148441fddba98dcec336acb1ce0c2b0b374fce445575
7
- data.tar.gz: 585d5453b7bf78d6ce6878be337c80a22805148a2439ddccbd984e53e3f5aa276b20570ad5143f1a668daed4007df4ee7fa2aac8ee91e11c7d734009921ea2d1
6
+ metadata.gz: 4dd5e654cd6fde1b76dd5b7dd459c8333423f9e43283c0eb9a650a0e3b5347edc46143f0e1e6e487a3d48b4ed7287ca5bc12a0232b1946c101985164407300b0
7
+ data.tar.gz: 5c1b50f08dc1cc0e2f130e210faa2bbda39f19702fb6bd57d1f138d084bd2926b5d474eef414c9ea62c14a8248be2a114690e76f942e5d90d10ab6487ebb5df8
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022-2023 Taichi Ishitani
3
+ Copyright (c) 2022-2025 Taichi Ishitani
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/rggen-c-header.svg)](https://badge.fury.io/rb/rggen-c-header)
2
2
  [![CI](https://github.com/rggen/rggen-c-header/actions/workflows/ci.yml/badge.svg)](https://github.com/rggen/rggen-c-header/actions/workflows/ci.yml)
3
- [![Maintainability](https://api.codeclimate.com/v1/badges/abc9b4eea884c4b32805/maintainability)](https://codeclimate.com/github/rggen/rggen-c-header/maintainability)
3
+ [![Maintainability](https://api.codeclimate.com/v1/badges/45815488e90d3e195f89/maintainability)](https://codeclimate.com/github/rggen/rggen-c-header/maintainability)
4
4
  [![codecov](https://codecov.io/gh/rggen/rggen-c-header/branch/master/graph/badge.svg?token=kUhLlLvtv6)](https://codecov.io/gh/rggen/rggen-c-header)
5
5
  [![Gitter](https://badges.gitter.im/rggen/rggen.svg)](https://gitter.im/rggen/rggen?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
6
6
 
@@ -41,7 +41,7 @@ Feedbacks, bus reports, questions and etc. are welcome! You can post them bu usi
41
41
 
42
42
  ## Copyright & License
43
43
 
44
- Copyright © 2022-2023 Taichi Ishitani. RgGen::CHeader is licensed under the [MIT License](https://opensource.org/licenses/MIT), see [LICENSE](LICENSE) for futher details.
44
+ Copyright © 2022-2025 Taichi Ishitani. RgGen::CHeader is licensed under the [MIT License](https://opensource.org/licenses/MIT), see [LICENSE](LICENSE) for futher details.
45
45
 
46
46
  ## Code of Conduct
47
47
 
@@ -9,7 +9,7 @@ RgGen.define_simple_feature(:register_block, :c_header) do
9
9
  message =
10
10
  'enabling wide register is not allowed ' \
11
11
  'for c header file generation'
12
- raise RgGen::Core::Configuration::ConfigurationError.new(message)
12
+ raise RgGen::Core::SourceError.new(message)
13
13
  end
14
14
  end
15
15
 
@@ -58,11 +58,11 @@ module RgGen
58
58
  end
59
59
 
60
60
  def bus_width
61
- configuration.bus_width
61
+ register_block.bus_width
62
62
  end
63
63
 
64
64
  def bus_byte_width
65
- configuration.byte_width
65
+ register_block.byte_width
66
66
  end
67
67
  end
68
68
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RgGen
4
4
  module CHeader
5
- VERSION = '0.5.0'
5
+ VERSION = '0.6.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rggen-c-header
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taichi Ishitani
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-12-28 00:00:00.000000000 Z
10
+ date: 2025-01-23 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: C header file writer plugin for RgGen
14
13
  email:
@@ -43,7 +42,6 @@ metadata:
43
42
  rubygems_mfa_required: 'true'
44
43
  source_code_uri: https://github.com/rggen/rggen-c-header
45
44
  wiki_uri: https://github.com/rggen/rggen/wiki
46
- post_install_message:
47
45
  rdoc_options: []
48
46
  require_paths:
49
47
  - lib
@@ -51,15 +49,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
51
49
  requirements:
52
50
  - - ">="
53
51
  - !ruby/object:Gem::Version
54
- version: 3.0.0
52
+ version: '3.1'
55
53
  required_rubygems_version: !ruby/object:Gem::Requirement
56
54
  requirements:
57
55
  - - ">="
58
56
  - !ruby/object:Gem::Version
59
57
  version: '0'
60
58
  requirements: []
61
- rubygems_version: 3.5.3
62
- signing_key:
59
+ rubygems_version: 3.6.2
63
60
  specification_version: 4
64
- summary: rggen-c-header-0.5.0
61
+ summary: rggen-c-header-0.6.0
65
62
  test_files: []