minitest-libnotify 0.2.0 → 0.2.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.
@@ -62,7 +62,6 @@ module MiniTest
62
62
  libnotify.summary = config_for(:description, state, default_description)
63
63
  libnotify.urgency = config_for(:urgency, state)
64
64
  libnotify.icon_path = config_for(:icon_path, state)
65
- p libnotify
66
65
  libnotify.show!
67
66
  end
68
67
  @io.puts(*o)
@@ -1,5 +1,5 @@
1
1
  module MiniTest
2
2
  class Libnotify
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-libnotify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
16
- requirement: &17041080 !ruby/object:Gem::Requirement
16
+ requirement: &16710480 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *17041080
24
+ version_requirements: *16710480
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: libnotify
27
- requirement: &17067120 !ruby/object:Gem::Requirement
27
+ requirement: &16710020 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *17067120
35
+ version_requirements: *16710020
36
36
  description: Display graphical notfications when testing with minitest.
37
37
  email:
38
38
  - peter-minitest-libnotify@suschlik.de