samus 3.0.0 → 3.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70687c9193d62210ab399d31952371626c11bc8a4bb0eb166e162dcf6a99e449
4
- data.tar.gz: 1db09436786cafd10d6d952078a0221d8ea19263f559add896dc0345a8b8767f
3
+ metadata.gz: d5e4c0c8742f2d9b76ee61f0a4bd4fc5562ece09a7799f797f981cdd78a5c7b6
4
+ data.tar.gz: 809fe2cf19a8ac7d1829944563a2c5bf4834abe2a1073255d90980d58a1d6c33
5
5
  SHA512:
6
- metadata.gz: 87d0a7f05c3e6b3e4a59d1c4495063a2e57dcb38c12300b47d5e529b4252f985f778117441aeadb950e0af0d1470c2a8ee8217104f7b17fd36b17dd9e45293aa
7
- data.tar.gz: 3d827b13ed2fca31fe39e8972d10a3764dc6a6724ab64d177ac421d697c3d0fab2f15ec889f3e7af50c17b216cd55ec56b3cebd7e29a70643b813e21e7d441df
6
+ metadata.gz: a6a21d0b2b25fd6bc60617938215fe41ffafc0ae2e24e5cfddba5288635f5d29769123209e24cf78e17ed7d7b88682893a588567b8cead5dbaacb28749507384
7
+ data.tar.gz: 9d4c7bdc835246c423b5f555beb3b58f66ce5826909de4054845a2f14c16c4cbb13069563d04c27bcf203fc5cfc2847691cc3e4b0de526f6b16fb4a3260b2db5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 3.0.1 - March 30th, 2019
2
+
3
+ - Fix bug in `publish/github-release` command due to invalid tag handling.
4
+
1
5
  # 3.0.0 - March 30th, 2019
2
6
 
3
7
  - Add `build/ruby-bundle` command to run Bundler commands like install.
@@ -38,7 +38,7 @@ end
38
38
 
39
39
  key = ENV["__CREDS_SECRET"]
40
40
  repository = ENV["_REPOSITORY"]
41
- tag = ENV["_tag"]
41
+ tag = ENV["_TAG"]
42
42
  changelog = ENV["_CHANGELOG"]
43
43
  title = ENV["_TITLE"] || "Release #{tag}"
44
44
  out_file = ENV["_OUT_FILE"]
data/lib/samus/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Samus
2
- VERSION = '3.0.0'.freeze
2
+ VERSION = '3.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: samus
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Loren Segal