{"id":16071093,"url":"https://github.com/mvz/rake-manifest","last_synced_at":"2025-10-10T21:13:25.350Z","repository":{"id":43219384,"uuid":"285825701","full_name":"mvz/rake-manifest","owner":"mvz","description":"Rake tasks to generate and check a manifest file","archived":false,"fork":false,"pushed_at":"2025-03-24T10:48:57.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T10:37:51.229Z","etag":null,"topics":["developer-tools","hacktoberfest","manifest","ruby"],"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/mvz.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-07T12:38:06.000Z","updated_at":"2025-03-24T10:49:00.000Z","dependencies_parsed_at":"2025-03-24T11:32:28.455Z","dependency_job_id":"03dd0606-d448-466e-b41e-5e069c0b64e8","html_url":"https://github.com/mvz/rake-manifest","commit_stats":{"total_commits":109,"total_committers":2,"mean_commits":54.5,"dds":"0.39449541284403666","last_synced_commit":"d6732f949ef5fb696376d52f3f50370fdccf3798"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mvz/rake-manifest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvz%2Frake-manifest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvz%2Frake-manifest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvz%2Frake-manifest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvz%2Frake-manifest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvz","download_url":"https://codeload.github.com/mvz/rake-manifest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvz%2Frake-manifest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265493609,"owners_count":23776300,"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":["developer-tools","hacktoberfest","manifest","ruby"],"created_at":"2024-10-09T07:22:00.484Z","updated_at":"2025-10-10T21:13:20.298Z","avatar_url":"https://github.com/mvz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rake::Manifest\n\nRake tasks to generate and check a manifest file\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rake-manifest'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install rake-manifest\n\n## Usage\n\nAdd something like the following to your `Rakefile`:\n\n```ruby\nRake::Manifest::Task.new do |t|\n  t.patterns = [\"{docs,examples,lib}/**/*\", \"LICENSE.txt\"] # Default is [\"**/*\"]\n  t.manifest_file = \"MyManifest.txt\" # Default is \"Manifest.txt\"\nend\n```\n\nThis will create the tasks `manifest:generate` and `manifest:check`.\n\nNext, run `manifest:generate` to create your manifest file, and check it into\nsource control.\n\nTo use the manifest file, use something like the following in your gemspec:\n\n```ruby\n  spec.files = File.read(\"Manifest.txt\").split\n```\n\nYou can use `manifest:check` to see if any files are not in the manifest. If\nyou have a task for building your gem, you can make it depend on\n`manifest:check`. This will avoid building the gem with incorrect contents. For\nexample, if you're using the Bundler gem tasks, add this to your `Rakefile`:\n\n```ruby\ntask build: \"manifest:check\"\n```\n\n## Development\n\nAfter checking out the repo, run `bundle` to install dependencies. Then, run\n`rake spec` to run the tests.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To\nrelease a new version, update the version number in `version.rb`, and then run\n`bundle exec rake release`, which will create a git tag for the version, push\ngit commits and tags, and push the `.gem` file to\n[rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/mvz/rake-manifest.\n\n## License\n\nThe gem is available as open source under the terms of the\n[MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvz%2Frake-manifest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvz%2Frake-manifest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvz%2Frake-manifest/lists"}