minitest-sound 0.0.6 → 0.0.7

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: b9117041ce681a354ee81040cfa8ff9e58dfd1e4
4
- data.tar.gz: b3197e6f6630d57c2fac58e21b21659d18b910d4
3
+ metadata.gz: 14a83383c0f6d302190c9b2278802fce719bc7d3
4
+ data.tar.gz: dc2c08e7a544cd090b75613878bbeb979ac8bd8b
5
5
  SHA512:
6
- metadata.gz: f8e969fe2936f89620e51833e85a4200bdb250a84c3a313e2785c2206231962e160cd63216d3573037d7b8f23092120d7abfd53930b7bdea80b854be2fecd962
7
- data.tar.gz: eaf46a9db0e563dc27acf61770224f96d8c81bd8ac797e04548e2f6f93d02c252c88d86c677f6eac9619ac5630fddf86890064035bfe42287650bf962cac7415
6
+ metadata.gz: 68f9b17faf5130a1f93e8d6e3a657d0f91bad1f98649a039aa857198908d6111d5241dea45fd53c13d6fe9858f21c3a5b0ca6c31ac3701db519ac52c15c17210
7
+ data.tar.gz: 6e98b6cdd5a0776d937a6c11f9e66bd6f09bdfdfa7259be1f38c4bb123b6c0d0a3b69cc6061cfa5bfe9c1cbe4baec464a1086b9139193681d5025202927b1deb
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Minitest::Sound
2
2
 
3
+ [![Build Status](https://travis-ci.org/y-yagi/minitest-sound.svg?branch=master)](https://travis-ci.org/y-yagi/minitest-sound)
4
+ [![Gem Version](https://badge.fury.io/rb/minitest-sound.svg)](http://badge.fury.io/rb/minitest-sound)
5
+
3
6
  minitest-sound plays sound when test finished.
4
7
 
5
8
  ## Requirements
@@ -8,7 +8,7 @@ module Minitest
8
8
  @during_test_pid = nil
9
9
  end
10
10
 
11
- def play(file: file, sync: true)
11
+ def play(file: nil, sync: true)
12
12
  return if file.nil? || file.empty?
13
13
 
14
14
  pid = spawn("mpg123 #{file}", err: '/dev/null')
@@ -1,5 +1,5 @@
1
1
  module Minitest
2
2
  module Sound
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-sound
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuji Yaginuma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-06 00:00:00.000000000 Z
11
+ date: 2015-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 2.2.2
104
+ rubygems_version: 2.4.5
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: Play a sound when test finished