minitest-macos-notification 0.3.3 → 0.4.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 +4 -9
  4. data/VERSION +1 -1
  5. metadata +39 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 173279b725ccc5d755318e771fad5230ca8b2796b49a3260aba380d670997bfd
4
- data.tar.gz: 953af012f1b7fc7a23d45b6b9d1a38bcfd6615fce5455baf6d56b4264e0f4494
3
+ metadata.gz: 3ccf8ed6efa94b29324bbf2659b7cdc3736890ab1eaa5aab8caa022b5d44d263
4
+ data.tar.gz: 395b169dafdc5c6b44a5fe8e09037f0c1e3ea6d4b3d62bac5865bdbd8633c8be
5
5
  SHA512:
6
- metadata.gz: '068c5e72c0785b94d85ba3d9869254d4928a58050eaa7c31414482145230acf494cefe3f3307990fa511e7a51cce75c17ac48ca3e8ea581351076f3aebe6509b'
7
- data.tar.gz: c73e3d9623195cc346a84577c92443a45457fd44fbc90c8b6b16511eb1cf3afb1d8c7ffde5620e7c052d5be339cf72cb80820d7609529119ecf18497f074e8d3
6
+ metadata.gz: 7d178160bfd77095684325b94051b2b865daba1d85e92c94687a80933ad00670355b943a3f735d54427b593ea8446d85092c1b98e2c063ea17f98ded225d173c
7
+ data.tar.gz: 2a0b39aaff8c2205d6816fa09a80343a76baaa25d95508ebb6d7e22b77e73229aa75a39d59f45418937ce4751eae99ea0a8ba236c44e5e70a6a7340cfe64d9a6
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 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,9 +1,8 @@
1
1
  # Minitest macOS Notification
2
2
 
3
- 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
-
5
3
  [![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)
4
+
5
+ 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.
7
6
 
8
7
  ## Installation
9
8
 
@@ -58,7 +57,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
58
57
 
59
58
  ## Contributing
60
59
 
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.
60
+ 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
61
 
63
62
  ## License
64
63
 
@@ -66,8 +65,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
66
65
 
67
66
  ## Code of Conduct
68
67
 
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...
68
+ 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.3
1
+ 0.4.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.3
4
+ version: 0.4.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -114,18 +114,46 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '0.79'
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.79'
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,11 @@ 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
171
  metadata: {}
144
- post_install_message:
172
+ post_install_message:
145
173
  rdoc_options: []
146
174
  require_paths:
147
175
  - lib
@@ -149,15 +177,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
149
177
  requirements:
150
178
  - - ">="
151
179
  - !ruby/object:Gem::Version
152
- version: '0'
180
+ version: '2.5'
153
181
  required_rubygems_version: !ruby/object:Gem::Requirement
154
182
  requirements:
155
183
  - - ">="
156
184
  - !ruby/object:Gem::Version
157
185
  version: '0'
158
186
  requirements: []
159
- rubygems_version: 3.1.2
160
- signing_key:
187
+ rubygems_version: 3.1.4
188
+ signing_key:
161
189
  specification_version: 4
162
190
  summary: macOS notification reporter for Minitest Reporters
163
191
  test_files: []