bloom_remit-0.9.0

https://rubygems.org

bloom_remit

quick gemspec

.gem

.gem metadata (gemspec)

.gemspec

id: 964475

number: 0.9.0

platform: ruby

spec_sha256: 78055d67a37138a1cab1cfe143cfee49946a797907b5e63659fa1c60cf044350

sha256: 4b419d629ca942b17e37a11a43cdeae1456ff22b7dde93b463599ca77b3ba4d0

created_at: 2024-05-13 08:28:36 UTC

updated_at: 2024-06-11 19:54:25 UTC

position: 5

version_data_entries_count: 123

uploaded_at: 2016-09-30 04:11:38 UTC

indexed: true

has_extensions:

extensions:

Gem size: 295 KB

Version Data Entries

Total: 123

Unpacked size: 5.5 MB

Full NameModeUIDGIDMtimeLinknameSizeSHA
Rakefile10064400712 Bytes9dd249a5a8b3024930c56b63ffb8e291604b3a1cbd5109c20d2ce47adc46fc5b
app/assets/javascripts/bloom_remit/application.js10064400596 Bytesfb575cdf1b79686f3953bce4acd3c6abcba58bfb297cfb7e02ecfe9e28999fb1
app/assets/stylesheets/bloom_remit/application.css10064400686 Bytesd1b0c48d409cf1cefad63648e215755a6f58855af8676268305791d715041156
app/concepts/bloom_remit/txns/contracts/create.rb10064400408 Bytesdd90e406c35ee5886a2b110f785a154de4da63d7a35482543702e8f3e4554f46
app/concepts/bloom_remit/txns/contracts/update.rb10064400248 Bytes7cba9f1bf5424d97d94aaa97b37fc58f80c1e1133c1f935b9124093467141c8a
app/concepts/bloom_remit/txns/operations/create.rb10064400698 Bytes8be73c299e57bbb7e5e44f75239f84f9f761ae6cb0a99fa106877ba59f09871e
app/concepts/bloom_remit/txns/operations/update.rb100644001020 Bytes44a342903041f8057d24fc5cad00c77c4d808cc3edc7a4842554b2ea41170123
app/controllers/bloom_remit/api/v1/txns_controller.rb10064400386 Bytes9516f8c1fb745ddd42341506585ac0146abbd1e2b07cfa66d4a975e7ae425be4
app/controllers/bloom_remit/application_controller.rb10064400328 Bytes909efafe88fe699515139659c705f934134f1a7db52a9742206f9010b99363d5
app/helpers/bloom_remit/application_helper.rb1006440055 Bytes46ace42fe74ee283861b96a5b43e0d909ed347b063e322459e04cb0e140747d0
app/jobs/bloom_remit/txns/on_update_job.rb10064400246 Bytes9103f906815661fda4b37a69dc1915f84a10e1334d5256d92c7effab9fec5e3b
app/jobs/bloom_remit/txns/payout_job.rb10064400240 Bytesfb190bb3255968f26538acf6cf3eea463dd1d475ac4f9f409ce5dd44f9961582
app/models/bloom_remit/response.rb10064400184 Bytes06c60544d652ca78861d7eec94f45b2a381d764008f8b5c3183c0b9758bd1d44
app/models/bloom_remit/txn.rb10064400482 Bytesa19897a9b84d6bd6f907b1379ea0bf4eb432aaa81dd78f6231cdcb49e33c7292
app/services/bloom_remit/create_txn.rb100644001 KB799ac784e29355a18e9e5234886114e3bc394f63b6ad4bb0426726fc97e173e6
app/services/bloom_remit/initialize_client.rb10064400336 Bytes03e57cde2eec24acaaa338823e11b1a688aebe2ee6f3280f2bb0180901cb07f5
app/services/bloom_remit/txns/handle_response.rb10064400396 Bytesc61d47fd87b3a35e2a26a454822dd65699b1a49aa4085ea18382851739eecb3b
app/services/bloom_remit/txns/on_update.rb10064400213 Bytes495199e9101406d58a04483752cd8eab46f5d759c45455a356738f4ed17b918f
app/services/bloom_remit/txns/payout.rb10064400272 Bytes018ab1c06762e2a94d9e06c0abd747967f7161d903f6c3b887506190bc37e48c
app/services/bloom_remit/txns/post.rb10064400808 Bytes84e08e23a646302084c1af2ec932fc0dbe20e57d3aaa1579a93246c53235ab93
app/services/bloom_remit/txns/run_hook.rb10064400209 Bytesa673a61bf73cf6757047d1cb7a861a0e73be91dde138fddef373618ddbad3a4c
app/views/layouts/bloom_remit/application.html.erb10064400258 Bytes5810892bce4070554d415c05b4fb0a8a8b2b570954bd9ff6721052adb8909cfc
config/routes.rb10064400201 Bytesfe752a1997f354747a17a4a2de6f89eff953c61afa26cef7089e8ca1d420985d
db/migrate/20160729070509_create_bloom_remit_txns.rb10064400447 Bytes7fb3dbd5ee59b88d89dcb0ad851b76869ce5e5ed785ca685851030d84bb692e9
db/migrate/20160805004223_drop_recipient_from_txns.rb10064400181 Bytes3627ec91fd609c6c661e9ed166b7c6a730d19eef61d973987a051ef3cb3a0683
db/migrate/20160805004350_add_target_slug_to_bloom_remit_txns.rb10064400154 Bytes2280ec581a568942dd9c7161a0fbe5bbf594b817da334d5583a6501559b450b4
db/migrate/20160805040950_add_owner_to_bloom_remit_txns.rb10064400245 Byteseabf2eec807eaff8deaaa2b83e8d1091f21e3a115947eadcb3336d80e3fa185f
db/migrate/20160805095308_change_txns_sender_id_to_string.rb10064400139 Bytes157b63ff94607bf94186e6f73bd5df4ee0173e2a0ba5c3adce2e2bf16d11ce77
db/migrate/20160806054012_create_bloom_remit_responses.rb10064400249 Bytesb64b5aa00a13480db770f09285fd196f87dff9be0a9ef9ef2ba8eaa45e4013b5
db/migrate/20160808081300_add_external_id_to_bloom_remit_txns.rb10064400200 Bytes0026bc8a777dc2a59a591de4e95946d51f4148cc1bedcf2baf6bdd446b8bbc2b
db/migrate/20160809043433_add_status_description_to_bloom_remit_txns.rb10064400153 Bytes61e933cfb2425d75c090e4e78612fd9476b85283e100291a0d2f22a169132ef4
db/migrate/20160817003323_add_vendor_external_id_to_bloom_remit_txns.rb10064400207 Bytes1860aa6570c6872e3ede250743d5b17b2111ac1e177da48c8baaf073d8599738
db/migrate/20160930034811_allow_null_external_id_for_bloom_remit_txns.rb10064400163 Bytes5b10920b24278f020670773ac505b6c126551fa4608c7b4771cbb1f12aed66b4
lib/bloom_remit.rb10064400947 Bytes0dd9cb81f12f7b6268b42f5550a83b405e3d6992538e1c8ca9d22f38bd249607
lib/bloom_remit/engine.rb10064400224 Bytese03930fad226e005436e70eb10c180686bda0c941dde76287d4964fed340e38a
lib/bloom_remit/factories.rb10064400113 Bytese9e425996cbe8ea0121030242579a5f30d41cb2eeb3923156dd87194ef61b4b7
lib/bloom_remit/factories/response.rb10064400146 Bytesb82c2d866f827031a760fb7d2618cd5238cfa3f97a17ae820e5d8f2b1e7a42c1
lib/bloom_remit/factories/txn.rb10064400208 Bytese932a70f6236d579409d3feaf74ab84da922b5e590410968548f0fc4ba6e538e
lib/bloom_remit/version.rb1006440042 Bytesa9368c715370f09c481b70531be8ed2db54182667cdc37ddd15e8bdda8086a15
lib/tasks/bloom_remit_tasks.rake1006440089 Bytesd65329102d555b6cdef9d9fb55b55c331e1f1f51bdddb95ce8db5ce864e0c220
spec/bloom_remit_spec.rb10064400760 Bytesf12c374673b1bdf80d0ab579401d25c781d2d67fc3b77b86c23a0f4a0f917268
spec/concepts/bloom_remit/txns/contracts/create_spec.rb10064400252 Bytesdcac9ea0644db37ce71238c8e44a00f12bd88f69448edeb2346cb3cc0d05325e
spec/concepts/bloom_remit/txns/operations/create_spec.rb100644001.29 KBaf99048bfaf9fe72ccf19007efc406420f4e34cb20c6f4bf6393d4bf5d03395d
spec/concepts/bloom_remit/txns/operations/update_spec.rb100644001003 Bytes6cfb0020ffba87dcd1b18617b2dbd1d85d133edde091534f77da7468a324e498
spec/dummy/README.rdoc10064400478 Bytes692014390d8a07689a5e7fa597019e61262c7fc3b3f2d2f34fcbf71337ebf472
spec/dummy/Rakefile10064400249 Bytes2ee3dee530649056f2d72faf53794a8330554ba47d2667a394fe5dc898421beb
spec/dummy/app/assets/javascripts/application.js10064400596 Bytesfb575cdf1b79686f3953bce4acd3c6abcba58bfb297cfb7e02ecfe9e28999fb1
spec/dummy/app/assets/stylesheets/application.css10064400686 Bytesd1b0c48d409cf1cefad63648e215755a6f58855af8676268305791d715041156
spec/dummy/app/controllers/application_controller.rb10064400204 Bytes12c2dea0e1551cb53798d38ec06d349df07a5766866b0e5e6548a84a706935bd
spec/dummy/app/helpers/application_helper.rb1006440029 Bytesf77fac5ea412dbed92c4524fe0ed180acb2b7239f84daf758da989032301f5c8
spec/dummy/app/models/biller.rb1006440039 Bytes49fb9f801b2ca14f88197ca04a27a411d36d7e5779afc82da652b2d46ce60134
spec/dummy/app/models/payment.rb1006440042 Bytesf7e15449d5531a6f80ad8a510daa6a64a222e3c18b74b27df219dda06425debe
spec/dummy/app/models/sub_payment.rb1006440032 Bytes4db5bbeb7d393e25131a502213219f57684bf38f7da0071a9013d59c8ad640fa
spec/dummy/app/models/sub_user.rb1006440026 Bytes6c6b5987ca3f8f1d78ac453cf4f9b6eb50c7ffda877b8bf2ab7cdfd4c353cdd6
spec/dummy/app/models/user.rb1006440037 Bytes9c536289555ceb788cd3396fed7019bd3773ff767ba15360ff399f34968de336
spec/dummy/app/views/layouts/application.html.erb10064400295 Bytes196a7ed1b3c533ff152d4aeab427fb00c6f331487dc99e6ed307cab355412c41
spec/dummy/bin/bundle10075500129 Bytes7130bf85d0a1f4213924c456fffcc778b78258c0008e62a76bff9722a8cf1034
spec/dummy/bin/rails10075500145 Bytes76eba5b2f8956aab4dc06b1b2de17984b10d35a2ce21386eb39062ee250160d8
spec/dummy/bin/rake1007550090 Bytes436f1fbb82e7b52d0bc032ac6ac9dce49a3f3ec47b909c863783021c116c264c
spec/dummy/bin/setup10075500805 Bytesede5b1bbd5f1dbf31f8f478c5d1245a0a9f3b5d9234e8d319f1ecaca3d6336b3
spec/dummy/config.ru10064400153 Bytes1f66b5c73fca9bd453fba0553ffe4207f50050e5c32219b636a7121d8b3ba5d5
spec/dummy/config/application.rb100644001021 Bytesc24547eacb53aa6f91dc4661ee12477cf687a574dc18d2704fb6a2d4b841d9c2
spec/dummy/config/boot.rb10064400241 Bytes5c66f3db16b2135bd6df7d903cd57e520e0be0f7d26dee3fd7086f2ec911cbb6
spec/dummy/config/database.yml10064400258 Bytes82385ccf8eec568f12e84688fc683a99300dc36a4d010329a2471233a9cf7e05
spec/dummy/config/database.yml.sample10064400258 Bytes82385ccf8eec568f12e84688fc683a99300dc36a4d010329a2471233a9cf7e05
spec/dummy/config/database.yml.travis10064400112 Bytes9bddd76d82ce579b0c5b038fbec7360c0bbc6239db0ce2fb759b3b103fd31ab7
spec/dummy/config/environment.rb10064400150 Bytes6a4d7f5e0c46b1c8352a9a083f83b6b2053157662c090726282e7ad14a5a5ef9
spec/dummy/config/environments/development.rb100644001.69 KBb389562cb977e7fb814cf5ed541e4e55a87fcf603cae1e1cfc378a23a054e1dd
spec/dummy/config/environments/production.rb100644003.23 KB96951fb43ab72ac02c04fde25d2645de092e07b01feb5a0bd87b4099b68c4265
spec/dummy/config/environments/test.rb100644001.84 KB6130b86c6bc7aada9082ca5aef188c0a3896fbbb7cfba541169e5d8a6556271b
spec/dummy/config/initializers/assets.rb10064400486 Bytesc3db30efbef7ec91fc324d711e15367b3f6d90538721080d895a1a1973af7a9a
spec/dummy/config/initializers/backtrace_silencers.rb10064400404 Bytes12656d43090727d98c72bed6ba153b501ae0b7fdc5f20cfd64b5ab8a8bfa87a8
spec/dummy/config/initializers/cookies_serializer.rb10064400129 Bytes7b5fe6f38afa44b295c09bf013f9138a5314ebab351c86cf2e24f98fc6e6d848
spec/dummy/config/initializers/filter_parameter_logging.rb10064400194 Byteseb293cbcac26012fb63489b355b7a68df2e0f5006abe79e2128752f40514aaf4
spec/dummy/config/initializers/inflections.rb10064400647 Bytesa2045e2ce03f29305e052a9236ff41d4c7d4d171c0fa5bf8cfbc958edd307df6
spec/dummy/config/initializers/mime_types.rb10064400156 Bytes47b40f15fe7b4cb01fd6a72377cfcc2c12d4a92b2cb72dca4d66005cddcccc94
spec/dummy/config/initializers/session_store.rb10064400137 Bytes0b5ffe164f49eb4dff4f647429b97cafd35c59297100e3e8f52f1541f2e19d68
spec/dummy/config/initializers/wrap_parameters.rb10064400517 Bytesc9768c02e265d5980177ea86c7fd886a19a2a276d11663c5849eca5231280691
spec/dummy/config/locales/en.yml10064400634 Bytes44028606fa6334147bef7aeb7ef9303dd7971c96c2e0d9d29525c19919bac57c
spec/dummy/config/routes.rb1006440083 Bytes25a87f185a378d1b9eaada153e6588f855f25c62f9be51d858648a31b742d9fc
spec/dummy/config/secrets.yml10064400964 Bytes488a46703f28803978629036313ccc0dd6cff62cb9ebdc70071ce67f1a78c7d6
spec/dummy/db/development.sqlite3100644003 KB264bd2de29057757dd67562de5b877882743bf2d85dcad30711c7297d9b230a9
spec/dummy/db/migrate/20160729085500_create_users.rb10064400159 Bytesd6baea1cf245ac67ae9e4bd422337ba7e890590c995d9c78fd87a7fc87711263
spec/dummy/db/migrate/20160805001840_create_billers.rb10064400131 Bytes5a934b590f8643c82e2f50182c67eaca9845b6a1a1dda636202abda20cc1cc30
spec/dummy/db/migrate/20160805042105_create_payments.rb10064400112 Bytesa5712f0743fed49bb9399828790517cba840b3bd79a6fbe10e6ea1486a285689
spec/dummy/db/migrate/20160806011259_add_type_to_users.rb10064400108 Bytes89ed70ce689cd29e52af6d699bec1903c64b8de7d3cf14f34264a7db4cf3cb13
spec/dummy/db/migrate/20160806012210_add_type_to_payments.rb10064400114 Bytesaac0a11bfa8592cf27d3ffa2ac91167cd930333fa8c71c521a755a33b42a7506
spec/dummy/db/schema.rb100644002.47 KBc6278e21cada730f255db1b98ecc3d5dd5e4d6ca3347f66e495cbbf20273f8fe
spec/dummy/log/development.log10064400138 KB03976f13f7f10694c8a2cfeaba91f55580dc9b835a0eeb9fc9473b6f9651094a
spec/dummy/log/test.log100644005.24 MBa5ebd42bc944022dba2e1918f4f31da9d61b8e5dd35a83339cde788692fb79e6
spec/dummy/public/404.html100644001.53 KBb8c03554a54fcd04dde6befa1f0cbaff733c54435021c08cb8a4e3474812d015
spec/dummy/public/422.html100644001.51 KBa699bce0b9481ae5ac7e8121cca1ded3573e369502d56c353311fe263a3569e7
spec/dummy/public/500.html100644001.44 KB119cbfcafeddb7a1ecf2d53d67a5681fbfc3a6d30c0d9afcbd9d22d83bd14570
spec/dummy/public/favicon.ico100644000 Bytese3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
spec/factories/biller.rb10064400126 Bytesec126aebcf26ccb5db46c54db8a2af51b9ccf7a974b621e8027a4cafe3046431
spec/factories/payment.rb10064400214 Bytes305d0f2b244f010046eea902a6b7b433d0e327219fc0bfa0aafa7bd6965071d4
spec/factories/response.rb10064400124 Bytesc2862c1b3d253d64e364211647420101f9f7cbfd79752210a10a4df6f31b2c84
spec/factories/txn.rb10064400220 Bytes8c7cde1f253940c580b446a479098da29f0150fe3ce9ef6d8aa00639f852d6dc
spec/factories/user.rb10064400199 Bytes8b24ee3f15d1b56a6085900839a25bec05dd5a3c4f7b70e59a037a7a79d2f541
spec/fixtures/cassettes/BloomRemit_Billers_Sync/syncs_the_billers_with_the_local_system.yml1006440027.4 KB1603daaab41249e21094aaa349e45ffda820e71dee199f8c18d09830e0ffd1de
spec/fixtures/cassettes/BloomRemit_CreateTxn/creates_a_model_and_pays_for_the_bill.yml1006440027.4 KB6af3e9525a80c7af1b1ab38c022599246700c7e6b3acbed13887de4733a0ce80
spec/fixtures/on_txn_response.rb1006440072 Bytes87d6b0b45ed6a33c68fd7212b3268d6bb4879a3f631401517085f9186e659d89
spec/jobs/bloom_remit/txns/on_update_job_spec.rb10064400535 Bytese7a668345fcf5c517fb452a414cf581ffb73cfb2202ce876e3099d93366f1f89
spec/jobs/bloom_remit/txns/payout_job.rb10064400475 Bytes7f98a9811cf2ea2533d68607217ae2f5b9dca76e2ee231cd4d163dc886127b06
spec/models/bloom_remit/response_spec.rb10064400282 Bytesfd8609126bc8b1bd076aacebe7e334203818983dd090cac8d1a7fabeebd8dd84
spec/models/bloom_remit/txn_spec.rb10064400351 Bytes5deab717db33c7b1363d0bb69739c4060b5b609ef32187ed3d6205d41445586a
spec/rails_helper.rb100644003.01 KB8db1f3e403e6cf43da110ccf349a06174a3e14048753af9c2c4a317ce7311d1c
spec/requests/api/v1/txns_spec.rb100644001.45 KB79a92101a5781e8e15ec6bd8c0bccf04cbaf0db997917713e2a2d9560f9bc666
spec/services/bloom_remit/create_txn_spec.rb100644001.11 KB775b03232ae7ea23928188f18231cb961104d7009429e118174b1cb83a47d98c
spec/services/bloom_remit/initialize_client_spec.rb10064400571 Bytes0b2299fdc60846db5d959aa7b68d0ab62c4baa5a5f39f36d09c2957e80342d1f
spec/services/bloom_remit/txns/handle_response_spec.rb100644001.25 KB6ec287a4698c37ee3f4e91b4285bbf24c2b4ae59ce5533ccfd7ccc46c3bbb0b2
spec/services/bloom_remit/txns/on_update_spec.rb10064400771 Bytes3bb5c7504df98db4e23bb0adaddfe9f30420a611c4a3fc6ebadf34ec28e834f7
spec/services/bloom_remit/txns/payout_spec.rb10064400532 Bytes6708aeb1091da9f1590fafd83d4b3d691583041ae89a73d13e43a230604d91d6
spec/services/bloom_remit/txns/post_spec.rb100644001.44 KB0036fc5c5a21868f5d70030ffff630db794c990dc745ba5e13ac5352323cf2f1
spec/services/bloom_remit/txns/run_hook_spec.rb10064400417 Bytesc2f7c13110a3157681ca2428f1141ed19b08b4ad784a8bd697e6e1f50544348d
spec/spec_helper.rb100644004.75 KBbd10d0f088a3b9a935b9e7a8abe869ef99aeddb06a68a1b83f48651aa512c1f4
spec/support/bloom_remit.rb1006440056 Bytesbf07069bbc3d921059733a25430351204d88677290fa9e46fe58524e1de541e3
spec/support/database_cleaner.rb100644001.48 KB744d77c7ba1b5f072b505b317fae19f0b675d86ce4e4b73c8539aca196f9a87d
spec/support/factory_girl.rb10064400141 Bytesa869d1c15934784f4160d152dbaefc1a84beae1834e0e6997bc90cdf9a648854
spec/support/rspec-sidekiq.rb1006440024 Bytes3dacf8f18cfbbee9fb65199626835f3b2a4bb6d04aa86e57865214eaeea1f4b3
spec/support/shoulda-matchers.rb10064400162 Bytes95b08980c28f732685404a3ccc218bd5145078011fae928f67e11d910460976e
spec/support/storext_matchers.rb1006440027 Bytes8d26872e9f06c7681315f831d2ea246170bfb8d59a74751d64220884fce45d6d
spec/support/vcr.rb10064400317 Bytese2c5c5d26f1d4401ee038f0dd9070b0445870d7f1047edcb3174170b3c949672