unitsml 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +66 -11
- data/lib/unitsml/version.rb +1 -1
- data/unitsdb/dimensions.yaml +859 -0
- data/unitsdb/docs/README.adoc +12 -0
- data/unitsdb/docs/navigation.adoc +7 -0
- data/unitsdb/prefixes.yaml +294 -0
- data/unitsdb/quantities.yaml +2467 -0
- data/unitsdb/unit_systems.yaml +16 -0
- data/unitsdb/units.yaml +10502 -0
- metadata +8 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
@@ -169,6 +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
|
172
179
|
- unitsml.gemspec
|
173
180
|
homepage: https://github.com/unitsml/unitsml-ruby
|
174
181
|
licenses:
|