minitest-macos-notification 0.4.0 → 1.0.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/README.md +5 -1
- data/VERSION +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c998fae366f4d7039a87a526f7caaf29e3390f8be01b8604cbbc302fb0eec15
|
|
4
|
+
data.tar.gz: 74b261670a522bbf64395f910069b63f148aa5feda610790d35ca403ce7cd0f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb0224a34b7e1aa88f5666e1778f63552a23f97aa9795541677fb0a286b7bb86847c10ba0fbb64433b365a03f8dd96b78ac29391ed4aa1e567f40b6ab304eff9
|
|
7
|
+
data.tar.gz: 5d1271642b0176eda0d55ac2120bc16a5149898cb798e5d8fae84df878afc5e042952277ba31f58497db78119e7d3c61ec515c691470b29c0cac752b190c1ddb
|
data/README.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
# Minitest macOS Notification
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/rb/minitest-macos-notification)
|
|
4
|
+

|
|
4
5
|
|
|
5
6
|
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.
|
|
6
7
|
|
|
8
|
+
## Requirements
|
|
9
|
+
|
|
10
|
+
* Ruby >= 2.7
|
|
7
11
|
## Installation
|
|
8
12
|
|
|
9
13
|
Add this line to your application's Gemfile:
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
1.0.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: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stuart Chinery
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
@@ -168,7 +168,8 @@ files:
|
|
|
168
168
|
homepage: https://github.com/technicalpanda/minitest-macos-notification
|
|
169
169
|
licenses:
|
|
170
170
|
- MIT
|
|
171
|
-
metadata:
|
|
171
|
+
metadata:
|
|
172
|
+
rubygems_mfa_required: 'true'
|
|
172
173
|
post_install_message:
|
|
173
174
|
rdoc_options: []
|
|
174
175
|
require_paths:
|
|
@@ -177,14 +178,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
177
178
|
requirements:
|
|
178
179
|
- - ">="
|
|
179
180
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: '2.
|
|
181
|
+
version: '2.7'
|
|
181
182
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
183
|
requirements:
|
|
183
184
|
- - ">="
|
|
184
185
|
- !ruby/object:Gem::Version
|
|
185
186
|
version: '0'
|
|
186
187
|
requirements: []
|
|
187
|
-
rubygems_version: 3.
|
|
188
|
+
rubygems_version: 3.2.33
|
|
188
189
|
signing_key:
|
|
189
190
|
specification_version: 4
|
|
190
191
|
summary: macOS notification reporter for Minitest Reporters
|