radius-toolbelt 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b09e2e1cab97931461e2b4077cde974832bc2420
4
- data.tar.gz: ab127de862e004aef1afd9717457c361331aab8d
3
+ metadata.gz: 7dffaa418d2856dfa875f9df58e9bd660ee6dbae
4
+ data.tar.gz: 094bd84f7a5f79aa23c4b1dc1b10967561666608
5
5
  SHA512:
6
- metadata.gz: afad14f9e21309085290e5565390ca84457a71f515ea98d841530e54c4253a5ace23ee6eca3e53f1b7872e00bbd9a5c6edb3784e0f813812589f768cfe1c7407
7
- data.tar.gz: 0b414b7d5ab1017f0ea00810cd24148127a57bc5cdb734d14d30b2ed3fbcb3919eba052f13cdb697fcc52f961baa4ab02e993b7746ea41e82864c8269434f075
6
+ metadata.gz: f5315f5a558ed701f45bf8d4f1bfea4a43c163c6b8c817a4351d3dd5a8f378e7d3aa2a04f113a5c81fd696db5fa861187182eafd58cd01457a3ba835daea4fa4
7
+ data.tar.gz: d5be13e1680cc1e3e4661c618d6126233f143e9f75a65a055e15ef9c1fb21c8759439e5eb1e3cfcf6640a37844c778642695a8d47bf7e6677548da087f8b65c1
@@ -25,7 +25,19 @@ module Radius
25
25
 
26
26
  def release_github(repo, release_name, version, files)
27
27
  tag_name = "v#{version}"
28
- body = "TODO: Describe the changes in this release"
28
+ body = <<EOF
29
+ Bug Fixes:
30
+
31
+ - TODO: Describe any bug fixes
32
+
33
+ Enhancements:
34
+
35
+ - TODO: Describe any new features or enhancements
36
+
37
+ Deprecations:
38
+
39
+ - TODO: Describe any eprecations
40
+ EOF
29
41
  token = github_token
30
42
 
31
43
  r = ReleaseGithub.new repo, token, tag_name, release_name, body, files
@@ -1,5 +1,5 @@
1
1
  module Radius
2
2
  module Toolbelt
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radius-toolbelt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Radius Networks