plan_my_stuff 1.1.0 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ebad7566954c25e32a08db69c0371b4328fa7fb242c59a6f3ef70f2682e2671
4
- data.tar.gz: 0435a322e73075d11006907068556be895a14dc956d0a41efa7a4ebc0f6b5540
3
+ metadata.gz: c0f31d5e29ef0651a4df50d4072a36aad245cd679a5180d1216fc44e271b6a4e
4
+ data.tar.gz: 6296f1f8a9aad8f09da7bb2f2b5c579b716f6a82c3f8f93f2369487c759e254b
5
5
  SHA512:
6
- metadata.gz: c72c64408c325f038304f85a368bcb9419063bf16ff48fb5c18707b4246f11d6f373ea4ab79a6528e225718b0db02bd88bb92b91b2069104126593801a8c9f1f
7
- data.tar.gz: 56303a07b5a767acbe2e0ac0c5d50cf2de4aa534bf568b360bc34d1342ff9acc19e29164d4edd05e7e63912eb9fbe4076d3a2081252967d78f4782d27f1bf954
6
+ metadata.gz: 4a297c9e689b711e111d90f810f0e21aa484f089c309ea13e7ae8223798416aacd3ba11d81c18f4a3cd9d57574d00c782d4e24aaf295d686f0a76a23b3ed852f
7
+ data.tar.gz: ca412ab09db968c32247c1d41072f66663b316bd2285e5455c149c6f88c9158a31de8a46533b41a42f94258ac0212f5e854667d1cc4c9c00de7311d490a426c5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Fixed
6
+
7
+ - `Issue#mark_responded!` now reloads `self` after stamping `metadata.responded_at` via the class-level
8
+ `Issue.update!`. Previously the in-memory instance kept its pre-update `updated_at`, so any `pipeline_started`
9
+ subscriber that called `payload[:project_item].issue.update!` tripped `raise_if_stale!` and raised
10
+ `PlanMyStuff::StaleObjectError` mid-take
11
+
3
12
  ## 1.1.0
4
13
 
5
14
  ### Added
@@ -961,6 +961,7 @@ module PlanMyStuff
961
961
  repo: repo,
962
962
  metadata: { responded_at: PlanMyStuff.format_time(Time.now.utc) },
963
963
  )
964
+ reload
964
965
  end
965
966
 
966
967
  # Re-fetches this issue from GitHub and updates all local attributes.
@@ -4,7 +4,7 @@ module PlanMyStuff
4
4
  module VERSION
5
5
  MAJOR = 1
6
6
  MINOR = 1
7
- TINY = 0
7
+ TINY = 1
8
8
 
9
9
  # Set PRE to nil unless it's a pre-release (beta, rc, etc.)
10
10
  PRE = nil
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plan_my_stuff
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-06-04 00:00:00.000000000 Z
11
+ date: 2026-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails