pragmater 9.1.1 → 9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 606d27c84ef6472084cd5dcea334b8d89a3a8ba426e09ce535c97bdee81ada1b
4
- data.tar.gz: 104f3244e18d8964f1379d6b76290cd9d1ee3d85623c197c838523b7857f02c4
3
+ metadata.gz: ff9759f4fd2b5feb08923a7469a39e0249e28d2c6b1a0129e2a6068ef7b70fd2
4
+ data.tar.gz: e12d2f4c02ff1c8189615b82d5dfd427e35f1f149906ab0ac3ca6055e49b46d2
5
5
  SHA512:
6
- metadata.gz: e289a8369cf07621e21fc322c2287b430e1f48cd7871e0aab3099569009168cfe2aef33ea5f779b53f49fc7765203666dc0aa25dd81e0813accfc38db6eee0b3
7
- data.tar.gz: 9ba24e86954ad898b26c32026a0227804184d57c10d557ef239313e682cd62524bb484cf955edf9fc2fec913b9028927153d7379d61d5a253cde0b3a84977f0e
6
+ metadata.gz: 03c115822736a6aa7ff7407a8ba82b26424b0f2be5832b33aa7f4ead142d9b6d8fe33d2a990acf9a2c46ff55d063526023aaa58c10789a8bdcf2cda6daacdc78
7
+ data.tar.gz: 7c8d35d7631254d2b878644920412ec68cb21c38f66f371586c04a1402c75b76a789cdcbee7270e4970ecaf8c56ea8bb113950bc3cac0c1acce5de8d494ea85b
checksums.yaml.gz.sig CHANGED
@@ -1,3 +1,2 @@
1
- ����I7���\
2
- ���`�\���',h�FG�^f]�RR�6����&�o�Cs�]�ԁB@�
3
- Ä'2\�j���ɍ��OXz�@�>>���(Z� \�G��Hh�[�N���Bh�K��� E0��up
1
+ �u���SUR3�/HZ�( ��º� �h��hD��I��P:�ޟuL�Zv����ڛ�*Cm���ö�W���jۂ�};��S��r�*�$<��a`rN7�����3~j�۫�Ĝk�ӯ�%$0���E��*�N�Uc/�"xZ2|�;�1��<^.��z������"�X���
2
+ s���^�+�h�j������X����1Wl�A
data/README.adoc CHANGED
@@ -11,9 +11,9 @@ image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchem
11
11
  [link=https://circleci.com/gh/bkuhlmann/pragmater]
12
12
  image::https://circleci.com/gh/bkuhlmann/pragmater.svg?style=svg[Circle CI Status]
13
13
 
14
- A command line interface for managing/formatting source file
15
- https://en.wikipedia.org/wiki/Directive_(programming)[directive pragmas] (a.k.a. _magic comments_).
16
- Examples:
14
+ A command line interface that does one thing well by being entirely focused on managing/formatting
15
+ source file https://en.wikipedia.org/wiki/Directive_(programming)[directive pragmas] (a.k.a. _magic
16
+ comments_). Examples:
17
17
 
18
18
  [source,ruby]
19
19
  ----
@@ -5,8 +5,8 @@ module Pragmater
5
5
  module Identity
6
6
  NAME = "pragmater"
7
7
  LABEL = "Pragmater"
8
- VERSION = "9.1.1"
9
- VERSION_LABEL = "#{LABEL} #{VERSION}"
8
+ VERSION = "9.1.2"
9
+ VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
10
10
  SUMMARY = "A command line interface for managing/formatting source file pragma comments."
11
11
  end
12
12
  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: 9.1.1
4
+ version: 9.1.2
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-08-07 00:00:00.000000000 Z
31
+ date: 2021-09-06 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: refinements
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  requirements: []
117
- rubygems_version: 3.2.25
117
+ rubygems_version: 3.2.27
118
118
  signing_key:
119
119
  specification_version: 4
120
120
  summary: A command line interface for managing/formatting source file pragma comments.
metadata.gz.sig CHANGED
Binary file