{"id":23762213,"url":"https://github.com/rosylilly/git_hook-rspec","last_synced_at":"2026-03-20T20:30:16.936Z","repository":{"id":56874292,"uuid":"5200970","full_name":"rosylilly/git_hook-rspec","owner":"rosylilly","description":"git pre-commit hook. run all rspec. ","archived":false,"fork":false,"pushed_at":"2012-07-27T05:32:31.000Z","size":88,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T02:55:23.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rosylilly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-27T05:31:44.000Z","updated_at":"2014-03-02T13:44:22.000Z","dependencies_parsed_at":"2022-08-20T10:11:05.941Z","dependency_job_id":null,"html_url":"https://github.com/rosylilly/git_hook-rspec","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosylilly%2Fgit_hook-rspec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosylilly%2Fgit_hook-rspec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosylilly%2Fgit_hook-rspec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosylilly%2Fgit_hook-rspec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rosylilly","download_url":"https://codeload.github.com/rosylilly/git_hook-rspec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239934242,"owners_count":19720904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-31T21:17:05.656Z","updated_at":"2026-03-20T20:30:16.880Z","avatar_url":"https://github.com/rosylilly.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHook::Rspec\n\ngit pre-commit hook. run all rspec.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'git_hook-rspec'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install git_hook-rspec\n\nAnd Add this line to your application's .githooks:\n\n    pre_commit 'GitHook::Rspec', :require =\u003e 'git_hook-rspec'\n\nAnd then execute:\n\n    $ git hook apply\n\n## Usage\n\ngit hook gem.\n\nwrite your .githooks:\n\n    pre_commit 'GitHook::Rspec',\n      :require =\u003e 'git_hook-rspec,\n      :bundler =\u003e true, # using bundler. execute rspec comamnd with `bundle exec`\n      :binstabs =\u003e false, # rspec inside `binstabs` folder. true is 'bin'. false is not inside binstabs folder.\n      :cli =\u003e '' # rspec cli options. example: \"--color --format d\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosylilly%2Fgit_hook-rspec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosylilly%2Fgit_hook-rspec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosylilly%2Fgit_hook-rspec/lists"}