minitest-macos-notification 0.3.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +7 -8
  4. data/VERSION +1 -1
  5. metadata +45 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d68c9bb53b0c02ff25e685cb3a8811019308375669812f824e465dbb5455fbee
4
- data.tar.gz: 5ddb82974cfa23eacfaa83fccef579cd34b3555678c38ec2cf2adc3f39d6bbdb
3
+ metadata.gz: 0c998fae366f4d7039a87a526f7caaf29e3390f8be01b8604cbbc302fb0eec15
4
+ data.tar.gz: 74b261670a522bbf64395f910069b63f148aa5feda610790d35ca403ce7cd0f1
5
5
  SHA512:
6
- metadata.gz: 9aecbe2d210d9c52f5800ecf14d2c08416d3daa404f932ac035a8d1b64f1f8eafddc0f42deaf8909ea809929c2bf92994843769a2d21285156c52928a24ae1c8
7
- data.tar.gz: d2b5a2a4aeced453fa2a451f46ac9a2b541d432f2592b40f0108f921f58328f568333c64266359d14073c20962792fd4864eac79c418863cfc71ab15fc767b3f
6
+ metadata.gz: bb0224a34b7e1aa88f5666e1778f63552a23f97aa9795541677fb0a286b7bb86847c10ba0fbb64433b365a03f8dd96b78ac29391ed4aa1e567f40b6ab304eff9
7
+ data.tar.gz: 5d1271642b0176eda0d55ac2120bc16a5149898cb798e5d8fae84df878afc5e042952277ba31f58497db78119e7d3c61ec515c691470b29c0cac752b190c1ddb
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2020 Stuart Chinery
1
+ Copyright (c) 2021 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
@@ -1,10 +1,13 @@
1
1
  # Minitest macOS Notification
2
2
 
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)
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
- [![Gem Version](https://badge.fury.io/rb/minitest-macos-notification.svg)](http://badge.fury.io/rb/minitest-macos-notification)
6
- [![Build Status](https://travis-ci.org/schinery/minitest-macos-notification.svg?branch=master)](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/schinery/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.
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 in the `Minitest::MacosNotification` project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/schinery/minitest-macos-notification/blob/master/CODE_OF_CONDUCT.md).
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.3.1
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.3.1
4
+ version: 1.0.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: 2020-01-02 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
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '5.13'
19
+ version: '5.14'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '5.13'
26
+ version: '5.14'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest-reporters
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '11.0'
75
+ version: '11.1'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '11.0'
82
+ version: '11.1'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: minitest-fail-fast
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -114,18 +114,46 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '0.78'
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: '0.78'
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
- - stuart.chinery@gmail.com
156
+ - code@technicalpanda.co.uk
129
157
  executables: []
130
158
  extensions: []
131
159
  extra_rdoc_files: []
@@ -137,11 +165,12 @@ 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/schinery/minitest-macos-notification
168
+ homepage: https://github.com/technicalpanda/minitest-macos-notification
141
169
  licenses:
142
170
  - MIT
143
- metadata: {}
144
- post_install_message:
171
+ metadata:
172
+ rubygems_mfa_required: 'true'
173
+ post_install_message:
145
174
  rdoc_options: []
146
175
  require_paths:
147
176
  - lib
@@ -149,15 +178,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
149
178
  requirements:
150
179
  - - ">="
151
180
  - !ruby/object:Gem::Version
152
- version: '0'
181
+ version: '2.7'
153
182
  required_rubygems_version: !ruby/object:Gem::Requirement
154
183
  requirements:
155
184
  - - ">="
156
185
  - !ruby/object:Gem::Version
157
186
  version: '0'
158
187
  requirements: []
159
- rubygems_version: 3.1.2
160
- signing_key:
188
+ rubygems_version: 3.2.33
189
+ signing_key:
161
190
  specification_version: 4
162
191
  summary: macOS notification reporter for Minitest Reporters
163
192
  test_files: []