gris-0.3.0

https://rubygems.org

gris

quick gemspec

.gem

.gem metadata (gemspec)

.gemspec

id: 770262

number: 0.3.0

platform: ruby

spec_sha256: 960b4e3bb0a9f635717810504cb912d79b96aafc9cec5eb226620601eb488862

sha256: f15c3f72ed49576936df79a72c39f6fa09b499ac038b39a3d58a2e1b71e21528

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

updated_at: 2024-06-10 13:02:12 UTC

position: 36

version_data_entries_count: 90

uploaded_at: 2015-06-03 23:08:16 UTC

indexed: true

has_extensions:

extensions:

Gem size: 28.5 KB

Version Data Entries

Total: 90

Unpacked size: 77.1 KB

Full NameModeUIDGIDMtimeLinknameSizeSHA
.gitignore1007550068 Bytesf3839d6d9914a553a32685dea54b5cfd9fd66a66cd435e08a49e5d32614a7bae
.rspec1006440041 Bytes9ef4d098b28269d8047bdda3184ffb9e1eb12ff2d66f14269a3064508d437799
.rubocop.yml1006440032 Bytes64b26da329b7a3bdb398ad51e5bc77df910819caeb72eae8c8dc734ff59981cf
.rubocop_todo.yml100644001.55 KBc9daaf8844c655b096fee475d8de491fea041aa96410addd6384f618ca7597c7
.ruby-gemset100644005 Bytes51b2b0df266c803acd6271d9039bf54533bffe397ef9df49a73368497cd095bc
.ruby-version1006440011 Bytes61a887d84ae35225cd78282fdb9241a166f12f054b47835823854d1dbb396116
Gemfile10075500210 Bytesbc74348d0aa61ef419d483d75eb5e11ddd713264892d939e5d842f39f49aaf53
Gemfile.lock100644004.47 KB20675c432f2de4f9be993abb51827c881874d424124d5dcb9c346bfcfa12384d
MIT-LICENSE100755001.02 KBa8ad5d7e1df4fa05d6a4ce6e590802ff06d993cc961f0cd315f7ce64023f743e
README.md100755002.75 KBa5318be6a9b503827285c3e531694857a316559478a877cdcfb1ec712ffed87c
Rakefile10075500299 Bytesd4eeec3106990305b948d09e5f4a27da96245b33728af8cd6610ee32185e97f0
bin/gris1007550069 Bytes702df9d060098ebdbdfc3a9d3ddb97c34d41ecce3f99265fbe3aa23f7bb8e994
gris.gemspec100755001.67 KB9bc1bc0a50d5a2c7490c94cbb141994b3dd2d9ff3f05dec48be091a924fc4426
lib/gris.rb10064400843 Bytesad638117ab55d864972cc32087a267dcd4bdfc45778572dda4e604ce02dc197e
lib/gris/application.rb100644001.14 KB7055244a7bceaf3ea328f73f1db7d3d170ae20587e000bd78c3092e0bc791f65
lib/gris/application/configuration.rb10064400279 Bytes31bedccec50cbe4558716aeda0d38a27478da838939c78047797cef22580341a
lib/gris/cache_key.rb10064400661 Byteseb757dcc7b1c2597c7bb1fc805d1337e647b62bf30223875400071cd7d5c2856
lib/gris/cli.rb100755001.74 KBa07d6bfa55aa6cc14fb7cdd6896a208a2a8ca84db9aecf4ac44559293fee0243
lib/gris/deprecations.rb10064400149 Bytes1a48771eb3f5100905c648d1398bb30cd8771f24f171e38f190a33183fd5dfc6
lib/gris/deprecations/gris_setup.rb10064400510 Bytes8df1bc377a0e3ab3ec6cd33dab9d21462efac812225a96c2d5e3da987674c8dd
lib/gris/generators.rb10064400131 Bytes1ca9656dadd887c50cc87875904904745f600a19bebb57965411e6085cb9c974
lib/gris/generators/api_generator.rb100644001.9 KB866d04b2fa114645a28c60ebb2b6218f149e142b7305d28cc5f13c19ebcd8105
lib/gris/generators/migration_generator.rb100644006.71 KB2c233e626d3a21a3977352072cce60e67370b8eb51c6563236f1f4f9643442c0
lib/gris/generators/scaffold_generator.rb10064400451 Bytesb30cd059802330efcf5e959653d4a0a096c6808b29e9f8b37a9591e48ce5ff87
lib/gris/generators/templates/api/app/endpoints/%name_tableize%_endpoint.rb.tt100644002.59 KBe9af10f20119655b45590a2c7a951bf8bd3e9f632d4188629e047ee8f8321b54
lib/gris/generators/templates/api/app/models/%name_underscore%.rb.tt1006440052 Bytes50f0404b9a3617f4d602ce378210eea35f924eccdf7f3db374525f698bfd8297
lib/gris/generators/templates/api/app/presenters/%name_tableize%_presenter.rb.tt10064400188 Bytes41a688f96c35f66f742898246ad71e402862950cc6f3471b070b0c3fa27de4ea
lib/gris/generators/templates/api/app/presenters/%name_underscore%_presenter.rb.tt10064400284 Bytes0edaebe14c2dc11a39d9fae39c7b8fbfe32374c11386c61fb597f3581016625f
lib/gris/generators/templates/api/spec/endpoints/%name_tableize%_endpoint_spec.rb.tt100644002.54 KB20ab4176dee3b8b261e0ad910764496376798b8e93690d0c580ee5a4e55f3daa
lib/gris/generators/templates/api/spec/fabricators/%name_tableize%_fabricator.rb.tt1006440043 Bytes2b6d6e55b3c9bcf731ec32b5632c7608decc54a0e4fb5797dd440118041bb815
lib/gris/generators/templates/api/spec/models/%name_underscore%_spec.rb.tt10064400158 Bytesc43cef302e7cb8ffa2f8dfe4ee2b5526d2c03509ea3cb522d24c72f0649510f1
lib/gris/generators/templates/create_table_migration/%migration_filename%.rb.tt10064400613 Bytesdf4c1925a01ce86c961bf0a1f82ad175238ae9628a30ea4e9f168dbc4285ff31
lib/gris/generators/templates/migration/%migration_filename%.rb.tt100644001.45 KBbaea7db41df922c13f431b6c8d9a2d9d29c61170e89a451d73198d03dd42248f
lib/gris/generators/templates/scaffold/.gitignore.tt1006440091 Bytes20daf5315df837019544c2727ee6a5db1c688f52f05ec7200a175409f7d9c3fb
lib/gris/generators/templates/scaffold/.rspec.tt1006440041 Bytes9ef4d098b28269d8047bdda3184ffb9e1eb12ff2d66f14269a3064508d437799
lib/gris/generators/templates/scaffold/.rubocop.yml10064400195 Bytes34b1b85f6217ba61a5ff9a316471bf04db21c038af79fd5a26f153ac5209a4df
lib/gris/generators/templates/scaffold/.ruby-gemset.tt1006440016 Bytes8610792f8ee579b8ffd46b74a26998a659a409eaa609a9cf2ee8c45474a0def2
lib/gris/generators/templates/scaffold/.ruby-version.tt100644006 Bytese533f272c7ca6274814c1d5858bef6186bd7b6ac3e8e0f676ba1a087e5d08a0f
lib/gris/generators/templates/scaffold/Gemfile.tt10064400573 Bytesc303ec401c6a9db56545fe89a3a236c6b0e0de58d3846bfe4a3e2610ff08cfa9
lib/gris/generators/templates/scaffold/Procfile1006440040 Bytesb723d0e2a5645d759ed68f5240bbfa4ff83e453418d0b259ed171635dc323d7b
lib/gris/generators/templates/scaffold/README.md.tt10064400966 Bytese2678e83876dc758e7512c9091555702a7fd7b84be6c79c712afe9e407741c94
lib/gris/generators/templates/scaffold/Rakefile10064400380 Bytes697dadaee2046469ade465222c7dd68937eeafecc809190263807256d9df089c
lib/gris/generators/templates/scaffold/app/endpoints/application_endpoint.rb10064400568 Bytesb83ed515d81c87a2b2d52d02937157fb07d9bef6afb3375969fda481018d10e1
lib/gris/generators/templates/scaffold/app/presenters/root_presenter.rb10064400314 Bytesb1612b68b8041a8c3852fbbfc5b46342927f07484a8c78e9ff03779ee8ba2d3c
lib/gris/generators/templates/scaffold/config.ru.tt10064400175 Bytes3086708b06f8a65c52c9f153ffcb3c0d0187ac8d557ab41109d6bb27608c62a4
lib/gris/generators/templates/scaffold/config/application.rb.tt10064400463 Bytes03e999490d47b6b3eefb3ead1226a581f9defe37353bac3b00a8c5dfbe3462e9
lib/gris/generators/templates/scaffold/config/boot.rb10064400104 Bytes36061865410a61d6c08d907fa100b89564238e633734d731e3284957f6e37377
lib/gris/generators/templates/scaffold/config/database.yml.tt10064400283 Bytesb0c49db94865022749ac3dc20ee58d407a4027e01396a721fc97d2c073d399e6
lib/gris/generators/templates/scaffold/config/initializers/active_record.rb10064400309 Bytes923f3d78236beb8f9a20bf9cf6752969c30250b80f3f6f2190840f852cdec783
lib/gris/generators/templates/scaffold/config/puma.rb10064400202 Bytesf2a3f10453f6b59f0c34892e77d812de3a08deebc013d0cb7ddd58cc6e01f8e3
lib/gris/generators/templates/scaffold/config/secrets.yml.tt10064400277 Bytesdd479311571323a57e87d10915002be56821454f9dfe8b7601d8b4c9f6e54734
lib/gris/generators/templates/scaffold/db/schema.rb10064400722 Bytesa739a763264db824bfe7721dd83d26c47b1882e22a99cc09875ed2923b575fc7
lib/gris/generators/templates/scaffold/spec/endpoints/cors_spec.rb.tt100644001.22 KBc493403d978d8dffb284a01d2c061809c39f45167a02bbd16320b0e9839fe387
lib/gris/generators/templates/scaffold/spec/spec_helper.rb10064400692 Bytes4ab8286e0bafcadcb2b13d1eb755c03780b1ef83058d0f8e16888472d4b06a9d
lib/gris/generators/templates/scaffold/spec/support/app_helper.rb10064400737 Bytesfffa899767e5f6e863ca8564dffe00fbab195c89af5131fc83439d8b95b5d899
lib/gris/grape_extensions/authentication_helpers.rb10064400506 Bytes8d6869b1c1074d309d4645a1d9700b525a3fb91058bd725082c8a4c4683126db
lib/gris/grape_extensions/crud_helpers.rb10064400754 Bytesec3ad8ae6a654d4840569f6e5da4200ca525d9434510997320163f090a26050f
lib/gris/grape_extensions/date_time_helpers.rb10064400816 Bytes5ab7bb2cb1064cedc348886e5de6a16bdc9fed3d4283b4a7ba4277c40b29df2c
lib/gris/grape_extensions/error_helpers.rb10064400317 Bytes58bd74b1831791bbe62ca969bf348c6a3ab03c372dbc1181e7e4d27e8f5aa9a1
lib/gris/identity.rb10064400807 Bytes13023d6b47fd4d0ac3a714c307dcd62cad1386c7cb819e0b0198913eb131e277
lib/gris/middleware/health.rb10064400358 Bytesc5406b47f492bc73e721664c1c6960abd6dd5ba65c35fb38ecd1634d25cfd324
lib/gris/output_formatters/paginated_presenter.rb100644001.12 KBd53183da5e258f9b10299be52a3c68008da96a01e4c2ed3d042b56b2f8852825
lib/gris/output_formatters/presenter.rb10064400290 Bytesd1c0d151ddd58f79d9b939f4b65295c0b47d7445b06a870f5bab5f1fc6cb1d88
lib/gris/public/errors/404.html10064400147 Bytesea65952272ea6d0327ca038f9f34d83ed2963563b71cba2188c08739839b593f
lib/gris/public/errors/500.html10064400149 Bytese6823cc0e16daf21f4526a204c2c69a92e199fb78289c5d09e366a8eee642cb7
lib/gris/rspec_extensions/active_record_shared_connection.rb10064400314 Bytes137823628be57e1f3e813c6e308520791963d699c918be35430c1006676d0d97
lib/gris/rspec_extensions/response_helpers.rb100644001.09 KBef12b7d58f71ad9b40d35d0ddf6ba98a2c5c673c422e397e2cd8856ad289c31a
lib/gris/setup.rb100644001.52 KBefdff53e2262fdc56b654640f304e90d473f6fdcd249028ed6b00493843bf19d
lib/gris/version.rb10075500824 Bytes86ae31f66dec8acdf9ad330c0cbc9229b8a98e54662865917106234ea63a7268
lib/tasks/db.rake100644002.5 KB8527c77d44601796a9ae2985cce7c0370d6c2d88835bba101baa5f28511fa2ef
lib/tasks/routes.rake10064400317 Bytes7e9f5b93499a62804c36eae389d999212937f3c154fa4c4c67ce920ba5bf1226
spec/cache_key_spec.rb10064400868 Bytesac66cfa7864207ebef1d27f6b729f5dcec288ebd859bf348552404a35671235f
spec/cache_spec.rb10064400266 Bytesc375d3c451ebf58676f72904eca6776a9535b612a9424ba52ea0e1e8ea15b018
spec/generators/api_generator_spec.rb100644003.83 KB7db4b8ec59482a443b5b64fce856f4aff014977ee63b3cec22779b4344d48242
spec/generators/migration_generator_spec.rb100644003.18 KB882a131efd2b94db8627ec4e3813b229e083c6ee3edb776a4fc01ab4ddfe13ca
spec/generators/scaffold_generator_spec.rb100644003.01 KB782fb0451cf91df07f1a60d7795ce7a8ed70b9e90adc4d0e91aff68e64f5fa73
spec/grape_extensions/authentication_helpers_spec.rb100644002.14 KB0f415c7d7e87835a7b4eb1aaa3cf9c67f38bb64f1a65732f8b0142eb65702a28
spec/grape_extensions/crud_helpers_spec.rb10064400571 Bytes85227d70fc7d809afb2b9fba8da73e55ff994cb31889c02e047ae657bf39bc53
spec/grape_extensions/date_time_helpers_spec.rb100644001.31 KBda7a6884ebabae219be4a6850e59760816249de730954c9794b481ee5b42fa2a
spec/grape_extensions/error_helpers_spec.rb10064400584 Bytes7cfeb51bfe0258e7f85ae69530efa201f0bf7f1b3a4cfc35593015dd0ca1d603
spec/identity_spec.rb100644002.32 KBb6d3cd74585766dbb6b988b596d2a858ef8f537cbb4719c91bc0f9d30f365991
spec/integration/token_authentication_spec.rb10064400821 Bytes5a5f009768c2fc50e6c5d1d5eabf400d933089624ccee4a52b1e5763b85f4f4a
spec/spec_helper.rb10064400293 Bytes60f89df02c03aefc92c502e9de1d2c0bf36d6a4d7353797f0373d2bff53a7b59
spec/support/cache_key_helper.rb10064400343 Bytesf4fabee30d134d140f15ea41cd900a365983364482a95242ab53a03b5857144e
spec/support/integration_setup.rb100644001.07 KB720be7a57305e2438d4c96fef81b727854f35386e9c1b2a1c679cb2a5bc25c76
spec/support/spec_api_auth_helper.rb10064400275 Bytes43ed6e4c66e1a01e43739ce0ddc65766d3f7e04e96f1de6375959abd74963fd6
spec/support/spec_api_error_helper.rb10064400188 Bytesfbc4b740101bfe4a2f81e7760710f93cda4d09de06aca0384a275e7c21e949e3
spec/support/spec_crud_helper.rb10064400160 Bytes69374d844f18144c069747f6b56f6bd792f66716672fb617e7c52b0deeb22d0d
spec/support/spec_generators_helper.rb10064400277 Bytes6d9e3b2e64da8939d6499ff7b3bc7ef187d159e8009705f2eaca059d8274e78e
spec/version_spec.rb100644001.33 KB722417dbcf9f674c885d12dcbf0748d162e0599054da013c8d1732c545596f17