milestoner 8.1.0 → 8.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/milestoner/identity.rb +1 -1
- metadata +18 -4
- 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: 638011a978f23b64d6412c6391f4df5f0830bc34477fdb141fa040ebf9968ba5
|
|
4
|
+
data.tar.gz: 495c9dd4f6179efdbc366643f2b6cd0f3e70e0df4dd2e6957e5b721ec87ce030
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cba1013f14f604191b3fa8a178fd7483c9e60e14f80d534f35c6760540a1e94edd40f59825359d1f7f0829b0ca318e2e2082d245d9aa9187afd9cb556360b044
|
|
7
|
+
data.tar.gz: ab959afc86263a57ec198d10f670d8dc1e8d7eed87106508ce7e3131fbf9ab3f15d9c26de979981517e4ae2c003767470f80880f37d5e470e75ad3d50b814e1a
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -103,7 +103,8 @@ This gem can be configured via a global configuration:
|
|
|
103
103
|
~/.config/milestoner/configuration.yml
|
|
104
104
|
|
|
105
105
|
It can also be configured via [XDG environment variables](https://github.com/bkuhlmann/runcom#xdg)
|
|
106
|
-
as provided by the [Runcom](https://github.com/bkuhlmann/runcom) gem.
|
|
106
|
+
as provided by the [Runcom](https://github.com/bkuhlmann/runcom) gem. Check out the [Runcom
|
|
107
|
+
Examples](https://github.com/bkuhlmann/runcom#examples) for project specific usage.
|
|
107
108
|
|
|
108
109
|
The default configuration is as follows:
|
|
109
110
|
|
data/lib/milestoner/identity.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: milestoner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.
|
|
4
|
+
version: 8.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
|
|
@@ -143,6 +143,20 @@ dependencies:
|
|
|
143
143
|
- - "~>"
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
145
|
version: '1.0'
|
|
146
|
+
- !ruby/object:Gem::Dependency
|
|
147
|
+
name: gemsmith
|
|
148
|
+
requirement: !ruby/object:Gem::Requirement
|
|
149
|
+
requirements:
|
|
150
|
+
- - "~>"
|
|
151
|
+
- !ruby/object:Gem::Version
|
|
152
|
+
version: '12.0'
|
|
153
|
+
type: :development
|
|
154
|
+
prerelease: false
|
|
155
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
156
|
+
requirements:
|
|
157
|
+
- - "~>"
|
|
158
|
+
- !ruby/object:Gem::Version
|
|
159
|
+
version: '12.0'
|
|
146
160
|
- !ruby/object:Gem::Dependency
|
|
147
161
|
name: git-cop
|
|
148
162
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
|
Binary file
|