pathspec 1.1.3 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +4 -4
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4a1cfa48aaf8c4d91ccb2aff3b5c937f453309e77077e4fd3300dcc7d82aba1
4
- data.tar.gz: 8b8a4d02f71b140bbbc6a88571e67d1fd04e2f5840361ee0b65d3a41ab87117b
3
+ metadata.gz: a68a1f2de0af463918423adf4905b099d6bd20137f77df03c2a771ccca52d2da
4
+ data.tar.gz: 55652f63f95caf42cc227f4e8535263eb527a517c9b82443d29e31bba8b702fe
5
5
  SHA512:
6
- metadata.gz: e08a0a2db398cd63b0033dfe32bd8da04bd5dbca8ef23a07273f3b9c773ce46e9e65f8fcb83680609171722cfaaad029008011ee8519f7fcf39080c35fc88073
7
- data.tar.gz: 2834ced5a39cf995df9e21f3c0afbece56ae5a1eff03438d6ae0e1db42e20805dce9a1dfa9198cd1048d4c84454252b62e164ca385225f2e6abfc64f0a0aaedd
6
+ metadata.gz: b2c9cae60c4ddc32a1fdfff6cd9736ad7a351cbfa32d7e2dea124a86f5a75e2a32dca443fef1280ba71051f7bd57e00a38b47e553a52a3c966dcf2eb7e75d2fd
7
+ data.tar.gz: 44cf94223ca155dcba01ea68a6616071e9f0fc07b6f89e6fdef57864729a0ea73f80fbff8d5e2f7f38ca5503e9606486da2027f67baae43d70385487f7f6b7c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # pathspec-ruby CHANGELOG
2
2
 
3
+ ## 2.0.0
4
+
5
+ - (Maint) Remove deprecated/security release versions of Ruby. The Gem will now only support and be tested against >= 3.1.0 e.g. 3.1, 3.2, and 3.3.
6
+
3
7
  ## 1.1.0 (Minor Release)
4
8
 
5
9
  - (Maint) Updated Supported Ruby Versions
data/README.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # pathspec-ruby
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/pathspec.svg)](https://badge.fury.io/rb/pathspec) [![Ruby](https://github.com/highb/pathspec-ruby/actions/workflows/ruby.yml/badge.svg)](https://github.com/highb/pathspec-ruby/actions/workflows/ruby.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/4f3b5917e01fb34f790d/maintainability)](https://codeclimate.com/github/highb/pathspec-ruby/maintainability) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=highb_pathspec-ruby&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=highb_pathspec-ruby)
3
+ [![Gem Version](https://badge.fury.io/rb/pathspec.svg)](https://badge.fury.io/rb/pathspec) [![Ruby](https://github.com/highb/pathspec-ruby/actions/workflows/ruby.yml/badge.svg)](https://github.com/highb/pathspec-ruby/actions/workflows/ruby.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/4f3b5917e01fb34f790d/maintainability)](https://codeclimate.com/github/highb/pathspec-ruby/maintainability)
4
4
 
5
5
  [man Page as HTML](http://highb.github.io/pathspec-ruby/)
6
6
 
7
7
  [Supported Rubies](https://www.ruby-lang.org/en/downloads/):
8
8
 
9
- - 2.6 (Security Maintenance)
10
- - 2.7 (Stable, Tested)
11
- - 3.0 (Stable, Tested)
9
+ - 3.1 (Stable, Tested)
10
+ - 3.2 (Stable, Tested)
11
+ - 3.3 (Stable, Tested)
12
12
 
13
13
  Match Path Specifications, such as .gitignore, in Ruby!
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pathspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon High
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-30 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -148,14 +148,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
148
148
  requirements:
149
149
  - - ">="
150
150
  - !ruby/object:Gem::Version
151
- version: 2.6.9
151
+ version: 3.1.0
152
152
  required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  requirements:
154
154
  - - ">="
155
155
  - !ruby/object:Gem::Version
156
156
  version: '0'
157
157
  requirements: []
158
- rubygems_version: 3.1.4
158
+ rubygems_version: 3.3.26
159
159
  signing_key:
160
160
  specification_version: 4
161
161
  summary: 'PathSpec: for matching path patterns'