measurand 0.1.3 → 0.1.4
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 +6 -0
- data/Gemfile +1 -1
- 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: 7b49f29bbaa51a6a6bbe63faecae8f92681d545595af23cb5820b54791747394
|
|
4
|
+
data.tar.gz: aa9ce920707eb96d433cd8157d7257a82d120c2385a9e1ab5dbda557c4789bc3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e3c4c392f89a5427937d964a354cec53add90d8525918cf0f30983af52172e84845a12981a95bed84fa495fbb38377e58334386ca310f460d47a008ff823989
|
|
7
|
+
data.tar.gz: 56c26c6cf354e6c116de3e35eae55370ffd4fc82cb6d3d45ed9c0042f9d93207fb3e162a17ecd465af21ac79f5cb33dc903f8a713f42f7f12358d193cef7b9ef
|
data/CHANGELOG
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## 20260826
|
|
4
4
|
|
|
5
|
+
0.1.4: + measurand.rb.gemspec, so that the gem resolves under both names.
|
|
6
|
+
|
|
7
|
+
1. + measurand.rb.gemspec
|
|
8
|
+
2. ~ Gemfile: /gemspec/gemspec name: 'measurand'/, bundler refusing to parse a Gemfile whose bare gemspec directive finds more than one gemspec to choose from.
|
|
9
|
+
3. ~ Measurand::VERSION: /0.1.3/0.1.4/
|
|
10
|
+
|
|
5
11
|
0.1.3: + minitest and rake as development dependencies, the Gemfile having resolved nothing.
|
|
6
12
|
|
|
7
13
|
1. ~ measurand.gemspec: + spec.development_dependencies, + Gem::Specification#development_dependencies= helper.
|
data/Gemfile
CHANGED
data/lib/Measurand/VERSION.rb
CHANGED