pragmater 5.1.0 → 5.2.0
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.tar.gz.sig +0 -0
- data/README.md +2 -1
- data/lib/pragmater/identity.rb +1 -1
- metadata +32 -4
- metadata.gz.sig +1 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c8f8015b3391a72187ba32aaa97e93915401b4de180cae15550ea9943d3a2b4
|
|
4
|
+
data.tar.gz: 62845577389dcae71eda6b87a6437578ed0f910c19bed7da8b9e27c831519d32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 213e8bbdecb3cc2ebea30f32e2f489f2896d8542c2f5d3e1bbec9655e487ca1669850b4f4941d9f07bef31260008ce3e2e9544adb50f11709a98ca3599015d1b
|
|
7
|
+
data.tar.gz: bd17d45912cf5e6e3caf88434bb34ef93b7d576a8552f65551fb3cccb3141865d77c3890294c34df5322671fff2531fc199dc4e1514b7dc7196c0530a7a7a553
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -95,7 +95,8 @@ This gem can be configured via a global configuration:
|
|
|
95
95
|
~/.config/pragmater/configuration.yml
|
|
96
96
|
|
|
97
97
|
It can also be configured via [XDG environment variables](https://github.com/bkuhlmann/runcom#xdg)
|
|
98
|
-
as provided by the [Runcom](https://github.com/bkuhlmann/runcom) gem.
|
|
98
|
+
as provided by the [Runcom](https://github.com/bkuhlmann/runcom) gem. Check out the [Runcom
|
|
99
|
+
Examples](https://github.com/bkuhlmann/runcom#examples) for project specific usage.
|
|
99
100
|
|
|
100
101
|
The default configuration is as follows:
|
|
101
102
|
|
data/lib/pragmater/identity.rb
CHANGED
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: 5.
|
|
4
|
+
version: 5.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
|
29
29
|
4Zrsxi713z6sndd9JBAm4G7mJiV93MsuCM5N4ZDY7XaxIhvctNSNhX/Yn8LLdtGI
|
|
30
30
|
b4jw5t40FKyNUvLPPXYAvQALBtk=
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
|
-
date: 2018-
|
|
32
|
+
date: 2018-05-02 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: runcom
|
|
@@ -37,14 +37,14 @@ dependencies:
|
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '3.
|
|
40
|
+
version: '3.1'
|
|
41
41
|
type: :runtime
|
|
42
42
|
prerelease: false
|
|
43
43
|
version_requirements: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '3.
|
|
47
|
+
version: '3.1'
|
|
48
48
|
- !ruby/object:Gem::Dependency
|
|
49
49
|
name: thor
|
|
50
50
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -129,6 +129,34 @@ dependencies:
|
|
|
129
129
|
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
131
|
version: '1.0'
|
|
132
|
+
- !ruby/object:Gem::Dependency
|
|
133
|
+
name: gemsmith
|
|
134
|
+
requirement: !ruby/object:Gem::Requirement
|
|
135
|
+
requirements:
|
|
136
|
+
- - "~>"
|
|
137
|
+
- !ruby/object:Gem::Version
|
|
138
|
+
version: '12.0'
|
|
139
|
+
type: :development
|
|
140
|
+
prerelease: false
|
|
141
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
142
|
+
requirements:
|
|
143
|
+
- - "~>"
|
|
144
|
+
- !ruby/object:Gem::Version
|
|
145
|
+
version: '12.0'
|
|
146
|
+
- !ruby/object:Gem::Dependency
|
|
147
|
+
name: git-cop
|
|
148
|
+
requirement: !ruby/object:Gem::Requirement
|
|
149
|
+
requirements:
|
|
150
|
+
- - "~>"
|
|
151
|
+
- !ruby/object:Gem::Version
|
|
152
|
+
version: '2.2'
|
|
153
|
+
type: :development
|
|
154
|
+
prerelease: false
|
|
155
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
156
|
+
requirements:
|
|
157
|
+
- - "~>"
|
|
158
|
+
- !ruby/object:Gem::Version
|
|
159
|
+
version: '2.2'
|
|
132
160
|
- !ruby/object:Gem::Dependency
|
|
133
161
|
name: guard-rspec
|
|
134
162
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
4�Z��˸|/m��uP�T[`�Ff�i���Ur!W��NA7�=��4��N����)&�$�@���=������6=Rf�eC�ںq}SD]�r*�Lf�W���N�_+���Ϡ^[[TQ�J�1%�k��ڮ�������p���%w
|
|
1
|
+
�X��~' k��70�07QH�]DJ��90�;>N�;�,��6�tj_V�g��b��ƆЎ�UUc/�8'�AQ�p"r:4�^^��ı$�a�!A[;HM4Ծ(X`��R|䛋����͘����;R �rY���$.z��Y21-��4s�$�\���=�tQ�.��1^qƩ�g>=>��ܡcC�(*�C���7Y�V���;J�߃H�q�)�Y�SL��6�Uv��.�sz��;#�<���!
|