minitest-macos-notification 0.3.2 → 1.0.1

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 +11 -66
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a45e65fee39596eef1d23e552f4d75b7ba9664f859adf468ea8290c7ad44b207
4
- data.tar.gz: 1abbbbd1f53302fded68c00faaddf2acd5cf6f272d6dc2d9acc039f0a9d70c8a
3
+ metadata.gz: f7b7331ec105a4cf1506f1b87c8a8e6dcfb6d6a07f6f624dca26f5a59e89c8fe
4
+ data.tar.gz: a0f7e8184e51d53bbe5cec047f9929f33d805726da9a3e35188c95b04d077768
5
5
  SHA512:
6
- metadata.gz: 0adadb14dbc90b53be567bd8725d9f8cae93b621e4d5095e0ca9d74ce65194cb73696981853e1be6580e34f0a977a720209f62faf03ad94f6659d12449b25630
7
- data.tar.gz: 4b1336de47f90fbb910ece912ac1c453354cb5388335e8957c1105a3c3774ac123ebc55aa8f46b9dc2e1299cd86b50402ccb7d104cbbc62d1b8615becc7b4823
6
+ metadata.gz: 4f565c2eaa76b6adb2c67414ea12b402df449a8bd73d130804ad6e9a8e1754f892cdb2a9545ef4a594ec6278b28e7c90e29a591b48d399f3fb09afd38fe4d394
7
+ data.tar.gz: 9dd49a6701c6cf01e808fd7dc28f70e76f24ed161f9938cdc755006b3100f4d6af6503e073780cf78d5e6b11c15f2b6d4f4435f29ec06c019f5170991d7cf949
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,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.2
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.3.2
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: 2020-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
@@ -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
- - stuart.chinery@gmail.com
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/schinery/minitest-macos-notification
84
+ homepage: https://github.com/technicalpanda/minitest-macos-notification
141
85
  licenses:
142
86
  - MIT
143
- metadata: {}
144
- post_install_message:
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: '0'
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.1.2
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: []