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 +4 -4
- data/lib/minitest/libnotify/version.rb +1 -1
- data/minitest-libnotify.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 107e27eea5a182b64d6dc80ef5ebe4157d456f67
|
|
4
|
+
data.tar.gz: a4d3e6e768843a8122ed305f3649826678ac463c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c59f25b292ff3095c83e309ac0b1379596a7f7c73263c26f0c28357c8f7f0d892da2554ae42e828709987345b69beb5778ed24453b0f8cc333dd592b44e38d2
|
|
7
|
+
data.tar.gz: 49e8c135fad36f4263675a642ff44541a22915023118b8de295455d0fac6aa2491a06c297dfe7564999bf8798372d74d109fb17f27abe30ef9e56c40751c708d
|
data/minitest-libnotify.gemspec
CHANGED
|
@@ -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/
|
|
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.
|
|
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: '
|
|
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: '
|
|
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/
|
|
60
|
+
homepage: https://github.com/benny1992/minitest-libnotify
|
|
61
61
|
licenses: []
|
|
62
62
|
metadata: {}
|
|
63
63
|
post_install_message:
|