pragmater 10.0.0 → 10.0.1
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.adoc +6 -24
- data/lib/pragmater/identity.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa35e0f80fe5d68b25f6dc235da1c62412c954244aa784f84e287e2281d2e894
|
|
4
|
+
data.tar.gz: 148d21b57d15a4dc7967a78efcc1b1fa2b64d5c7832865b964674b77905da0aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90273c7b2db561e05e075f7a8daa676c5a7a7e85d594c81c8b179201417f454c1e4de4b6e5bc2f7b93745b32f7a81b9468d1cc57e65378fe051a76c3d036d6e6
|
|
7
|
+
data.tar.gz: 9721e803ee2158c656241532cf43024a0677517b7b3f0a1b32d2e961fd8568e1c442599506d01dbaa74c61e9b6d41cc06b0232e4dacd7a424a41c449540d988f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -279,35 +279,17 @@ To test, run:
|
|
|
279
279
|
bundle exec rake
|
|
280
280
|
----
|
|
281
281
|
|
|
282
|
-
==
|
|
282
|
+
== link:https://www.alchemists.io/policies/license[License]
|
|
283
283
|
|
|
284
|
-
|
|
284
|
+
== link:https://www.alchemists.io/policies/security[Security]
|
|
285
285
|
|
|
286
|
-
|
|
287
|
-
* Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
|
|
288
|
-
* Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
|
|
286
|
+
== link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
|
|
289
287
|
|
|
290
|
-
==
|
|
288
|
+
== link:https://www.alchemists.io/policies/contributions[Contributions]
|
|
291
289
|
|
|
292
|
-
|
|
293
|
-
participating in this project you agree to abide by its terms.
|
|
290
|
+
== link:https://www.alchemists.io/projects/pragmater/versions[Versions]
|
|
294
291
|
|
|
295
|
-
==
|
|
296
|
-
|
|
297
|
-
Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
|
|
298
|
-
|
|
299
|
-
== Community
|
|
300
|
-
|
|
301
|
-
Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
|
|
302
|
-
to this project and much more.
|
|
303
|
-
|
|
304
|
-
== License
|
|
305
|
-
|
|
306
|
-
Read link:LICENSE.adoc[LICENSE] for details.
|
|
307
|
-
|
|
308
|
-
== Changes
|
|
309
|
-
|
|
310
|
-
Read link:CHANGES.adoc[CHANGES] for details.
|
|
292
|
+
== link:https://www.alchemists.io/community[Community]
|
|
311
293
|
|
|
312
294
|
== Credits
|
|
313
295
|
|
data/lib/pragmater/identity.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Pragmater
|
|
|
5
5
|
module Identity
|
|
6
6
|
NAME = "pragmater"
|
|
7
7
|
LABEL = "Pragmater"
|
|
8
|
-
VERSION = "10.0.
|
|
8
|
+
VERSION = "10.0.1"
|
|
9
9
|
VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
|
|
10
10
|
SUMMARY = "A command line interface for managing/formatting source file pragma comments."
|
|
11
11
|
end
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pragmater
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.0.
|
|
4
|
+
version: 10.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
|
|
29
29
|
W2A=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date:
|
|
31
|
+
date: 2022-01-01 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: dry-container
|
|
@@ -126,7 +126,7 @@ licenses:
|
|
|
126
126
|
- Hippocratic-3.0
|
|
127
127
|
metadata:
|
|
128
128
|
bug_tracker_uri: https://github.com/bkuhlmann/pragmater/issues
|
|
129
|
-
changelog_uri: https://www.alchemists.io/projects/pragmater/
|
|
129
|
+
changelog_uri: https://www.alchemists.io/projects/pragmater/versions
|
|
130
130
|
documentation_uri: https://www.alchemists.io/projects/pragmater
|
|
131
131
|
rubygems_mfa_required: 'true'
|
|
132
132
|
source_code_uri: https://github.com/bkuhlmann/pragmater
|
|
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
146
|
version: '0'
|
|
147
147
|
requirements: []
|
|
148
|
-
rubygems_version: 3.3.
|
|
148
|
+
rubygems_version: 3.3.4
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
151
|
summary: A command line interface for managing/formatting source file pragma comments.
|
metadata.gz.sig
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
�w��ր:}
|
|
2
|
+
b����+�TX���﹈�{-upo�X���;-`j�O��bq���{0ؗRX�J�^��~;�Ίfi���d?���7Y^�t�J!��1Ro
|
|
3
|
+
h��ܮ��p6~��Di�e��kI@|��Rż�cz`�^��U%i�����#?�D���&e�l�)�����@�,%�$2I|����aW���$غ�Z�=����cm��s�6���J�fJ��L���h�v�~�g���Z��BEv�xuea�
|