minitest5-libnotify 0.0.1 → 0.0.2

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: ebf90490e56fc97cc338a1498f7573ca8f112928
4
- data.tar.gz: 5b40a91382b47812841f5272a65d67f37e82a328
3
+ metadata.gz: 107e27eea5a182b64d6dc80ef5ebe4157d456f67
4
+ data.tar.gz: a4d3e6e768843a8122ed305f3649826678ac463c
5
5
  SHA512:
6
- metadata.gz: 46fe199354eea1fb7ce39d4e287e060324dafd45a7c7120293b0d54f638de75a9dd5c6c4fca674cb177b87a15c935ed77f4b5531310f3b22e54e78cc2018722f
7
- data.tar.gz: b185bc0879fd88d796851b96a7e4f61a4761e06d8463b0b292151a4cb76b361de1719474127edc52b28e8e2e3f654ea3087e2305a6b5c66d7c56cd5ee893548e
6
+ metadata.gz: 0c59f25b292ff3095c83e309ac0b1379596a7f7c73263c26f0c28357c8f7f0d892da2554ae42e828709987345b69beb5778ed24453b0f8cc333dd592b44e38d2
7
+ data.tar.gz: 49e8c135fad36f4263675a642ff44541a22915023118b8de295455d0fac6aa2491a06c297dfe7564999bf8798372d74d109fb17f27abe30ef9e56c40751c708d
@@ -1,5 +1,5 @@
1
1
  module MiniTest
2
2
  class Libnotify
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
 
10
10
  s.authors = ["Peter Suschlik", "Benny Klotz"]
11
11
  s.email = ["peter-minitest-libnotify@suschlik.de", "r3qnbenni@gmail.com"]
12
- s.homepage = "https://github.com/splattael/minitest-libnotify"
12
+ s.homepage = "https://github.com/benny1992/minitest-libnotify"
13
13
 
14
14
  s.summary = %q{Test notifier for minitest5 via libnotify.}
15
15
  s.description = %q{Display graphical notfications when testing with minitest.}
@@ -19,6 +19,6 @@ Gem::Specification.new do |s|
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
21
 
22
- s.add_runtime_dependency 'minitest'
22
+ s.add_runtime_dependency 'minitest', '~> 5'
23
23
  s.add_runtime_dependency 'libnotify'
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest5-libnotify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Suschlik
@@ -15,16 +15,16 @@ dependencies:
15
15
  name: minitest
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '0'
20
+ version: '5'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ">="
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: '0'
27
+ version: '5'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: libnotify
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -57,7 +57,7 @@ files:
57
57
  - lib/minitest/libnotify/version.rb
58
58
  - lib/minitest/libnotify_plugin.rb
59
59
  - minitest-libnotify.gemspec
60
- homepage: https://github.com/splattael/minitest-libnotify
60
+ homepage: https://github.com/benny1992/minitest-libnotify
61
61
  licenses: []
62
62
  metadata: {}
63
63
  post_install_message: