tree_haver 7.1.1 → 7.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.md +3 -17
- data/lib/tree_haver/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +12 -12
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 66365335bc3de59d69b390b00e9742ef56f9fd2f357072d4edd609c3bf46bf56
|
|
4
|
+
data.tar.gz: ac1d059ff7605f15a13a448032d5b1b45c07fdad623651d7deb202bb658ae1ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5738cfe168f5932ded26672254fd2328efb99b50ad9d68b73052fa6f913705e5fcf578591f2560bbd2796dfbdd6b2d985b8973f0589bd01e8c5f73d8902dc32
|
|
7
|
+
data.tar.gz: 8e8ea31d1542e5a283d3efdbcce9d7850608e4b6f24f41582668d532d827316207bf4764ed21e46ad6ebe00b9f57a4a4bd12337759bdcd0aa78b531b9b332d19
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -370,7 +370,7 @@ tree-sitter is a powerful parser generator that creates incremental parsers for
|
|
|
370
370
|
|
|
371
371
|
### Compatibility
|
|
372
372
|
|
|
373
|
-
Compatible with MRI Ruby 4.0.0+,
|
|
373
|
+
Compatible with MRI Ruby 4.0.0+, JRuby, and TruffleRuby.
|
|
374
374
|
CI workflows and Appraisals are generated for MRI Ruby 4.0.0+.
|
|
375
375
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
376
376
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -1777,27 +1777,13 @@ See [SECURITY.md][🔐security].
|
|
|
1777
1777
|
## 🤝 Contributing
|
|
1778
1778
|
|
|
1779
1779
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
1780
|
-
or if it is already 💯
|
|
1780
|
+
or if it is already 💯 check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
|
|
1781
1781
|
or use the gem and think about how it could be better.
|
|
1782
1782
|
|
|
1783
1783
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
1784
1784
|
|
|
1785
1785
|
See [CONTRIBUTING.md][🤝contributing] for more detailed instructions.
|
|
1786
1786
|
|
|
1787
|
-
### Code Coverage
|
|
1788
|
-
|
|
1789
|
-
Run the test suite with coverage enabled:
|
|
1790
|
-
|
|
1791
|
-
```bash
|
|
1792
|
-
bundle exec kettle-test
|
|
1793
|
-
```
|
|
1794
|
-
|
|
1795
|
-
Inspect the generated report with:
|
|
1796
|
-
|
|
1797
|
-
```bash
|
|
1798
|
-
kettle-soup-cover -d
|
|
1799
|
-
```
|
|
1800
|
-
|
|
1801
1787
|
## 📌 Versioning
|
|
1802
1788
|
|
|
1803
1789
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -1937,7 +1923,7 @@ If none of the available licenses suit your use case, please [contact us](mailto
|
|
|
1937
1923
|
[📌gitmoji]: https://gitmoji.dev
|
|
1938
1924
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
1939
1925
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
1940
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-
|
|
1926
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-3.343-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
1941
1927
|
[🔐security]: https://github.com/structuredmerge/structuredmerge-ruby/blob/main/SECURITY.md
|
|
1942
1928
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
1943
1929
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
data/lib/tree_haver/version.rb
CHANGED
|
@@ -4,7 +4,7 @@ module TreeHaver
|
|
|
4
4
|
# Version namespace for this gem.
|
|
5
5
|
module Version
|
|
6
6
|
# Current gem version.
|
|
7
|
-
VERSION = '7.1.
|
|
7
|
+
VERSION = '7.1.2'
|
|
8
8
|
end
|
|
9
9
|
# Current gem version exposed at the traditional constant location.
|
|
10
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tree_haver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.1.
|
|
4
|
+
version: 7.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -111,20 +111,20 @@ dependencies:
|
|
|
111
111
|
requirements:
|
|
112
112
|
- - "~>"
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
|
-
version: '
|
|
114
|
+
version: '3.0'
|
|
115
115
|
- - ">="
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version:
|
|
117
|
+
version: 3.0.0
|
|
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: '
|
|
124
|
+
version: '3.0'
|
|
125
125
|
- - ">="
|
|
126
126
|
- !ruby/object:Gem::Version
|
|
127
|
-
version:
|
|
127
|
+
version: 3.0.0
|
|
128
128
|
- !ruby/object:Gem::Dependency
|
|
129
129
|
name: bundler-audit
|
|
130
130
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -202,7 +202,7 @@ dependencies:
|
|
|
202
202
|
version: '3.2'
|
|
203
203
|
- - ">="
|
|
204
204
|
- !ruby/object:Gem::Version
|
|
205
|
-
version: 3.2.
|
|
205
|
+
version: 3.2.2
|
|
206
206
|
type: :development
|
|
207
207
|
prerelease: false
|
|
208
208
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -212,7 +212,7 @@ dependencies:
|
|
|
212
212
|
version: '3.2'
|
|
213
213
|
- - ">="
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
|
-
version: 3.2.
|
|
215
|
+
version: 3.2.2
|
|
216
216
|
- !ruby/object:Gem::Dependency
|
|
217
217
|
name: kettle-test
|
|
218
218
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -242,7 +242,7 @@ dependencies:
|
|
|
242
242
|
version: '3.2'
|
|
243
243
|
- - ">="
|
|
244
244
|
- !ruby/object:Gem::Version
|
|
245
|
-
version: 3.2.
|
|
245
|
+
version: 3.2.5
|
|
246
246
|
type: :development
|
|
247
247
|
prerelease: false
|
|
248
248
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -252,7 +252,7 @@ dependencies:
|
|
|
252
252
|
version: '3.2'
|
|
253
253
|
- - ">="
|
|
254
254
|
- !ruby/object:Gem::Version
|
|
255
|
-
version: 3.2.
|
|
255
|
+
version: 3.2.5
|
|
256
256
|
- !ruby/object:Gem::Dependency
|
|
257
257
|
name: ruby-progressbar
|
|
258
258
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -389,10 +389,10 @@ licenses:
|
|
|
389
389
|
- PolyForm-Small-Business-1.0.0
|
|
390
390
|
metadata:
|
|
391
391
|
homepage_uri: https://structuredmerge.org
|
|
392
|
-
source_code_uri: https://github.com/structuredmerge/structuredmerge-ruby/tree/v7.1.
|
|
393
|
-
changelog_uri: https://github.com/structuredmerge/structuredmerge-ruby/blob/v7.1.
|
|
392
|
+
source_code_uri: https://github.com/structuredmerge/structuredmerge-ruby/tree/v7.1.2
|
|
393
|
+
changelog_uri: https://github.com/structuredmerge/structuredmerge-ruby/blob/v7.1.2/CHANGELOG.md
|
|
394
394
|
bug_tracker_uri: https://github.com/structuredmerge/structuredmerge-ruby/issues
|
|
395
|
-
documentation_uri: https://www.rubydoc.info/gems/tree_haver/7.1.
|
|
395
|
+
documentation_uri: https://www.rubydoc.info/gems/tree_haver/7.1.2
|
|
396
396
|
funding_uri: https://github.com/sponsors/pboling
|
|
397
397
|
wiki_uri: https://github.com/structuredmerge/structuredmerge-ruby/wiki
|
|
398
398
|
news_uri: https://www.railsbling.com/tags/tree_haver
|
metadata.gz.sig
CHANGED
|
Binary file
|