gem_name 0.1.7 → 0.1.8

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/brew_lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c6d995c76640823be23e9bdbd9d24dbb48e5b0473d02926a5b34b9dd76a344f0
4
- data.tar.gz: 9e27ba20b34612c2b44f97245229f1e01d8a9ce7bcfb01bda809d50831c9b853
3
+ metadata.gz: d290b2edeffc3cadb80dde56816d45d896ce69a52ca00ea8c0b5762894afb2ab
4
+ data.tar.gz: 0662da333c3daecf2a7c89c42ca7532ae998a13e2b9b28099bb2b91834740151
5
5
  SHA512:
6
- metadata.gz: a20d4f209caa0e016301f4f9174d7666e89dadf643bd71a3911f6f9cb595056680130f61ad5bbd55293998849ac443d783db83c09aaf22a4405c9552e52f6129
7
- data.tar.gz: 7cc58e7f3d427af6c44d08ccaa3bb1564d181f51352283ff312331cc593969a403969d231e7129ca107b4374a956ab411a2253d8da806e0dea1040cea8875266
6
+ metadata.gz: 236bdde668375dd256af4aa23cf58fc45b4cb490ab6e17267678ecbd8372480485b5424304cdda59b753e0129990df9141fc03aa0a10b71cc471c931a778f5d0
7
+ data.tar.gz: a9628cde6c37cdf3964b7f955222183adf7fe9d7b9644f8c9745dda8a012063c3e1f1bdfb8f909b7cb4e41b5391200ac11f6fa3c97df7285908bb0dd755cbcbd
data/Rakefile CHANGED
@@ -23,7 +23,7 @@ end
23
23
  desc "Create a new release and push [patch|minor|major], default is patch"
24
24
  task bump: [:test] do |t, args|
25
25
  part = args.to_a.fetch(0, "patch")
26
- sh "{ git add -A && git commit --quiet -m 'bump #{part}' 2>/dev/null &&
26
+ sh "{ git add -A && git commit --quiet -m 'bump #{part}' >/dev/null &&
27
27
  gem bump --silent --quiet --tag --push --release && gh release create #{version} --generate-notes; } || true"
28
28
  end
29
29
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BrewLib
4
- VERSION = "0.1.7"
4
+ VERSION = "0.1.8"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_name
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - root