gris-0.2.0

https://rubygems.org

gris

quick gemspec

.gem

.gem metadata (gemspec)

.gemspec

id: 770257

number: 0.2.0

platform: ruby

spec_sha256: 60f7a474133469007cce8010b16fbbfa2b58ef6fedec2e560c57796d919cc146

sha256: db30f5e81151a51854f355d93ec495b1125f39099d48ab4aa0b4a7704f4fe7e5

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

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

position: 41

version_data_entries_count: 83

uploaded_at: 2015-05-19 15:28:51 UTC

indexed: true

has_extensions:

extensions:

Gem size: 27.5 KB

Version Data Entries

Total: 83

Unpacked size: 75.2 KB

Full NameModeUIDGIDMtimeLinknameSizeSHA
.gitignore1007550068 Bytesf3839d6d9914a553a32685dea54b5cfd9fd66a66cd435e08a49e5d32614a7bae
.rspec1006440041 Bytes9ef4d098b28269d8047bdda3184ffb9e1eb12ff2d66f14269a3064508d437799
.rubocop.yml1006440032 Bytes64b26da329b7a3bdb398ad51e5bc77df910819caeb72eae8c8dc734ff59981cf
.rubocop_todo.yml100644001.71 KB9a4bb98968cbb94d0dae1e1aceb15b35eeba2955a24506ff78c70cfe1a84b88a
.ruby-gemset100644005 Bytes51b2b0df266c803acd6271d9039bf54533bffe397ef9df49a73368497cd095bc
.ruby-version1006440011 Bytes61a887d84ae35225cd78282fdb9241a166f12f054b47835823854d1dbb396116
Gemfile10075500232 Bytes9677586ea27482210de4557706a96b82a8fd7155f438e139433b79146f6ad801
Gemfile.lock100644004.82 KBb7c17f1da222e5020bc6ab2e080615dd9971fbbfc37ff8ec2ce15dfbc8749e34
Guardfile100644002.63 KB2864eed80dc07010fc3e49fadf780f7e5a5e9734393645fee12268aa097d195b
MIT-LICENSE100755001.02 KBa8ad5d7e1df4fa05d6a4ce6e590802ff06d993cc961f0cd315f7ce64023f743e
README.md100755002.5 KBb2c615a6694bd88665c67b8d7bf907b663bca6532a76873b2c155e688d858205
Rakefile10075500299 Bytesd4eeec3106990305b948d09e5f4a27da96245b33728af8cd6610ee32185e97f0
bin/gris1007550069 Bytes702df9d060098ebdbdfc3a9d3ddb97c34d41ecce3f99265fbe3aa23f7bb8e994
gris.gemspec100755001.62 KB48f619c16334c927972e24aaa96c8f4a132a64f1916190e34e89801c296e173a
lib/gris.rb10064400835 Bytescbfdc7111a41c65dd4336bfa3161f04645f9031731fd981782d37ff11448da99
lib/gris/application.rb100644001.21 KB66a0285019ee101c4c204a501db9c7c5786fade5d8fda49d10f798dc3eb16a57
lib/gris/application/configuration.rb10064400279 Bytes31bedccec50cbe4558716aeda0d38a27478da838939c78047797cef22580341a
lib/gris/cli.rb100755001.78 KB8e6c8623f5f5f5e057a15d216a1efd48440261d5aac3babd7aaf67d67acfbebf
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.47 KB340ae1d44c2bea1879ecc4e3fb1623c82a06aef54808ff23c2c242e047faa2a6
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/.env.example.tt10064400290 Bytesd4647befb775f33474c2991dfa0b512f430e13f33539fc8a7c944d10ad18eec3
lib/gris/generators/templates/scaffold/.gitignore.tt10064400105 Bytes7ddcab07a40a73d8ef73e651fedcc44ee3dd02f026f03f13e2e8e3e97ae48d0f
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 Bytes28ef350b58219780d1f979470ff5a40fe0578a31ce57ae69d98340904466de17
lib/gris/generators/templates/scaffold/Procfile1006440051 Bytes12523592eb50aa9437b0dc63ab45bfdf45dd5f817465f2e5142eb1ecb685d201
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.tt10064400115 Bytes5c8fbf4c47a9dd4f6903e68c54ce86afc098820babf9a359e964af4915e4388e
lib/gris/generators/templates/scaffold/config/application.rb.tt10064400463 Bytes03e999490d47b6b3eefb3ead1226a581f9defe37353bac3b00a8c5dfbe3462e9
lib/gris/generators/templates/scaffold/config/boot.rb10064400127 Bytes64e6105b1e3adf27e4feb6a8cb68fa8eb3a008cece4050a7ad6dbdd99c875f68
lib/gris/generators/templates/scaffold/config/database.yml.tt10064400334 Bytes2fced9c98920f6be668e11d1d34855d3b7f1320fc8728d6b362ffba98bfe2de3
lib/gris/generators/templates/scaffold/config/initializers/active_record.rb10064400282 Bytes2a59cf3c973045eac09df896a3dd744a50dc07de67d905edbb9da5c01b4d96bc
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.rb10064400735 Bytesb86a5c42057e771109cdd6c610e5d9dc128221b3e05009e7ee20a7b77b36b576
lib/gris/generators/templates/scaffold/spec/support/app_helper.rb.tt10064400320 Bytes1a596aad08afabd5f82be07570133a440a118060069256cb4fe2b87373011159
lib/gris/grape_extensions/authentication_helpers.rb10064400500 Bytescb8410ea96574068700b1bbb46c1f696e884c55762aeeee633bdbc112e4689b7
lib/gris/grape_extensions/crud_helpers.rb10064400732 Bytesff19ba45acf416120a5376dbffb7fee9218a356bc6c792969527b734b854717c
lib/gris/grape_extensions/date_time_helpers.rb10064400781 Bytes8dcda4debe78612c5a33a308afccc5f48681bf3435b94ec470faffb7c0472a6f
lib/gris/grape_extensions/error_helpers.rb10064400317 Bytes58bd74b1831791bbe62ca969bf348c6a3ab03c372dbc1181e7e4d27e8f5aa9a1
lib/gris/identity.rb10064400839 Byteseca832fcf6021b07a68d5e24bb3db81a5fc965d0e641db6aa6cf4e79a6d0c773
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/response_helpers.rb100644001.09 KBef12b7d58f71ad9b40d35d0ddf6ba98a2c5c673c422e397e2cd8856ad289c31a
lib/gris/setup.rb10064400518 Bytesda6253d904f158558e77b89dea6424a0037bf2030722beb768ef9029c2df5464
lib/gris/version.rb10075500824 Bytescd4966276cc66945900bb3c9fc98e705ef9390f0439e33811473973cb6d59156
lib/tasks/db.rake100644002.5 KB8527c77d44601796a9ae2985cce7c0370d6c2d88835bba101baa5f28511fa2ef
lib/tasks/routes.rake10064400317 Bytes7e9f5b93499a62804c36eae389d999212937f3c154fa4c4c67ce920ba5bf1226
spec/generators/api_generator_spec.rb100644003.89 KB3a094decfdcd309ec7b832c88b1251140e738ce27a6a9e0fd5a6d4e4dc404dc9
spec/generators/migration_generator_spec.rb100644003.24 KBd184934afb6abe960ba843fe08fb1906ce0092a4c9dcf5e54b84d5d58854a48c
spec/generators/scaffold_generator_spec.rb100644003.58 KB71e1969764308d03210d304062516fef603aec9132c47029563dd7521bd17bf8
spec/grape_extensions/authentication_helpers_spec.rb100644002.14 KB7ff06236b1edf2d908c9ae607e70dc75b6b76ab18b999b0cabd68319eaf4b5d9
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.67 KBa3beb82f38af842bdb43f37376b558d2e9dc1941de0bd6c0670e30e1df0b3fca
spec/spec_helper.rb10064400253 Bytes7e599569fbccad9cd5fb21b036528d8d4632dce059cf27c33d429cadd264b8a1
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