pragmater 9.2.0 → 9.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d318f52d078e8617319255e45043efa9573c928420d899f04133c7ad522717d6
4
- data.tar.gz: c55c5a0365563356e6740e1788fe94ca401be6fe916ef302a5c6d2ed5a2bdbb2
3
+ metadata.gz: c038a3a2dc487cbb36cc051e277beba52118190672284557c5f96f90ca17006f
4
+ data.tar.gz: d834d6f5a9ae2804dc956d3796e8f5c4c12e6dc6e52e7723aa453f2772c5553d
5
5
  SHA512:
6
- metadata.gz: c0cc8f92059177b72862536bf54b5629c23b0a46bedc9c56d9febbb968ce559a3be249398ffffd85e80bda8d2b2ae6ecc324fe66977a97e92e9094932ce327c2
7
- data.tar.gz: e42c6d2886ed0f8053c3d2f4bf641d1e5556e4ba3991c3bd409d6c37db81cad21ea344cefee2232ef8afd45c7364781ed5472c4fe6c4f1083d080e08e7af903c
6
+ metadata.gz: d5c9e008438c95d2ecb0fb6ccb43b9510309252890c89b657a4603d61597facc90059e975ed71c5eae243a8679157f5500c538610faefa8b818ac57c64c5620e
7
+ data.tar.gz: 867793dba38bb3283bb3cbb570ecdb06d20681b51949f0492e19f4efcb7f0ec73f83e1145c0a35cddacdb8ba4325d718483862c866237e4f6411718b38329777
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -310,6 +310,11 @@ participating in this project you agree to abide by its terms.
310
310
 
311
311
  Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
312
312
 
313
+ == Community
314
+
315
+ Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
316
+ to this project and much more.
317
+
313
318
  == License
314
319
 
315
320
  Read link:LICENSE.adoc[LICENSE] for details.
File without changes
@@ -5,7 +5,7 @@ module Pragmater
5
5
  module Identity
6
6
  NAME = "pragmater"
7
7
  LABEL = "Pragmater"
8
- VERSION = "9.2.0"
8
+ VERSION = "9.3.0"
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,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pragmater
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.2.0
4
+ version: 9.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain:
11
11
  - |
12
12
  -----BEGIN CERTIFICATE-----
@@ -28,7 +28,7 @@ cert_chain:
28
28
  lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
29
29
  W2A=
30
30
  -----END CERTIFICATE-----
31
- date: 2021-10-09 00:00:00.000000000 Z
31
+ date: 2021-11-20 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: refinements
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '8.4'
39
+ version: '8.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '8.4'
46
+ version: '8.5'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: runcom
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -70,7 +70,7 @@ extra_rdoc_files:
70
70
  files:
71
71
  - LICENSE.adoc
72
72
  - README.adoc
73
- - bin/pragmater
73
+ - exe/pragmater
74
74
  - lib/pragmater.rb
75
75
  - lib/pragmater/cli/helper.rb
76
76
  - lib/pragmater/cli/options/assembler.rb
@@ -98,6 +98,7 @@ metadata:
98
98
  bug_tracker_uri: https://github.com/bkuhlmann/pragmater/issues
99
99
  changelog_uri: https://www.alchemists.io/projects/pragmater/changes.html
100
100
  documentation_uri: https://www.alchemists.io/projects/pragmater
101
+ rubygems_mfa_required: 'true'
101
102
  source_code_uri: https://github.com/bkuhlmann/pragmater
102
103
  post_install_message:
103
104
  rdoc_options: []
@@ -114,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
115
  - !ruby/object:Gem::Version
115
116
  version: '0'
116
117
  requirements: []
117
- rubygems_version: 3.2.28
118
+ rubygems_version: 3.2.31
118
119
  signing_key:
119
120
  specification_version: 4
120
121
  summary: A command line interface for managing/formatting source file pragma comments.
metadata.gz.sig CHANGED
Binary file