minitest-sound 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 212568b0e34e78cfe338fe4ff324f470ba6e61b1
4
- data.tar.gz: 7909390584699ea974654f47bb82ccb436e65af0
3
+ metadata.gz: 12934feb7561da5ee853702cec670eac8eed2863
4
+ data.tar.gz: 754a1a61e92e9c0e48b8c66adcb0faecc6a3dd78
5
5
  SHA512:
6
- metadata.gz: aa9bf46d9123d9e342babfb5e506388996c363ad0f27ba3414a5b6f9684d8d0b00b4645b904eb942b943a16dd32fc73a94ce69662ee20326a7b1a011129aba97
7
- data.tar.gz: f1a4c7e2d6e06b912125b57016612b5b1116bc3c45534b376c96df99588ed3ae437158fefa06c7a7eddffd0e55669145f7e10d1ea8ebcba51f44feed24108f99
6
+ metadata.gz: d887b89c9576e28225885f59165a1a6bef230987ae350c8c170d2e7a7f06a1123e0d85eee2ea9abd442b3a76ebd50dd53b94754f8231d8518a84034cdb18d51a
7
+ data.tar.gz: 094ed02443bc3c74d59c96c09305afc069ec1ccfef40d3c17731d3d8076590b8664a623cae2df7d2cf92c81b82ac33ca544241f3257ec78063f82a0a2087fecf
data/README.md CHANGED
@@ -11,7 +11,7 @@ minitest-sound plays sound when test finished.
11
11
 
12
12
  Add this line to your application's Gemfile:
13
13
 
14
- gem 'minitest-sound', github: 'y-yagi/minitest-sound'
14
+ gem 'minitest-sound'
15
15
 
16
16
  And then execute:
17
17
 
@@ -1,5 +1,5 @@
1
1
  module Minitest
2
2
  module Sound
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  require_relative 'sound/reporter'
2
2
 
3
3
  module Minitest
4
- def self.plugin_minitest_sound_init(opts)
4
+ def self.plugin_sound_init(opts)
5
5
  self.reporter << Minitest::Sound::Reporter.new
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-sound
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuji Yaginuma
@@ -78,11 +78,11 @@ files:
78
78
  - LICENSE.txt
79
79
  - README.md
80
80
  - Rakefile
81
- - lib/minitest/minitest_sound_plugin.rb
82
81
  - lib/minitest/sound.rb
83
82
  - lib/minitest/sound/player.rb
84
83
  - lib/minitest/sound/reporter.rb
85
84
  - lib/minitest/sound/version.rb
85
+ - lib/minitest/sound_plugin.rb
86
86
  - minitest-sound.gemspec
87
87
  - test/fixtures/during_test.mp3
88
88
  - test/fixtures/failure.mp3