pragmater 6.3.0 → 6.3.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.md +1 -2
- data/lib/pragmater/identity.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +33 -5
- 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: ff5f7fc682388910458e8d573febe3bb60888264b0fcf83157b7ba6fe4e06c2d
|
|
4
|
+
data.tar.gz: 8b96e65b1565b4f62ff908795da0e8dcb073cb19cd92618d46c4d816e8e4a7be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fb6f16a51f42901537a4224c093c1ececdc9373f0b0d29bb43dbe9f91837a5af7d8c175193e4490eea93e5cb1f1b4bebad89e24e9bafc9892d2c0730125e395
|
|
7
|
+
data.tar.gz: 92cae9efd58fda6aeaa25e9f8c9ff293dca1c2d9810df3178cdbe8a53aa0a2e7c65fb206b9ce0d4efc24d9e023d9dc154b223d2947796040cedc2be9b1008f07
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -98,8 +98,7 @@ This gem can be configured via a global configuration:
|
|
|
98
98
|
|
|
99
99
|
~/.config/pragmater/configuration.yml
|
|
100
100
|
|
|
101
|
-
It can also be configured via [XDG
|
|
102
|
-
as provided by the [Runcom](https://github.com/bkuhlmann/runcom) gem.
|
|
101
|
+
It can also be configured via [XDG](https://github.com/bkuhlmann/xdg) environment variables.
|
|
103
102
|
|
|
104
103
|
The default configuration is as follows:
|
|
105
104
|
|
data/lib/pragmater/identity.rb
CHANGED
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: 6.3.
|
|
4
|
+
version: 6.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
dKvURM+1PwDCzC5tvRwjhUJIizau6+MtkFCvJHmaAj1aZL3odcPejHj5Hxt/0CUW
|
|
29
29
|
y84=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2019-
|
|
31
|
+
date: 2019-07-01 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: runcom
|
|
@@ -114,6 +114,34 @@ dependencies:
|
|
|
114
114
|
- - "~>"
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
116
|
version: '0.2'
|
|
117
|
+
- !ruby/object:Gem::Dependency
|
|
118
|
+
name: gemsmith
|
|
119
|
+
requirement: !ruby/object:Gem::Requirement
|
|
120
|
+
requirements:
|
|
121
|
+
- - "~>"
|
|
122
|
+
- !ruby/object:Gem::Version
|
|
123
|
+
version: '13.5'
|
|
124
|
+
type: :development
|
|
125
|
+
prerelease: false
|
|
126
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
127
|
+
requirements:
|
|
128
|
+
- - "~>"
|
|
129
|
+
- !ruby/object:Gem::Version
|
|
130
|
+
version: '13.5'
|
|
131
|
+
- !ruby/object:Gem::Dependency
|
|
132
|
+
name: git-cop
|
|
133
|
+
requirement: !ruby/object:Gem::Requirement
|
|
134
|
+
requirements:
|
|
135
|
+
- - "~>"
|
|
136
|
+
- !ruby/object:Gem::Version
|
|
137
|
+
version: '3.5'
|
|
138
|
+
type: :development
|
|
139
|
+
prerelease: false
|
|
140
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
141
|
+
requirements:
|
|
142
|
+
- - "~>"
|
|
143
|
+
- !ruby/object:Gem::Version
|
|
144
|
+
version: '3.5'
|
|
117
145
|
- !ruby/object:Gem::Dependency
|
|
118
146
|
name: guard-rspec
|
|
119
147
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -232,14 +260,14 @@ dependencies:
|
|
|
232
260
|
requirements:
|
|
233
261
|
- - "~>"
|
|
234
262
|
- !ruby/object:Gem::Version
|
|
235
|
-
version: '1.
|
|
263
|
+
version: '1.4'
|
|
236
264
|
type: :development
|
|
237
265
|
prerelease: false
|
|
238
266
|
version_requirements: !ruby/object:Gem::Requirement
|
|
239
267
|
requirements:
|
|
240
268
|
- - "~>"
|
|
241
269
|
- !ruby/object:Gem::Version
|
|
242
|
-
version: '1.
|
|
270
|
+
version: '1.4'
|
|
243
271
|
- !ruby/object:Gem::Dependency
|
|
244
272
|
name: rubocop-rspec
|
|
245
273
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -324,7 +352,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
324
352
|
- !ruby/object:Gem::Version
|
|
325
353
|
version: '0'
|
|
326
354
|
requirements: []
|
|
327
|
-
rubygems_version: 3.0.
|
|
355
|
+
rubygems_version: 3.0.4
|
|
328
356
|
signing_key:
|
|
329
357
|
specification_version: 4
|
|
330
358
|
summary: A command line interface for managing/formatting source file pragma comments.
|
metadata.gz.sig
CHANGED
|
Binary file
|