ast-template 7.1.1 → 7.1.3
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 +2 -10
- data/lib/ast/template/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +14 -14
- 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: 1b2ec20d217b52b92fcc6dbe7aaf065a6abbbe74c7f1a9cc3a9bbceedaa230b9
|
|
4
|
+
data.tar.gz: f465fab63ba364471f82a26b327f1d03cfd181bb16a75bdd0696cc85a16e041c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 466989e0d49ba08e432c0d97e9a7c030d56284572d7a4c3f6c69bba9cce781c2d601ce312f11f113b0c2e816ae70f519bdb9cfa236436c4c98b7e1cea11f830e
|
|
7
|
+
data.tar.gz: f8efa44b47dae240cdc2edf1210458278fb4aa28f8c99695ce79676323ea56f669584f5b7466fbd408ff27c70f8cfd76dafff8982ba1935318a8f09f1b4fb547
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -46,7 +46,7 @@ I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-ta
|
|
|
46
46
|
|
|
47
47
|
### Compatibility
|
|
48
48
|
|
|
49
|
-
Compatible with MRI Ruby 4.0.0+,
|
|
49
|
+
Compatible with MRI Ruby 4.0.0+, JRuby, and TruffleRuby.
|
|
50
50
|
CI workflows and Appraisals are generated for MRI Ruby 4.0.0+.
|
|
51
51
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
52
52
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -114,20 +114,12 @@ See [SECURITY.md][🔐security].
|
|
|
114
114
|
## 🤝 Contributing
|
|
115
115
|
|
|
116
116
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
117
|
-
|
|
118
|
-
or use the gem and think about how it could be better.
|
|
117
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
119
118
|
|
|
120
119
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
121
120
|
|
|
122
121
|
See [CONTRIBUTING.md][🤝contributing] for more detailed instructions.
|
|
123
122
|
|
|
124
|
-
### Code Coverage
|
|
125
|
-
|
|
126
|
-
<details markdown="1">
|
|
127
|
-
<summary>Coverage service badges</summary>
|
|
128
|
-
|
|
129
|
-
</details>
|
|
130
|
-
|
|
131
123
|
## 📌 Versioning
|
|
132
124
|
|
|
133
125
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
data/lib/ast/template/version.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Ast
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = '7.1.
|
|
8
|
+
VERSION = '7.1.3'
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
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: ast-template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.1.
|
|
4
|
+
version: 7.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -43,14 +43,14 @@ dependencies:
|
|
|
43
43
|
requirements:
|
|
44
44
|
- - '='
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 7.1.
|
|
46
|
+
version: 7.1.3
|
|
47
47
|
type: :runtime
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - '='
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 7.1.
|
|
53
|
+
version: 7.1.3
|
|
54
54
|
- !ruby/object:Gem::Dependency
|
|
55
55
|
name: version_gem
|
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -77,20 +77,20 @@ dependencies:
|
|
|
77
77
|
requirements:
|
|
78
78
|
- - "~>"
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: '
|
|
80
|
+
version: '3.0'
|
|
81
81
|
- - ">="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
version:
|
|
83
|
+
version: 3.0.0
|
|
84
84
|
type: :development
|
|
85
85
|
prerelease: false
|
|
86
86
|
version_requirements: !ruby/object:Gem::Requirement
|
|
87
87
|
requirements:
|
|
88
88
|
- - "~>"
|
|
89
89
|
- !ruby/object:Gem::Version
|
|
90
|
-
version: '
|
|
90
|
+
version: '3.0'
|
|
91
91
|
- - ">="
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
|
-
version:
|
|
93
|
+
version: 3.0.0
|
|
94
94
|
- !ruby/object:Gem::Dependency
|
|
95
95
|
name: bundler-audit
|
|
96
96
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -168,7 +168,7 @@ dependencies:
|
|
|
168
168
|
version: '3.2'
|
|
169
169
|
- - ">="
|
|
170
170
|
- !ruby/object:Gem::Version
|
|
171
|
-
version: 3.2.
|
|
171
|
+
version: 3.2.2
|
|
172
172
|
type: :development
|
|
173
173
|
prerelease: false
|
|
174
174
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -178,7 +178,7 @@ dependencies:
|
|
|
178
178
|
version: '3.2'
|
|
179
179
|
- - ">="
|
|
180
180
|
- !ruby/object:Gem::Version
|
|
181
|
-
version: 3.2.
|
|
181
|
+
version: 3.2.2
|
|
182
182
|
- !ruby/object:Gem::Dependency
|
|
183
183
|
name: kettle-test
|
|
184
184
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -208,7 +208,7 @@ dependencies:
|
|
|
208
208
|
version: '3.2'
|
|
209
209
|
- - ">="
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 3.2.
|
|
211
|
+
version: 3.2.5
|
|
212
212
|
type: :development
|
|
213
213
|
prerelease: false
|
|
214
214
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +218,7 @@ dependencies:
|
|
|
218
218
|
version: '3.2'
|
|
219
219
|
- - ">="
|
|
220
220
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 3.2.
|
|
221
|
+
version: 3.2.5
|
|
222
222
|
- !ruby/object:Gem::Dependency
|
|
223
223
|
name: ruby-progressbar
|
|
224
224
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -293,10 +293,10 @@ licenses:
|
|
|
293
293
|
- PolyForm-Small-Business-1.0.0
|
|
294
294
|
metadata:
|
|
295
295
|
homepage_uri: https://structuredmerge.org
|
|
296
|
-
source_code_uri: https://github.com/structuredmerge/structuredmerge-ruby/tree/v7.1.
|
|
297
|
-
changelog_uri: https://github.com/structuredmerge/structuredmerge-ruby/blob/v7.1.
|
|
296
|
+
source_code_uri: https://github.com/structuredmerge/structuredmerge-ruby/tree/v7.1.3
|
|
297
|
+
changelog_uri: https://github.com/structuredmerge/structuredmerge-ruby/blob/v7.1.3/CHANGELOG.md
|
|
298
298
|
bug_tracker_uri: https://github.com/structuredmerge/structuredmerge-ruby/issues
|
|
299
|
-
documentation_uri: https://www.rubydoc.info/gems/ast-template/7.1.
|
|
299
|
+
documentation_uri: https://www.rubydoc.info/gems/ast-template/7.1.3
|
|
300
300
|
funding_uri: https://github.com/sponsors/pboling
|
|
301
301
|
wiki_uri: https://github.com/structuredmerge/structuredmerge-ruby/wiki
|
|
302
302
|
news_uri: https://www.railsbling.com/tags/ast-template
|
metadata.gz.sig
CHANGED
|
Binary file
|