unitsml 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/lib/unitsml/version.rb +1 -1
- metadata +4 -11
- 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: ddeea3bb17c86ba25f7372ada8f793263409001041c7b9b2599bce78fa93c5b2
|
4
|
+
data.tar.gz: cc52c354309aebb6f3d954fe8660103631447e5d3a46e8c64d66a0d39f26f09f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e62bbe2aada03fc0563c878abc73991332407f12d506c04b31d3c386cded8cb431e202f654612487606b4b57121eb46686cb46a85e7ea299f7ad0654d720d875
|
7
|
+
data.tar.gz: fab6eb7ea16bba3ee8d4d0bc707ae417fd24be1bdd98ac9003207d4edcf37b9dd1eeeb122e231cc576effab1d7285f93c8b8a1ff60b281438a22aef569e43c56
|
data/.gitignore
CHANGED
data/lib/unitsml/version.rb
CHANGED
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
11
|
date: 2023-11-06 00:00:00.000000000 Z
|
@@ -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: []
|