atmospheric 0.1.0 → 0.2.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.
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atmospheric
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-07 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: measured
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: rake
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -38,8 +52,9 @@ dependencies:
38
52
  - - "~>"
39
53
  - !ruby/object:Gem::Version
40
54
  version: '3.0'
41
- description: Library to calculate values for the International Standard Atmosphere
42
- (ISA) defined in ISO 2533:1975 and ICAO 7488/3 1994
55
+ description: |-
56
+ Implementation of International Standard Atmosphere (ISA) formulas as
57
+ defined in ISO 2533:1975 and ICAO 7488/3 1994"
43
58
  email:
44
59
  - open.source@ribose.com
45
60
  executables: []
@@ -51,6 +66,15 @@ files:
51
66
  - LICENSE.txt
52
67
  - README.adoc
53
68
  - lib/atmospheric.rb
69
+ - lib/atmospheric/export.rb
70
+ - lib/atmospheric/export/hypsometrical_tables.rb
71
+ - lib/atmospheric/export/iso_25331975.rb
72
+ - lib/atmospheric/export/iso_25331975/group_base.rb
73
+ - lib/atmospheric/export/iso_25331975/group_one.rb
74
+ - lib/atmospheric/export/iso_25331975/group_three.rb
75
+ - lib/atmospheric/export/iso_25331975/group_two.rb
76
+ - lib/atmospheric/export/iso_25331997.rb
77
+ - lib/atmospheric/export/target.rb
54
78
  - lib/atmospheric/isa.rb
55
79
  - lib/atmospheric/version.rb
56
80
  - spec/fixtures/iso-2533-1975-table5.yaml
@@ -60,7 +84,7 @@ homepage: https://github.com/metanorma/atmospheric
60
84
  licenses:
61
85
  - BSD-2-Clause
62
86
  metadata: {}
63
- post_install_message:
87
+ post_install_message:
64
88
  rdoc_options: []
65
89
  require_paths:
66
90
  - lib
@@ -75,8 +99,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
99
  - !ruby/object:Gem::Version
76
100
  version: '0'
77
101
  requirements: []
78
- rubygems_version: 3.4.10
79
- signing_key:
102
+ rubygems_version: 3.3.26
103
+ signing_key:
80
104
  specification_version: 4
81
- summary: Library to calculate values for the International Standard Atmosphere (ISA)
105
+ summary: Implementation of International Standard Atmosphere (ISA) formulas"
82
106
  test_files: []