feelings 0.0.1 → 0.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6ea114c41b7209ab7464a90648496db559758e2c2b227d0e84bb83cc4381331
4
- data.tar.gz: ce9a7258312c3501aee7eb748e9e157b218afed0a8fb689f57d156d173573fe8
3
+ metadata.gz: d7957b34e8b0384ffd54b143a8b71d7b488fcb713abd975bf567370064291777
4
+ data.tar.gz: c0f52672a4ac528b1d1dee5dc4a883d6f5ec44ee8f97addf8039d374df741041
5
5
  SHA512:
6
- metadata.gz: 41d0a2e969d98fe47b788d92736b0cda09e6a1420cd7acb1c3b5b1f085dbede5d1520f14954b0a400596c808b3dcf7e0aac91d5ff3d801907ed15683536e7b99
7
- data.tar.gz: 1857417a1c55ca4888e025e470ae321e1f0777f77ae68febb4dbe0bae186e4f35bcb22f4932b5e864e210014f5673fab61abac3b52849c7256338a27b5ab01f6
6
+ metadata.gz: 225423820beaff51f2661e197c0639b7dc3fb6524227e40d54967f1646a2a5fc68638a1b9a4ee7468f5498963a94b20c7d7f8a2ec498391c3fbef4bc88bdc3af
7
+ data.tar.gz: 01fae6f042010a9a6c8863b4257924fb8a1a54987f87fb5e790e37e8ef0a9718c0a355346e0c95d634d3b380c31faa29cc1336cc5fdacbb94d9687041e568642
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0
4
+
5
+ - A `maybe` branch inside a `like` block turns the 0.3 / 0.7 bands on by branch
6
+ registration; no source introspection.
7
+ - Chaos checks the uncertain band first and samples only outside it.
8
+ - `like` and `like?` take `confidence:` explicitly so it is never read as a question.
9
+ - Answers are memoized per question, so a second floor on the same question never re-judges.
10
+ - The numeric-only lint checks label descriptions.
11
+ - The Stub judge answers choices for inline label sets.
12
+ - `Feelings.while` defaults to 5 passes.
13
+ - Depends on the published `ruby_decision_model` 0.1.0. Published through trusted publishing.
14
+
3
15
  ## 0.0.1
4
16
 
5
17
  - Initial release. `Feelings(value).like?`, `.like`, `.most_like`, `.pick`, and `.match` for
data/README.md CHANGED
@@ -163,7 +163,7 @@ Feelings(email).like?("spam") # => true, no network call
163
163
 
164
164
  ## Status
165
165
 
166
- 0.0.1. The API above is the whole surface.
166
+ 0.1.0. The API above is the whole surface.
167
167
 
168
168
  ## Releasing
169
169
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Feelings
4
- VERSION = "0.0.1"
4
+ VERSION = "0.1.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feelings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Obie Fernandez