minitest-macos-notification 1.0.1 → 2.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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +4 -1
  4. data/VERSION +1 -1
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7b7331ec105a4cf1506f1b87c8a8e6dcfb6d6a07f6f624dca26f5a59e89c8fe
4
- data.tar.gz: a0f7e8184e51d53bbe5cec047f9929f33d805726da9a3e35188c95b04d077768
3
+ metadata.gz: 9b4010a3300c56da2dab31470d6ce767a5ede1ce34b32cb540f22b1a83ed8b5b
4
+ data.tar.gz: 889393e3e53b43764e82fc85942f95b984586373f7064c76307668cf37741606
5
5
  SHA512:
6
- metadata.gz: 4f565c2eaa76b6adb2c67414ea12b402df449a8bd73d130804ad6e9a8e1754f892cdb2a9545ef4a594ec6278b28e7c90e29a591b48d399f3fb09afd38fe4d394
7
- data.tar.gz: 9dd49a6701c6cf01e808fd7dc28f70e76f24ed161f9938cdc755006b3100f4d6af6503e073780cf78d5e6b11c15f2b6d4f4435f29ec06c019f5170991d7cf949
6
+ metadata.gz: 7baca914d73dd53daebe68b75d4b4274856a7a8e20b9ac05e5b77a13e649447f80a62d5d52e4db4ac0b3f3b0636c4ad4fc199c063e489cee563d137e2112a9c7
7
+ data.tar.gz: dc0caef34f676a206123987e12481ecd40a2483e776a094b497daefa47aeb55c66c0329331054c2f0d7705107d2ac2a43e2dc9bb2d84ab9930546210755401e9
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2021 Technical Panda Ltd
1
+ Copyright (c) 2023 Technical Panda Ltd
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -7,7 +7,10 @@ Simple macOS notification reporter for [Minitest Reporters](https://github.com/k
7
7
 
8
8
  ## Requirements
9
9
 
10
- * Ruby >= 2.7
10
+ * Ruby >= 3.0
11
+
12
+ For Ruby < 3.0 use version 1.0.1.
13
+
11
14
  ## Installation
12
15
 
13
16
  Add this line to your application's Gemfile:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 2.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: 1.0.1
4
+ version: 2.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: 2022-01-23 00:00:00.000000000 Z
11
+ date: 2024-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -94,14 +94,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - ">="
96
96
  - !ruby/object:Gem::Version
97
- version: '2.7'
97
+ version: '3.0'
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
104
- rubygems_version: 3.2.33
104
+ rubygems_version: 3.5.9
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: macOS notification reporter for Minitest Reporters