robot_lab-durable 0.2.7 → 0.2.8

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: 15b0a66aef80c6366253ec24e40aebfc7c02bcc25c0ab54962aa7b2826ca3946
4
- data.tar.gz: e7263ad2caa573fc07019a7b7dcaf4fdb0ec75a983d0c4d7a5246c2428d2eb9d
3
+ metadata.gz: 92b14b9efcf6ae282b64b2c42faf520d318e2ac9ff615abbdd3e5b2112e8b764
4
+ data.tar.gz: d19e06fa62ebc1ff906f96c56aea6917e7d747a293786f0fe62db67a0137abb6
5
5
  SHA512:
6
- metadata.gz: ffab00298878240a52f84db35499c0117de26c6e3f122a6f3e71d58a9e1bfaa0dde020790233fcbe6d61889d43f91fad64ac011a17ac405d09bae6d0e4d44caa
7
- data.tar.gz: 26853e724f5e504d0adec22d9e8618888af6e5253203bf929a8b1d29a3783e99de7443a897bacae930557ec1dca9a3f52db3c388399b63934831022ed7201183
6
+ metadata.gz: 3f11999113cd07c0a20e271c622d69e0b42646f586d1601323a37ab92d660fe9eac79193349081e811a895af86509ce5487a4b4f2024f61da839a7e9b42fe441
7
+ data.tar.gz: cbfce254df151e49336c1f012237f5e19e97e27255b9523cb63471985965b5a939df3cdf42673d39cfff3048953db258299907409f7d53ede1fb4f9556654842
data/.envrc CHANGED
@@ -1,3 +1,6 @@
1
+ # robot_lab_project/robot_lab-durable/.envrc
2
+
1
3
  source_up
4
+
2
5
  export RR=`pwd`
3
6
  export BUNDLE_GEMFILE=Gemfile
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.8] - 2026-09-09
4
+
5
+ Released in lockstep with `robot_lab` core v0.2.8: this gem now resolves the released core gem from RubyGems instead of the local sibling checkout (local-path development remains available via `BUNDLE_GEMFILE=Gemfile.local`). Also in this release: reek added to the development bundle, and gem lifecycle tasks moved to asgard.
6
+
3
7
  ### Added
4
8
  - `.loki` Asgard task file: `test`, `rubocop`, `rubocop_fix`, `flog`, `flay`, `quality`, `build`, `install`, `release`, and `console` tasks via the Asgard task runner
5
9
  - `flay_check` Rake task: structural code duplication gate (mass threshold 50); integrated into the `quality` Rake task
data/Rakefile CHANGED
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'bundler/gem_tasks'
4
3
  require 'rake/testtask'
5
4
 
6
5
  Rake::TestTask.new(:test) do |t|
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RobotLab
4
4
  module Durable
5
- VERSION = '0.2.7'
5
+ VERSION = '0.2.8'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: robot_lab-durable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dewayne VanHoozer
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 4.0.19
98
+ rubygems_version: 4.0.20
99
99
  specification_version: 4
100
100
  summary: HTM-backed long-term memory for RobotLab agents
101
101
  test_files: []