sandthorn_sequel_projection-0.1.0

https://rubygems.org

sandthorn_sequel_projection

quick gemspec

.gem

.gem metadata (gemspec)

.gemspec

id: 784244

number: 0.1.0

platform: ruby

spec_sha256: 7a08d827834f00f139e5f2260f52dbc4121f05e44d132f3ada5b71a8170d9a59

sha256: 53190c5fc4447a2636faebdbc4d2a60c35b9a4ac498438c3ab48d6f1326c517b

created_at: 2024-05-13 08:25:44 UTC

updated_at: 2024-06-10 15:42:04 UTC

position: 0

version_data_entries_count: 40

uploaded_at: 2016-05-13 08:37:35 UTC

indexed: true

has_extensions:

extensions:

Gem size: 19.5 KB

Version Data Entries

Total: 40

Unpacked size: 120 KB

Full NameModeUIDGIDMtimeLinknameSizeSHA
.autotest10064400110 Bytes511e9f1d0765f920e7a2577ef1ff6d688e7dd9efc8d6470353e292fe0f992940
.gitignore10064400190 Bytes51eea8d35b0c6c0bd1b55e5815765b8cd9df75c10a8d5a8cbb1acd3d1d2dfbb0
.rspec1006440030 Bytese3a05cdf2301e0e7d8be6b1d1137aa310d7d023575bb2f305df3519c6df5cf2b
.ruby-gemset1006440028 Bytes9ac323f851a68d92482127d48db41eff8af9edb26b0eb8b5aeb87608778da438
.ruby-version100644009 Bytesf49d20ed2c3a0d98bfc84e83b0c7e3244669b55318bbf27074718bd5c4ee48ef
.travis.yml10064400239 Bytes8049579d6f3a6ea407efc26a0e03218c87094a822b32459046cc1cb5ae9b5c75
Gemfile10064400112 Bytes22593b2489ae33c0d5527123029c761d63743849396204465fb1096a68f4c046
LICENSE.txt100644001.04 KBdf6d8078ae5fa6b03034cce633fb0363ba91c520d5ccbe7c766a8bd0292ce536
README.md100644004.14 KB3d79d28111bb50b201d48c2312258a0cf097ae284a8cce1a35c815808bb70153
Rakefile10064400286 Bytes241b8e226c2c0405ba2f46bd655cba4ef9e08513ff3db27560401a641697e7e5
lib/sandthorn_sequel_projection.rb100644001.59 KBc0197c2f08cc01642937205f1eae595c3663e2ccf00b6bc16ad024bcc31aa66b
lib/sandthorn_sequel_projection/cursor.rb10064400887 Bytes3818264c8460a43866b00566ba3f07864a3260d5ff9e7421cf75ec35fa7b8991
lib/sandthorn_sequel_projection/errors.rb10064400313 Bytese176a1f5be4cdcd0f4e3b3bca495de335ccace00248836817818868f7980f334
lib/sandthorn_sequel_projection/event_handler.rb100644001.18 KB222f0a35c3631d7c9f9732640638f79e2435a4e80fed9472714bc3b5f666d201
lib/sandthorn_sequel_projection/event_handler_collection.rb10064400516 Bytes5529ce18a120862ff1bfde3713ae7787a91a51e680f3eed63b3c0495bed5b8f3
lib/sandthorn_sequel_projection/event_store.rb10064400290 Bytes67ccee81a30a5d463fa814856ea07978524f4c8d6fb8a0313122394ab9a47376
lib/sandthorn_sequel_projection/lock.rb100644001.45 KBb014bb69af2881154cd7d9ba074a0f26e6a699c96faa718e861f71386219bb47
lib/sandthorn_sequel_projection/manifest.rb10064400184 Bytes105f677ce62773910e83f73e31fd22ea9a95e058d09feab98fed651d8e411294
lib/sandthorn_sequel_projection/processed_events_tracker.rb100644002.22 KB4f728c8df4eb1cf16fcc27786e0c67ef35aaae393070b829e389d6f7ba945b04
lib/sandthorn_sequel_projection/projection.rb100644001.58 KBf6d23e3de64de19988775d6f2e2f9b88fc3d609111749cf5cd1b48551aff5b73
lib/sandthorn_sequel_projection/runner.rb100644001.09 KB3e7b55bb326781c10070b1aad9bf947cc0ae9fae6ad2d49b98937f13e157eaa9
lib/sandthorn_sequel_projection/tasks.rb10064400289 Bytesd4e3be863dc97a452fc5184c30aaa71a60ef718485b29559c64eed1d1dcc54f1
lib/sandthorn_sequel_projection/utilities.rb10064400155 Bytes3edf8ae977e4f93014b6ece1151fa8deba48fefc8bf01287f31b381784c0a905
lib/sandthorn_sequel_projection/utilities/core_extensions/array_wrap.rb10064400304 Bytesce779db0eedddc635f4175f41fc3cf88fefb4d15ad637e0f1a2539847da64b3d
lib/sandthorn_sequel_projection/utilities/null_proc.rb10064400148 Bytes22c999521432c90b776ce6cb764da547bef0d86b535f2d193c215033aa7a6251
lib/sandthorn_sequel_projection/version.rb1006440057 Bytesf2c3ee4dbc92decc9f20dbaddb6189946f5724b003ae67f19113652df5048c42
sandthorn_sequel_projection.gemspec100644001.39 KB1f27db4973bb6b70e77ed890bee589db21d15ebcbc62a245194a3d763c8b1e99
spec/cursor_spec.rb100644001.46 KBdce34f9e98df2b62b7b3934696bc970b02a4ef1452db7e27393a1df1ea081621
spec/event_handler_collection_spec.rb100644001.09 KBa11cabdd2d1edfae4404a05db15fd4f1cfefbafce29521688e63966f4a524781
spec/event_handler_spec.rb100644002.57 KB02554d8fc724ae70a196eabc6dc851b66dbb58dd0d90ab980b6d05ca9cb941a3
spec/integration/projection_spec.rb100644003.18 KB7db6303a91d5e2f4d6f42fcac34bf1ed28af98608fc9aedd6c39630c691a4526
spec/lock_spec.rb100644003.71 KB69873f1d59641c2cede9e301eccc0a0e08a848d62b984ecd191c0dcea665c12b
spec/mock_event_store_spec.rb10064400920 Bytes665a9c79b83899ece191ffe7bbf2f9ba8dd096b591d0595dc7ddb2dfee9259e0
spec/processed_events_tracker_spec.rb100644002.82 KBead3fb9065ae22f635e07d115a89158e766dfd60e9995df3e4ec5fa3f95eed6e
spec/projection_spec.rb100644002 KBce80753c5d17489895dc21b9d9213ca250a8c823e23aef8d1874600a88649f59
spec/runner_spec.rb10064400875 Bytes8c086ec097ec0adaa7faf8561e45929eef6b250ac1b5ec9d01bbfc258af65b50
spec/spec_helper.rb10064400590 Bytesda03e13653611f764545c7cf6e6310d88cf6d8009335e17a662858bf31333794
spec/support/mock_event_store.rb10064400981 Bytes4e2006e1122317b4e7b9e8fdcd876841aa8cea0215cabfe55bcd896c5ccace47
spec/test_data/event_data.json1006440079.7 KB4e73047042e98de9a59a955e614daedb4a37ff685a1ba4175d62d6828defaf8e
spec/utilities/null_proc_spec.rb10064400294 Bytesb38d9b156444175488fce30f0798ad63206d76296d0b12ebb549dece8a8f2d7d