milestoner 10.2.0 → 10.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: 230253de2d1891b5f81d32c0d3650c2978e442be5d7941f7a72a241eacb3a3de
4
- data.tar.gz: bb892f84520d3fd92a22bbf1a55e2b485597859e92bf28ef2afc99baee20e640
3
+ metadata.gz: c315f1ddc5e1602eec6678ea4d9940de8cc654ecd89088765bb26c25adc0c550
4
+ data.tar.gz: 82a920c588f7bafc61b94d75539a9cb716a41c78b33e028ec7e0f5626136f97b
5
5
  SHA512:
6
- metadata.gz: 3892074d05c2e52320196c16d546d58d99694d916fb38bb79c5ce687bc70cc3ba0d06d2745566b18284ff255c6a351137f44ba6961b716d1090e010ea9496f02
7
- data.tar.gz: 6b00430b9c0a686dfc402c60de01283b74d369b7e199db4ce9eb7f578c07c9acfd5296496a6c9864ad865027c87c0df086b955b5f3815afb0df7771a72c4f563
6
+ metadata.gz: 4abf959396e4398f75a5f845177e6bc882462ce4b7d94944b8e698f2ffa0b4317cbd020a9666c6e11831748d23d0f372470ec150bde177c723b60db636ad6a17
7
+ data.tar.gz: 78f0b7cff488bdce3b49598bdd5d1fd4afb04f8cc6ff8bc6fe03f7466dd3aa1394ae76013fc2bacefcada5796f39392a58fe52d6959662d0222b4a243df17e27
@@ -1,2 +1,4 @@
1
- ���"��莆�����锄�,��p_p��~��J��v_�&,&u��|�3<YSL���c�����S<G=��$�Dw�����x0ϵF�#Wᘁs05���AӲHT>�$q���5���刬p
2
- ��5Z�C���;�;�x`��� n���|x�@�P{u=_* ��H�Z��MnI���𗽕��̫F �)�ɰ�2�6��k�,���Ƕ5���[�G�?�)��&�=(:�b�"3���*w��lʳRYSm
1
+ 0v�A�!�b$��_$��4ev"T��!��W�����G�ٹX�!5��rOv5�>�� ������� �A�<SeS̡��9!����a�.a�Lu{
2
+ ��c]>?��P�B@R�p�Y?2O
3
+ ��R�}��nr��OB�k
4
+ ��>'���6�T�"�s��2/` 8f��p̾�c@Sm��O^�)7i�#�QG�H����cͿ���v�U��3��kP�|���b�V��K8�t%��;ISMUl&9�5?��(���[�e,
data.tar.gz.sig CHANGED
Binary file
@@ -150,7 +150,7 @@ additional liability.
150
150
 
151
151
  END OF TERMS AND CONDITIONS
152
152
 
153
- Copyright link:https://www.alchemists.io[Alchemists].
153
+ Copyright 2015 link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
154
154
 
155
155
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
156
156
  compliance with the License. You may obtain a link:https://www.apache.org/licenses/LICENSE-2.0[copy]
@@ -48,8 +48,6 @@ image::https://www.alchemists.io/images/screencasts/milestoner/cover.svg[Screenc
48
48
 
49
49
  == Setup
50
50
 
51
- === Production
52
-
53
51
  To install, run:
54
52
 
55
53
  [source,bash]
@@ -57,24 +55,6 @@ To install, run:
57
55
  gem install milestoner
58
56
  ----
59
57
 
60
- === Development
61
-
62
- To contribute, run:
63
-
64
- [source,bash]
65
- ----
66
- git clone https://github.com/bkuhlmann/milestoner.git
67
- cd milestoner
68
- bin/setup
69
- ----
70
-
71
- You can also use the IRB console for direct access to all objects:
72
-
73
- [source,bash]
74
- ----
75
- bin/console
76
- ----
77
-
78
58
  == Usage
79
59
 
80
60
  === Command Line Interface (CLI)
@@ -189,13 +169,32 @@ Now, when publishing a new milestone (i.e. `+milestoner --publish <version> --s
189
169
  your Git tag will happen automatically. You will be prompted for the GPG Passphrase each time but
190
170
  that is to be expected.
191
171
 
172
+ == Development
173
+
174
+ To contribute, run:
175
+
176
+ [source,bash]
177
+ ----
178
+ git clone https://github.com/bkuhlmann/milestoner.git
179
+ cd milestoner
180
+ bin/setup
181
+ ----
182
+
183
+ You can also use the IRB console for direct access to all objects:
184
+
185
+ [source,bash]
186
+ ----
187
+ bin/console
188
+ ----
189
+
192
190
  == Tests
193
191
 
194
192
  To test, run:
195
193
 
196
- ....
194
+ [source,bash]
195
+ ----
197
196
  bundle exec spec
198
- ....
197
+ ----
199
198
 
200
199
  == Versioning
201
200
 
@@ -5,7 +5,7 @@ module Milestoner
5
5
  module Identity
6
6
  NAME = "milestoner"
7
7
  LABEL = "Milestoner"
8
- VERSION = "10.2.0"
8
+ VERSION = "10.3.0"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}"
10
10
  end
11
11
  end
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: 10.2.0
4
+ version: 10.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -28,7 +28,7 @@ cert_chain:
28
28
  2XV8FRa7/JimI07sPLC13eLY3xd/aYTi85Z782KIA4j0G8XEEWAX0ouBhlXPocZv
29
29
  QWc=
30
30
  -----END CERTIFICATE-----
31
- date: 2020-07-23 00:00:00.000000000 Z
31
+ date: 2020-10-18 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: runcom
@@ -218,14 +218,14 @@ dependencies:
218
218
  requirements:
219
219
  - - "~>"
220
220
  - !ruby/object:Gem::Version
221
- version: '0.83'
221
+ version: '0.89'
222
222
  type: :development
223
223
  prerelease: false
224
224
  version_requirements: !ruby/object:Gem::Requirement
225
225
  requirements:
226
226
  - - "~>"
227
227
  - !ruby/object:Gem::Version
228
- version: '0.83'
228
+ version: '0.89'
229
229
  - !ruby/object:Gem::Dependency
230
230
  name: rubocop-performance
231
231
  requirement: !ruby/object:Gem::Requirement
@@ -274,14 +274,14 @@ dependencies:
274
274
  requirements:
275
275
  - - "~>"
276
276
  - !ruby/object:Gem::Version
277
- version: '0.18'
277
+ version: '0.19'
278
278
  type: :development
279
279
  prerelease: false
280
280
  version_requirements: !ruby/object:Gem::Requirement
281
281
  requirements:
282
282
  - - "~>"
283
283
  - !ruby/object:Gem::Version
284
- version: '0.18'
284
+ version: '0.19'
285
285
  description:
286
286
  email:
287
287
  - brooke@alchemists.io
metadata.gz.sig CHANGED
Binary file