minitest-notification 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  require "minitest-notification/version"
2
2
  require "terminal-notifier-guard"
3
3
 
4
- module Minitest
4
+ module MiniTest
5
5
  # Test notifier for minitest via notification center.
6
6
  #
7
7
  # == Usage
@@ -1,5 +1,5 @@
1
- module Minitest
1
+ module MiniTest
2
2
  module Notification
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -5,7 +5,7 @@ require 'minitest-notification/version'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "minitest-notification"
8
- gem.version = Minitest::Notification::VERSION
8
+ gem.version = MiniTest::Notification::VERSION
9
9
  gem.authors = ["Keisuke KITA"]
10
10
  gem.email = ["kei.kita2501@gmail.com"]
11
11
  gem.description = %q{Test notifier for minitest via OSX Notification Center}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: