measurand 0.1.0 → 0.1.1
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/CHANGELOG +8 -0
- data/lib/Measurand/VERSION.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0081d266d9ae51cbb07722737eef34f0d2bc4143ebd810e5c06f4d40e8cbd27d'
|
|
4
|
+
data.tar.gz: eb2cd2d56c3e6cbf889156b7b5e91723e2781b6edb0e0126fb0a7f8ce131dea0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c39ff9c75669a213327efc1fd2be2acfcc55f20c458d05a027622121a007b0d2ee9f7337197e9a431f79943f320b08daf69ef9b0c3fd348000b71cdf4a760c25
|
|
7
|
+
data.tar.gz: 8f7994034252a9d7890516b6478f5966a1a649aaa424df82b2fa5df024e909d805450115cf0de9e52abb20a28b81ebe5146756c33c7b5242f725623a694db1df
|
data/CHANGELOG
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 20260817
|
|
4
|
+
|
|
5
|
+
0.1.1: Populate the .gitignore, which had been committed empty.
|
|
6
|
+
|
|
7
|
+
1. ~ .gitignore: 47 lines, covering gem builds, bundler, RDoc and YARD output, .DS_Store, editor files, the Ruby version managers, test artefacts and .claude. The file was created empty by the root commit and nothing had since filled it in.
|
|
8
|
+
2. ~ Measurand::VERSION: /0.1.0/0.1.1/
|
|
9
|
+
|
|
10
|
+
|
|
3
11
|
## 20260815
|
|
4
12
|
|
|
5
13
|
0.1.0: + Measurand#place, Measurand#rounded_uncertainty.
|
data/lib/Measurand/VERSION.rb
CHANGED