iso_1996 1.0.0 → 1.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/iso_1996.rb +2 -2
  4. metadata +5 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58b7aaecfa7460bb341e22d3fdd31cbf0c0463c7dd757324f24d61cabf955051
4
- data.tar.gz: e01c3447842cd52d511ac7205cbc9f3191ac2cece2249c2bcbc6ceef6aa60e48
3
+ metadata.gz: 42c3f17927b946ad5503a42169fbb4d6f708bda610d7c3f222065dbf8a812a85
4
+ data.tar.gz: 6c5b485c2645308371a3d5310851a4250d4d804704b68a86e79afb77d81465ee
5
5
  SHA512:
6
- metadata.gz: d3623c9060b7b78c180325fea3150a92b63ab903c5ae516553a5d3cffa49613879511a7bd63e4e513d60ab1766d0e30a189775e272a2b0e8a06d7898a12623cb
7
- data.tar.gz: 44fd1b43650fbb939d30bd15f21e846035867147a3493b30a1ac702e6a96093c986d8b5b523328497d6d2744c609b7f4f361b22cd9df054169b16c216847dd6b
6
+ metadata.gz: 1965d9bc3d89059822aa55c9bcde48d28074a33d5ad277c40b186177771ace12bf4672f605ad2268c25e74c0d12f842bd87cc1b0411c115354432194d86969f7
7
+ data.tar.gz: 2b0bcafd9ca8e0bdd9159a71ec8036da431b2f53fabf3e420cb535c9b37cd6587fd7b3025f18dc081181514cf9647ae91393e7175d53bb8ae15a483d16bde27d
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
 
2
- # ISO 1996 - Acoustics Description, measurement and assessment of environmental noise Ruby gem.
2
+ # ISO 1996 - Acoustics - Description, measurement and assessment of environmental noise Ruby gem.
3
3
 
4
4
  [![Gem Version](https://badge.fury.io/rb/iso_1996.svg)](https://badge.fury.io/rb/iso_1996)
5
5
  [![Documentation](https://img.shields.io/badge/docs-rdoc.info-blue)](https://rubydoc.info/gems/iso_1996)
6
6
 
7
- Ruby implementation of ISO 1996 - Acoustics Description, measurement and assessment of environmental noise.
7
+ Ruby implementation of ISO 1996 - Acoustics - Description, measurement and assessment of environmental noise.
8
8
 
9
9
  ## Features
10
10
 
@@ -33,7 +33,7 @@ https://rubydoc.info/gems/iso_1996
33
33
 
34
34
  ## Contributing
35
35
  Bug reports and pull requests are welcome on GitHub at:
36
- https://github.com/yourusername/iso_1996
36
+ https://github.com/ciembor/iso_1996
37
37
 
38
38
  ## License
39
39
  The gem is available as open source under the terms of the MIT License.
data/lib/iso_1996.rb CHANGED
@@ -11,7 +11,7 @@
11
11
  #
12
12
  # Author:: Maciej Ciemborowicz
13
13
  # Date:: July 11, 2025
14
- # Version:: 1.0.0
14
+ # Version:: 1.1.0
15
15
  # License:: MIT
16
16
  #
17
17
  # == Usage
@@ -37,5 +37,5 @@ require_relative 'iso_1996/noise_limits'
37
37
  module ISO_1996
38
38
  ##
39
39
  # Current version of the gem
40
- VERSION = "1.0.0"
40
+ VERSION = "1.1.0"
41
41
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iso_1996
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maciej Ciemborowicz
@@ -52,22 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '6.5'
55
- - !ruby/object:Gem::Dependency
56
- name: github-pages
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '228'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - "~>"
67
- - !ruby/object:Gem::Version
68
- version: '228'
69
55
  description: |2
70
- Ruby implementation of ISO 1996 - Acoustics Description, measurement and assessment of environmental noise.
56
+ Ruby implementation of ISO 1996 - Acoustics - Description, measurement and assessment of environmental noise.
71
57
  Includes all three parts:
72
58
  - ISO 1996-1:2003: Basic quantities and assessment procedures
73
59
  - ISO 1996-2:2007: Determination of sound pressure levels
@@ -87,7 +73,7 @@ homepage: https://github.com/ciembor/iso_1996
87
73
  licenses:
88
74
  - MIT
89
75
  metadata:
90
- documentation_uri: https://ciembor.github.io/iso_1996
76
+ documentation_uri: https://rubydoc.info/gems/iso_1996
91
77
  source_code_uri: https://github.com/ciembor/iso_1996
92
78
  post_install_message:
93
79
  rdoc_options: []
@@ -97,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
83
  requirements:
98
84
  - - ">="
99
85
  - !ruby/object:Gem::Version
100
- version: 3.3.0
86
+ version: '0'
101
87
  required_rubygems_version: !ruby/object:Gem::Requirement
102
88
  requirements:
103
89
  - - ">="
@@ -107,6 +93,6 @@ requirements: []
107
93
  rubygems_version: 3.5.3
108
94
  signing_key:
109
95
  specification_version: 4
110
- summary: Implementation of ISO 1996 - Acoustics Description, measurement and assessment
96
+ summary: Implementation of ISO 1996 - Acoustics - Description, measurement and assessment
111
97
  of environmental noise
112
98
  test_files: []