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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +8 -0
  3. data/lib/Measurand/VERSION.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4caf91e22da69c556702463204bf65ea9eec1c52b6dcaf05552fc0c91405af22
4
- data.tar.gz: be7b0a5d116588a0aad0dac6f9aa7b7eda71eeedb0efb0f45d4ab8d0768a15bb
3
+ metadata.gz: '0081d266d9ae51cbb07722737eef34f0d2bc4143ebd810e5c06f4d40e8cbd27d'
4
+ data.tar.gz: eb2cd2d56c3e6cbf889156b7b5e91723e2781b6edb0e0126fb0a7f8ce131dea0
5
5
  SHA512:
6
- metadata.gz: 7644fba9dd884b911bb436af4fadfbea172195baa51b57b15c20f6f0ae9e7c2c7a499e8ef6ad815e918df430cfbfac9cddc2abb768eb3ce1f6d48deefe431973
7
- data.tar.gz: 945f167c52db919848a324a81585f9c0b747c2676bf3361eeac76044080b09139af5d406e28d51799cdcaf6a0a535bb974c459594e2a15f11f4b21ec991a344c
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.
@@ -1,3 +1,3 @@
1
1
  class Measurand
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: measurand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoran