unitsml 0.2.1 → 0.2.3
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/.github/workflows/release.yml +1 -0
- data/.gitignore +2 -0
- data/lib/unitsml/version.rb +1 -1
- metadata +5 -12
- data/unitsdb/dimensions.yaml +0 -859
- data/unitsdb/docs/README.adoc +0 -12
- data/unitsdb/docs/navigation.adoc +0 -7
- data/unitsdb/prefixes.yaml +0 -294
- data/unitsdb/quantities.yaml +0 -2467
- data/unitsdb/unit_systems.yaml +0 -16
- data/unitsdb/units.yaml +0 -10502
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e428b325cfc9049247c4c1594b7f0b6a9a1a69887bda09f29ee572807dbc8be
|
|
4
|
+
data.tar.gz: a6767a8951c7e483e5693ac11874bff5fe3a9a4d3ad828bca543f09f5dba3982
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 800af6da5a084564685118683cd7b7a3e997f0c56e9e11cf5ac232aa4b1cab138634bc7c1d608a527a49a91bfbc018dec00c881d81d29f58c36455025d25e0e3
|
|
7
|
+
data.tar.gz: 3c8b0c7134447857ba6a8a7a45fbbec5b0bf4e62077ee0e49a5cb3b28ff40dbf04ac32fc82fc680f28634aba4659791d52e329d830dfcb062b5b8023bcc20771
|
|
@@ -16,5 +16,6 @@ jobs:
|
|
|
16
16
|
uses: metanorma/ci/.github/workflows/rubygems-release.yml@main
|
|
17
17
|
with:
|
|
18
18
|
next_version: ${{ github.event.inputs.next_version }}
|
|
19
|
+
post_install: 'git submodule update --remote --recursive'
|
|
19
20
|
secrets:
|
|
20
21
|
rubygems-api-key: ${{ secrets.UNITSML_CI_RUBYGEMS_API_KEY }}
|
data/.gitignore
CHANGED
data/lib/unitsml/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unitsml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
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: 2023-11-
|
|
11
|
+
date: 2023-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: plurimath
|
|
@@ -169,20 +169,13 @@ files:
|
|
|
169
169
|
- lib/unitsml/unitsdb.rb
|
|
170
170
|
- lib/unitsml/utility.rb
|
|
171
171
|
- lib/unitsml/version.rb
|
|
172
|
-
- unitsdb/dimensions.yaml
|
|
173
|
-
- unitsdb/docs/README.adoc
|
|
174
|
-
- unitsdb/docs/navigation.adoc
|
|
175
|
-
- unitsdb/prefixes.yaml
|
|
176
|
-
- unitsdb/quantities.yaml
|
|
177
|
-
- unitsdb/unit_systems.yaml
|
|
178
|
-
- unitsdb/units.yaml
|
|
179
172
|
- unitsml.gemspec
|
|
180
173
|
homepage: https://github.com/unitsml/unitsml-ruby
|
|
181
174
|
licenses:
|
|
182
175
|
- BSD-2-Clause
|
|
183
176
|
metadata:
|
|
184
177
|
homepage_uri: https://github.com/unitsml/unitsml-ruby
|
|
185
|
-
post_install_message:
|
|
178
|
+
post_install_message:
|
|
186
179
|
rdoc_options: []
|
|
187
180
|
require_paths:
|
|
188
181
|
- lib
|
|
@@ -199,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
199
192
|
version: '0'
|
|
200
193
|
requirements: []
|
|
201
194
|
rubygems_version: 3.3.26
|
|
202
|
-
signing_key:
|
|
195
|
+
signing_key:
|
|
203
196
|
specification_version: 4
|
|
204
197
|
summary: Gem-wrapper for working with unitsdb
|
|
205
198
|
test_files: []
|