minitest-macos-notification 0.3.2 → 1.0.1
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 +7 -8
- data/VERSION +1 -1
- metadata +11 -66
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7b7331ec105a4cf1506f1b87c8a8e6dcfb6d6a07f6f624dca26f5a59e89c8fe
|
|
4
|
+
data.tar.gz: a0f7e8184e51d53bbe5cec047f9929f33d805726da9a3e35188c95b04d077768
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f565c2eaa76b6adb2c67414ea12b402df449a8bd73d130804ad6e9a8e1754f892cdb2a9545ef4a594ec6278b28e7c90e29a591b48d399f3fb09afd38fe4d394
|
|
7
|
+
data.tar.gz: 9dd49a6701c6cf01e808fd7dc28f70e76f24ed161f9938cdc755006b3100f4d6af6503e073780cf78d5e6b11c15f2b6d4f4435f29ec06c019f5170991d7cf949
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
# Minitest macOS Notification
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/minitest-macos-notification)
|
|
4
|
+

|
|
5
|
+
|
|
3
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.
|
|
4
7
|
|
|
5
|
-
|
|
6
|
-
[](https://travis-ci.org/schinery/minitest-macos-notification)
|
|
8
|
+
## Requirements
|
|
7
9
|
|
|
10
|
+
* Ruby >= 2.7
|
|
8
11
|
## Installation
|
|
9
12
|
|
|
10
13
|
Add this line to your application's Gemfile:
|
|
@@ -58,7 +61,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
|
|
|
58
61
|
|
|
59
62
|
## Contributing
|
|
60
63
|
|
|
61
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
64
|
+
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
65
|
|
|
63
66
|
## License
|
|
64
67
|
|
|
@@ -66,8 +69,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
66
69
|
|
|
67
70
|
## Code of Conduct
|
|
68
71
|
|
|
69
|
-
Everyone interacting
|
|
70
|
-
|
|
71
|
-
## TODOs
|
|
72
|
-
|
|
73
|
-
* Write some tests...
|
|
72
|
+
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
|
+
1.0.1
|
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.1
|
|
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: 2022-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
@@ -66,66 +66,10 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '2.0'
|
|
69
|
-
- !ruby/object:Gem::Dependency
|
|
70
|
-
name: byebug
|
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
|
72
|
-
requirements:
|
|
73
|
-
- - "~>"
|
|
74
|
-
- !ruby/object:Gem::Version
|
|
75
|
-
version: '11.0'
|
|
76
|
-
type: :development
|
|
77
|
-
prerelease: false
|
|
78
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
-
requirements:
|
|
80
|
-
- - "~>"
|
|
81
|
-
- !ruby/object:Gem::Version
|
|
82
|
-
version: '11.0'
|
|
83
|
-
- !ruby/object:Gem::Dependency
|
|
84
|
-
name: minitest-fail-fast
|
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
|
86
|
-
requirements:
|
|
87
|
-
- - "~>"
|
|
88
|
-
- !ruby/object:Gem::Version
|
|
89
|
-
version: '0.1'
|
|
90
|
-
type: :development
|
|
91
|
-
prerelease: false
|
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
-
requirements:
|
|
94
|
-
- - "~>"
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
version: '0.1'
|
|
97
|
-
- !ruby/object:Gem::Dependency
|
|
98
|
-
name: rake
|
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
|
100
|
-
requirements:
|
|
101
|
-
- - "~>"
|
|
102
|
-
- !ruby/object:Gem::Version
|
|
103
|
-
version: '13.0'
|
|
104
|
-
type: :development
|
|
105
|
-
prerelease: false
|
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
107
|
-
requirements:
|
|
108
|
-
- - "~>"
|
|
109
|
-
- !ruby/object:Gem::Version
|
|
110
|
-
version: '13.0'
|
|
111
|
-
- !ruby/object:Gem::Dependency
|
|
112
|
-
name: rubocop
|
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
|
114
|
-
requirements:
|
|
115
|
-
- - "~>"
|
|
116
|
-
- !ruby/object:Gem::Version
|
|
117
|
-
version: '0.79'
|
|
118
|
-
type: :development
|
|
119
|
-
prerelease: false
|
|
120
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
121
|
-
requirements:
|
|
122
|
-
- - "~>"
|
|
123
|
-
- !ruby/object:Gem::Version
|
|
124
|
-
version: '0.79'
|
|
125
69
|
description: macOS notification reporter for Minitest Reporters, based on the minitest-osx
|
|
126
70
|
gem.
|
|
127
71
|
email:
|
|
128
|
-
-
|
|
72
|
+
- code@technicalpanda.co.uk
|
|
129
73
|
executables: []
|
|
130
74
|
extensions: []
|
|
131
75
|
extra_rdoc_files: []
|
|
@@ -137,11 +81,12 @@ files:
|
|
|
137
81
|
- lib/minitest/macos_notification.rb
|
|
138
82
|
- lib/minitest/macos_notification/version.rb
|
|
139
83
|
- lib/minitest/reporters/macos_notification_reporter.rb
|
|
140
|
-
homepage: https://github.com/
|
|
84
|
+
homepage: https://github.com/technicalpanda/minitest-macos-notification
|
|
141
85
|
licenses:
|
|
142
86
|
- MIT
|
|
143
|
-
metadata:
|
|
144
|
-
|
|
87
|
+
metadata:
|
|
88
|
+
rubygems_mfa_required: 'true'
|
|
89
|
+
post_install_message:
|
|
145
90
|
rdoc_options: []
|
|
146
91
|
require_paths:
|
|
147
92
|
- lib
|
|
@@ -149,15 +94,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
149
94
|
requirements:
|
|
150
95
|
- - ">="
|
|
151
96
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: '
|
|
97
|
+
version: '2.7'
|
|
153
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
99
|
requirements:
|
|
155
100
|
- - ">="
|
|
156
101
|
- !ruby/object:Gem::Version
|
|
157
102
|
version: '0'
|
|
158
103
|
requirements: []
|
|
159
|
-
rubygems_version: 3.
|
|
160
|
-
signing_key:
|
|
104
|
+
rubygems_version: 3.2.33
|
|
105
|
+
signing_key:
|
|
161
106
|
specification_version: 4
|
|
162
107
|
summary: macOS notification reporter for Minitest Reporters
|
|
163
108
|
test_files: []
|