minitest-macos-notification 0.3.3 → 0.4.0
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/MIT-LICENSE +1 -1
- data/README.md +4 -9
- data/VERSION +1 -1
- metadata +39 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ccf8ed6efa94b29324bbf2659b7cdc3736890ab1eaa5aab8caa022b5d44d263
|
4
|
+
data.tar.gz: 395b169dafdc5c6b44a5fe8e09037f0c1e3ea6d4b3d62bac5865bdbd8633c8be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d178160bfd77095684325b94051b2b865daba1d85e92c94687a80933ad00670355b943a3f735d54427b593ea8446d85092c1b98e2c063ea17f98ded225d173c
|
7
|
+
data.tar.gz: 2a0b39aaff8c2205d6816fa09a80343a76baaa25d95508ebb6d7e22b77e73229aa75a39d59f45418937ce4751eae99ea0a8ba236c44e5e70a6a7340cfe64d9a6
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
@@ -1,9 +1,8 @@
|
|
1
1
|
# Minitest macOS Notification
|
2
2
|
|
3
|
-
Simple macOS notification reporter for [Minitest Reporters](https://github.com/kern/minitest-reporters), based on the [minitest-osx](https://github.com/tombell/minitest-osx) gem.
|
4
|
-
|
5
3
|
[](http://badge.fury.io/rb/minitest-macos-notification)
|
6
|
-
|
4
|
+
|
5
|
+
Simple macOS notification reporter for [Minitest Reporters](https://github.com/kern/minitest-reporters), based on the [minitest-osx](https://github.com/tombell/minitest-osx) gem.
|
7
6
|
|
8
7
|
## Installation
|
9
8
|
|
@@ -58,7 +57,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
|
|
58
57
|
|
59
58
|
## Contributing
|
60
59
|
|
61
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
60
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/technicalpanda/minitest-macos-notification. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
62
61
|
|
63
62
|
## License
|
64
63
|
|
@@ -66,8 +65,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
66
65
|
|
67
66
|
## Code of Conduct
|
68
67
|
|
69
|
-
Everyone interacting
|
70
|
-
|
71
|
-
## TODOs
|
72
|
-
|
73
|
-
* Write some tests...
|
68
|
+
Everyone interacting with this project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/technicalpanda/minitest-macos-notification/blob/main/CODE_OF_CONDUCT.md).
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.4.0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minitest-macos-notification
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stuart Chinery
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|
@@ -114,18 +114,46 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: '
|
117
|
+
version: '1.7'
|
118
118
|
type: :development
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: '
|
124
|
+
version: '1.7'
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: rubocop-minitest
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - "~>"
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0.10'
|
132
|
+
type: :development
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - "~>"
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '0.10'
|
139
|
+
- !ruby/object:Gem::Dependency
|
140
|
+
name: rubocop-rake
|
141
|
+
requirement: !ruby/object:Gem::Requirement
|
142
|
+
requirements:
|
143
|
+
- - "~>"
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: '0.5'
|
146
|
+
type: :development
|
147
|
+
prerelease: false
|
148
|
+
version_requirements: !ruby/object:Gem::Requirement
|
149
|
+
requirements:
|
150
|
+
- - "~>"
|
151
|
+
- !ruby/object:Gem::Version
|
152
|
+
version: '0.5'
|
125
153
|
description: macOS notification reporter for Minitest Reporters, based on the minitest-osx
|
126
154
|
gem.
|
127
155
|
email:
|
128
|
-
-
|
156
|
+
- code@technicalpanda.co.uk
|
129
157
|
executables: []
|
130
158
|
extensions: []
|
131
159
|
extra_rdoc_files: []
|
@@ -137,11 +165,11 @@ files:
|
|
137
165
|
- lib/minitest/macos_notification.rb
|
138
166
|
- lib/minitest/macos_notification/version.rb
|
139
167
|
- lib/minitest/reporters/macos_notification_reporter.rb
|
140
|
-
homepage: https://github.com/
|
168
|
+
homepage: https://github.com/technicalpanda/minitest-macos-notification
|
141
169
|
licenses:
|
142
170
|
- MIT
|
143
171
|
metadata: {}
|
144
|
-
post_install_message:
|
172
|
+
post_install_message:
|
145
173
|
rdoc_options: []
|
146
174
|
require_paths:
|
147
175
|
- lib
|
@@ -149,15 +177,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
149
177
|
requirements:
|
150
178
|
- - ">="
|
151
179
|
- !ruby/object:Gem::Version
|
152
|
-
version: '
|
180
|
+
version: '2.5'
|
153
181
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
154
182
|
requirements:
|
155
183
|
- - ">="
|
156
184
|
- !ruby/object:Gem::Version
|
157
185
|
version: '0'
|
158
186
|
requirements: []
|
159
|
-
rubygems_version: 3.1.
|
160
|
-
signing_key:
|
187
|
+
rubygems_version: 3.1.4
|
188
|
+
signing_key:
|
161
189
|
specification_version: 4
|
162
190
|
summary: macOS notification reporter for Minitest Reporters
|
163
191
|
test_files: []
|