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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c7a8f7f1c7fd255bf7fd180bbffbd0b22e96e3856fe48c03d16e86b2038cf93
4
- data.tar.gz: d40295785b03c6bdb9da02bb44ebc939978edcd41790081d4da009052e76a12c
3
+ metadata.gz: fa35e0f80fe5d68b25f6dc235da1c62412c954244aa784f84e287e2281d2e894
4
+ data.tar.gz: 148d21b57d15a4dc7967a78efcc1b1fa2b64d5c7832865b964674b77905da0aa
5
5
  SHA512:
6
- metadata.gz: d7c75a205ae2056328eefde1d74f8a9aff4819a2db47a9ba3525ab053fd1d77c5b84542f525e4c26b58f17fdc780e8c7e8ec259e6d404f624e8d0de809d7b65c
7
- data.tar.gz: b3c77dcadbb22ec0caf49a0543f848acbb56ca82064411ff5d0100d286d8b94bbf9ddac35b73af17a0c07d948d22b1655f43a328b988da7a3dcc99cfc65002c3
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
- == Versioning
282
+ == link:https://www.alchemists.io/policies/license[License]
283
283
 
284
- Read link:https://semver.org[Semantic Versioning] for details. Briefly, it means:
284
+ == link:https://www.alchemists.io/policies/security[Security]
285
285
 
286
- * Major (X.y.z) - Incremented for any backwards incompatible public API changes.
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
- == Code of Conduct
288
+ == link:https://www.alchemists.io/policies/contributions[Contributions]
291
289
 
292
- Please note that this project is released with a link:CODE_OF_CONDUCT.adoc[CODE OF CONDUCT]. By
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
- == Contributions
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
 
@@ -5,7 +5,7 @@ module Pragmater
5
5
  module Identity
6
6
  NAME = "pragmater"
7
7
  LABEL = "Pragmater"
8
- VERSION = "10.0.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.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: 2021-12-29 00:00:00.000000000 Z
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/changes.html
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.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
- g ��Y�"�Vx�qd�3�tD?� i�[PЕ����\E2���j�S=��E,�Dr�, t���*d��@J3`���aHe&��4��q,BZg�}6�����T@>Hg� w2��fKZ��i�/m �5�ty�gِ:�*�Ĩg�sl��=9�V#FtL��Oe {D� =b�u/y�~�w��o�h �Yn����B9�@��U�`.�a�8D�u
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�x uea�