{"id":17624973,"url":"https://github.com/ukoloff/appveyor-worker","last_synced_at":"2025-03-30T01:42:48.265Z","repository":{"id":59150656,"uuid":"56952089","full_name":"ukoloff/appveyor-worker","owner":"ukoloff","description":"Access to AppVeyor Build Worker API","archived":false,"fork":false,"pushed_at":"2018-03-28T07:46:26.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T13:03:36.375Z","etag":null,"topics":["appveyor","minitest","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ukoloff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-24T03:26:03.000Z","updated_at":"2018-03-28T07:44:42.000Z","dependencies_parsed_at":"2022-09-14T04:04:03.144Z","dependency_job_id":null,"html_url":"https://github.com/ukoloff/appveyor-worker","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoloff%2Fappveyor-worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoloff%2Fappveyor-worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoloff%2Fappveyor-worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoloff%2Fappveyor-worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ukoloff","download_url":"https://codeload.github.com/ukoloff/appveyor-worker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246266252,"owners_count":20749754,"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":["appveyor","minitest","ruby"],"created_at":"2024-10-22T22:07:04.504Z","updated_at":"2025-03-30T01:42:48.252Z","avatar_url":"https://github.com/ukoloff.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppVeyor::Worker\n\n[![Build status](https://ci.appveyor.com/api/projects/status/oiqm2v8jcr9td1la?svg=true)](https://ci.appveyor.com/project/ukoloff/appveyor-worker)\n[![Gem Version](https://badge.fury.io/rb/appveyor-worker.svg)](http://badge.fury.io/rb/appveyor-worker)\n\nAccess to [AppVeyor][]\n[Build Worker API][].\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'appveyor-worker' # if ENV['APPVEYOR_API_URL']\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install appveyor-worker\n\n## Usage\n\n```ruby\nrequire 'appveyor/worker'\n\nAppVeyor::Worker.message \"Hello, world!\", \"It's me\"\n```\n\n### Minitest\n\nWhen using `AppVeyor::Worker` under\n[Minitest][]\nthe latter automagically requires the former.\nJust add to `Gemfile` et voila! Test results will populate list\nand `AppVeyor::Worker.message` is available in your tests.\n\nIn addition, Minitest seed will be sent as AppVeyor message.\n\n### RSpec\n\nFor [RSpec][] you need *two* lines of code, as mentioned above:\n\n1. Add gem to `Gemfile`\n2. Require gem\n\n    * Either directly in one of your `./spec/*_spec.rb` files\n    * Or by adding `-r appveyor/worker` to `./.rspec`\n\nRScpec seed is also reported as standard AppVeyor message.\n\n[AppVeyor]: http://www.appveyor.com/\n[Build Worker API]: http://www.appveyor.com/docs/build-worker-api\n[Minitest]: https://github.com/seattlerb/minitest\n[RSpec]: http://rspec.info/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukoloff%2Fappveyor-worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fukoloff%2Fappveyor-worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukoloff%2Fappveyor-worker/lists"}