{"id":31391677,"url":"https://github.com/customink/is-it-up","last_synced_at":"2025-09-29T02:49:27.306Z","repository":{"id":18072974,"uuid":"21134555","full_name":"customink/is-it-up","owner":"customink","description":"A Ruby gem for adding a simple endpoint to see if your application \"is up”.","archived":false,"fork":false,"pushed_at":"2025-07-24T13:10:30.000Z","size":43,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":75,"default_branch":"master","last_synced_at":"2025-09-18T03:00:49.227Z","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/customink.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-06-23T17:02:04.000Z","updated_at":"2025-07-24T13:10:34.000Z","dependencies_parsed_at":"2024-03-18T17:41:13.431Z","dependency_job_id":"885c0eb7-cc8b-4015-825c-b77270f7640f","html_url":"https://github.com/customink/is-it-up","commit_stats":{"total_commits":21,"total_committers":4,"mean_commits":5.25,"dds":0.4285714285714286,"last_synced_commit":"6d1698f2453c9f289d48995af1b6d6071817a90e"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/customink/is-it-up","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customink%2Fis-it-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customink%2Fis-it-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customink%2Fis-it-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customink%2Fis-it-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/customink","download_url":"https://codeload.github.com/customink/is-it-up/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customink%2Fis-it-up/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277458663,"owners_count":25821319,"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","status":"online","status_checked_at":"2025-09-29T02:00:09.175Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-09-29T02:49:21.594Z","updated_at":"2025-09-29T02:49:22.786Z","avatar_url":"https://github.com/customink.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Is It Up?\n\nA Ruby gem that adds a simple endpoint to see if your application \"is\nup\".  The endpoint is handled via Rack middleware.  A Railtie is provided\nfor integration with Ruby on Rails apps.\n\n## Requirements\n\n* Ruby 2.2 or higher\n* Ruby on Rails 3.2 or higher\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'is_it_up'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install is_it_up\n\n## Usage\n\nIsItUp provides a monitoring URI that returns a JSON response:\n\n```ruby\n% curl your-domain/is_it_up\n{ \"status\": \"ok\", \"code\": 200 }\n```\n\n## Contributing\n\n1. Fork it ( http://github.com/customink/is_it_up/fork )\n2. Run `bin/bootstrap_macos` (if using macOS) and `bin/setup` to ensure your environment is configured for development\n3. Run `bin/test` to ensure all tests pass\n4. Create your feature branch (`git checkout -b my-new-feature`)\n5. Commit your changes (`git commit -am 'Add some feature'`)\n6. Push to the branch (`git push origin my-new-feature`)\n7. Create new Pull Request\n\n## Kudos\n\nVarious ideas borrowed from:\n\n* [is_it_up](https://github.com/andhapp/is_it_up), a similar rack middleware.\n* [fitter_happer](https://github.com/atmos/fitter_happier), a similar Rails plugin.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustomink%2Fis-it-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcustomink%2Fis-it-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustomink%2Fis-it-up/lists"}