appveyor-worker 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f14958f257a12af7fbc103b824934e60c1278023
4
- data.tar.gz: 06bf59c8c02a52525f1153977f6982f255a25217
3
+ metadata.gz: 42443bab6c2eb9ea2a639d73e1ac9217c4e44fee
4
+ data.tar.gz: 487eccd0cbf2d56bc53163137de33f203f9eac5e
5
5
  SHA512:
6
- metadata.gz: e8cf32d5cb8d580f3575df8f39187bc630d56c717a77de0787bdadf6897830c0225bc97cd9e44d4c674280b46aac591d7ad1eab65136d5286231bbb8dd173c8e
7
- data.tar.gz: eb0654f08f12ea4a37e57c2b9217965c6968a2cc1cb75afe8c2d0bcc541a552bd5f9a0316802719cdb7f7a8c1258e8edbea1801150f377f9d0375659342579b8
6
+ metadata.gz: ab3aa9020f7acc62f5384c9f86d5c845a7c0e40993e0d65a218fd7a0f253024a505ffc642eed17d1c9ca4d6f502a7685da6b6b89d83594d605c17b788c527609
7
+ data.tar.gz: 72416a73e237e5224b0e9012b655bb7ed269c150fc168d7fb0c4f2abd5d1651ed78e434aec7624308985e4527041b50e067a9a5c8481a4b720b037645128f6d8
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # AppVeyor::Worker
2
2
 
3
3
  [![Build status](https://ci.appveyor.com/api/projects/status/oiqm2v8jcr9td1la?svg=true)](https://ci.appveyor.com/project/ukoloff/appveyor-worker)
4
+ [![Gem Version](https://badge.fury.io/rb/appveyor-worker.svg)](http://badge.fury.io/rb/appveyor-worker)
4
5
 
5
6
  Access to [AppVeyor](http://www.appveyor.com/)
6
7
  [Build Worker API](http://www.appveyor.com/docs/build-worker-api)
@@ -10,7 +11,7 @@ Access to [AppVeyor](http://www.appveyor.com/)
10
11
  Add this line to your application's Gemfile:
11
12
 
12
13
  ```ruby
13
- gem 'appveyor-worker'
14
+ gem 'appveyor-worker' # if ENV['APPVEYOR_API_URL']
14
15
  ```
15
16
 
16
17
  And then execute:
@@ -28,3 +29,9 @@ require 'appveyor/worker'
28
29
 
29
30
  AppVeyor::Worker.message "Hello, world!", "It's me"
30
31
  ```
32
+
33
+ When using `AppVeyor::Worker` under
34
+ [Minitest](https://github.com/seattlerb/minitest)
35
+ the latter automagically requires the former.
36
+ Just add to `Gemfile` et voila! Test results will populate list
37
+ and `AppVeyor::Worker.message` is available in your tests.
@@ -1,5 +1,5 @@
1
1
  require_relative "../../appveyor"
2
2
 
3
3
  module AppVeyor::Worker
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -3,6 +3,7 @@ require_relative '../appveyor/worker'
3
3
 
4
4
  module Minitest
5
5
  def self.plugin_appveyor_init options
6
+ ::AppVeyor::Worker.message "#{name} seed: #{options[:seed]}"
6
7
  self.reporter << AppVeyor.new unless ::AppVeyor::Worker.skip?
7
8
  end
8
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appveyor-worker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stas Ukolov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-24 00:00:00.000000000 Z
11
+ date: 2016-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json