pathspec 1.1.3 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a68a1f2de0af463918423adf4905b099d6bd20137f77df03c2a771ccca52d2da
|
4
|
+
data.tar.gz: 55652f63f95caf42cc227f4e8535263eb527a517c9b82443d29e31bba8b702fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)
|
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
|
-
-
|
10
|
-
- 2
|
11
|
-
- 3.
|
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:
|
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:
|
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:
|
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.
|
158
|
+
rubygems_version: 3.3.26
|
159
159
|
signing_key:
|
160
160
|
specification_version: 4
|
161
161
|
summary: 'PathSpec: for matching path patterns'
|