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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -1
  3. data/VERSION +1 -1
  4. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ccf8ed6efa94b29324bbf2659b7cdc3736890ab1eaa5aab8caa022b5d44d263
4
- data.tar.gz: 395b169dafdc5c6b44a5fe8e09037f0c1e3ea6d4b3d62bac5865bdbd8633c8be
3
+ metadata.gz: 0c998fae366f4d7039a87a526f7caaf29e3390f8be01b8604cbbc302fb0eec15
4
+ data.tar.gz: 74b261670a522bbf64395f910069b63f148aa5feda610790d35ca403ce7cd0f1
5
5
  SHA512:
6
- metadata.gz: 7d178160bfd77095684325b94051b2b865daba1d85e92c94687a80933ad00670355b943a3f735d54427b593ea8446d85092c1b98e2c063ea17f98ded225d173c
7
- data.tar.gz: 2a0b39aaff8c2205d6816fa09a80343a76baaa25d95508ebb6d7e22b77e73229aa75a39d59f45418937ce4751eae99ea0a8ba236c44e5e70a6a7340cfe64d9a6
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
- [![Gem Version](https://badge.fury.io/rb/minitest-macos-notification.svg)](http://badge.fury.io/rb/minitest-macos-notification)
3
+ [![Gem Version](https://badge.fury.io/rb/minitest-macos-notification.png)](https://badge.fury.io/rb/minitest-macos-notification)
4
+ ![CI](https://github.com/technicalpanda/minitest-macos-notification/workflows/CI/badge.svg)
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.4.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.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: 2021-02-01 00:00:00.000000000 Z
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.5'
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.1.4
188
+ rubygems_version: 3.2.33
188
189
  signing_key:
189
190
  specification_version: 4
190
191
  summary: macOS notification reporter for Minitest Reporters