{"id":20291447,"url":"https://github.com/yasslab/walking_dead","last_synced_at":"2026-05-28T13:31:22.025Z","repository":{"id":140290220,"uuid":"157173102","full_name":"yasslab/walking_dead","owner":"yasslab","description":"Find dead links.","archived":false,"fork":false,"pushed_at":"2023-07-20T01:37:15.000Z","size":14,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-04T04:44:45.470Z","etag":null,"topics":["html","ruby","ruby-gem"],"latest_commit_sha":null,"homepage":"","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/yasslab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-12T07:27:54.000Z","updated_at":"2020-10-06T00:45:29.000Z","dependencies_parsed_at":"2023-07-21T17:52:14.741Z","dependency_job_id":null,"html_url":"https://github.com/yasslab/walking_dead","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yasslab/walking_dead","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fwalking_dead","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fwalking_dead/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fwalking_dead/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fwalking_dead/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yasslab","download_url":"https://codeload.github.com/yasslab/walking_dead/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fwalking_dead/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33611248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":["html","ruby","ruby-gem"],"created_at":"2024-11-14T15:12:24.326Z","updated_at":"2026-05-28T13:31:22.003Z","avatar_url":"https://github.com/yasslab.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WalkingDead\n\nfind dead links.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'walking_dead', git: 'https://github.com/yasslab/walking_dead.git'\n```\n\nAnd then execute:\n\n    $ bundle\n\n\u003c!--\nOr install it yourself as:\n\n    $ gem install walking_dead\n--\u003e\n\n## Usage\n\n```ruby\nrequire 'rake'\nrequire 'walking_dead'\nrequire 'yaml'\nyaml = \u003c\u003c~YAML\npaths:\n- app/views/**/*\n- public/**/*.{html,html.erb}\nYAML\noptions = YAML.load(yaml)\nconfig = WalkingDead::Config.new(options)\nwalking_dead = WalkingDead.new(config)\nwalking_dead.each do |url, res|\n  if res.code == '301'\n    sh 'git', 'gsub', url, res['location']\n  end\n  File.open(\"#{res.code}.txt\", \"a\") do |f|\n    f.puts url\n  end\nend\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/yasslab/walking_dead. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the WalkingDead project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/yasslab/walking_dead/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasslab%2Fwalking_dead","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasslab%2Fwalking_dead","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasslab%2Fwalking_dead/lists"}