ruby_event_store 2.15.0 → 2.16.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: 62ed90d03bfe8826f822e6f384c9571e58cdd9cd98457d22e06c79d57fec5637
4
- data.tar.gz: 131fbd2996e056d9010811acc065df372f520e6c588c304f860b3bc604b92856
3
+ metadata.gz: 489f70a5bed4167b5481ae5164f93ca528fcc4531d47ceca87e19e873eac67bd
4
+ data.tar.gz: 6f759de09703bb99786729474ae8c6c7b23ca3b1624fbe429646f2f8e68e76fe
5
5
  SHA512:
6
- metadata.gz: 4b37b5c8de06125797aa9d23354a5d7b05c91761c14783902c16a2719a91159015e3073ec229bd5eb6ce047cf2ef9a7b4ff2b27ab520da61a124366fd7276331
7
- data.tar.gz: 9d130c9f17aec1ff13ef1aee527dee2bdfc8276a5dbfa0d12a3ff42ce22fc88099d4706c55347f6df5322736b353e8b714a577332e196de996b09e6352577b91
6
+ metadata.gz: 51560fa9fff60cc8ef665e07485860ebfcc45ae3453dd91f3adb3b797b6e6cbea9ab0d47793bdb746370496f6eb62bdd06032bf712416c5dfd08f9ba65c73533
7
+ data.tar.gz: 106631c9930a61a7d8cc2b0b7f4613d4fd1dc026430a1461174244c84a511fb8875e5778ee9d1aa231b6c30c6813dbdbd010e2369b8238df95f3abf615c1b200
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "ostruct"
4
3
  module RubyEventStore
5
4
  class InMemoryRepository
6
5
  class UnsupportedVersionAnyUsage < StandardError
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyEventStore
4
- VERSION = "2.15.0"
4
+ VERSION = "2.16.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_event_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.0
4
+ version: 2.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arkency
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-08-09 00:00:00.000000000 Z
10
+ date: 2025-03-07 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: concurrent-ruby
@@ -104,7 +103,6 @@ metadata:
104
103
  source_code_uri: https://github.com/RailsEventStore/rails_event_store
105
104
  bug_tracker_uri: https://github.com/RailsEventStore/rails_event_store/issues
106
105
  rubygems_mfa_required: 'true'
107
- post_install_message:
108
106
  rdoc_options: []
109
107
  require_paths:
110
108
  - lib
@@ -119,8 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
117
  - !ruby/object:Gem::Version
120
118
  version: '0'
121
119
  requirements: []
122
- rubygems_version: 3.4.18
123
- signing_key:
120
+ rubygems_version: 3.6.2
124
121
  specification_version: 4
125
122
  summary: Implementation of an event store in Ruby
126
123
  test_files: []