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
data/unitsdb/unit_systems.yaml
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
- id: SI_base
|
3
|
-
name: SI
|
4
|
-
acceptable: true
|
5
|
-
- id: SI_derived_special
|
6
|
-
name: SI
|
7
|
-
acceptable: true
|
8
|
-
- id: SI_derived_non-special
|
9
|
-
name: SI
|
10
|
-
acceptable: true
|
11
|
-
- id: non-SI_acceptable
|
12
|
-
name: non-SI
|
13
|
-
acceptable: true
|
14
|
-
- id: non-SI_not_acceptable
|
15
|
-
name: non-SI
|
16
|
-
acceptable: false
|