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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/iso_1996.rb +2 -2
- metadata +5 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42c3f17927b946ad5503a42169fbb4d6f708bda610d7c3f222065dbf8a812a85
|
4
|
+
data.tar.gz: 6c5b485c2645308371a3d5310851a4250d4d804704b68a86e79afb77d81465ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1965d9bc3d89059822aa55c9bcde48d28074a33d5ad277c40b186177771ace12bf4672f605ad2268c25e74c0d12f842bd87cc1b0411c115354432194d86969f7
|
7
|
+
data.tar.gz: 2b0bcafd9ca8e0bdd9159a71ec8036da431b2f53fabf3e420cb535c9b37cd6587fd7b3025f18dc081181514cf9647ae91393e7175d53bb8ae15a483d16bde27d
|
data/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
|
2
|
-
# ISO 1996 - Acoustics
|
2
|
+
# ISO 1996 - Acoustics - Description, measurement and assessment of environmental noise Ruby gem.
|
3
3
|
|
4
4
|
[](https://badge.fury.io/rb/iso_1996)
|
5
5
|
[](https://rubydoc.info/gems/iso_1996)
|
6
6
|
|
7
|
-
Ruby implementation of ISO 1996 - Acoustics
|
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/
|
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.
|
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.
|
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.
|
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
|
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://
|
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:
|
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
|
96
|
+
summary: Implementation of ISO 1996 - Acoustics - Description, measurement and assessment
|
111
97
|
of environmental noise
|
112
98
|
test_files: []
|