{"id":15033057,"url":"https://github.com/ruby/rake-contrib","last_synced_at":"2025-10-19T22:32:11.817Z","repository":{"id":10115377,"uuid":"64396105","full_name":"ruby/rake-contrib","owner":"ruby","description":"Additional libraries for Rake","archived":false,"fork":false,"pushed_at":"2021-06-16T11:30:39.000Z","size":19,"stargazers_count":3,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T07:32:50.578Z","etag":null,"topics":["rake"],"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/ruby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-28T13:03:40.000Z","updated_at":"2021-11-21T02:47:36.000Z","dependencies_parsed_at":"2022-07-25T23:00:09.422Z","dependency_job_id":null,"html_url":"https://github.com/ruby/rake-contrib","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/ruby%2Frake-contrib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Frake-contrib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Frake-contrib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Frake-contrib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruby","download_url":"https://codeload.github.com/ruby/rake-contrib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237224831,"owners_count":19275093,"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":["rake"],"created_at":"2024-09-24T20:19:59.934Z","updated_at":"2025-10-19T22:32:11.475Z","avatar_url":"https://github.com/ruby.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rake::Contrib\n\nAdditional libraries for Rake.\n\nThis gem was extracted from Rake when v11.0 was released.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rake-contrib'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rake-contrib\n\n## Usage\n\nSee also [rake-contrib API documentation at RubyDoc.info][rake-contrib-api]\nfor full details.\n\n[rake-contrib-api]: http://www.rubydoc.info/gems/rake-contrib/\n\n### SshPublisher\n\nThis gem comes with a simple SSH publishing class, to copy files to a remote\nhost.\n\nIn your Rakefile:\n\n```ruby\nrequire 'rake/contrib/sshpublisher'\n```\n\nThis gives your Rake tasks access to these utility classes around the Unix\n`scp` command:\n\n- `SshDirPublisher` - A publisher to `scp` all files in local directory to\n  given remote directory on SSH host.\n- `SshFilePublisher` - A publisher to `scp` given files in local directory\n  to given remote directory on SSH host.\n- `SshFreshDirPublisher` - Like `SshDirPublisher`, but removes and replaces\n  given directory.\n- `CompositePublisher` - Manage several publishers as a single entity.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. 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/ruby/rake-contrib.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Frake-contrib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruby%2Frake-contrib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Frake-contrib/lists"}