gitsflow 0.8.3.release100620241155 → 0.8.3.release230620231302

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/lib/config.rb +1 -1
  3. data/lib/sflow/sflow.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 285bd27f31714bebf8bc5f84f8b2504369f38296cc715f0b5b4511ef1c47d4fd
4
- data.tar.gz: 90e181b2af1a45f1f8ef34c524f769e3d38a5484a9e88cc0c2945e1a7983684b
3
+ metadata.gz: b07db6e3af47ebc26e69f4e990a62aa60bef26e07666161ecf6d1df4fc10cad0
4
+ data.tar.gz: 17eb377d55f60968f5a61a8408994eba7ddb9b5b6da0078ccccc5e05e0e123d6
5
5
  SHA512:
6
- metadata.gz: 953346ee898e87e0b8bccd5ec21cac3dea00e4b7d1b88479417e695bfcfff484c8743d38a4159a7c43808c1bb5b1421515b56e4037e8f6c324ae801ea9ba2977
7
- data.tar.gz: ee6fa9b15b1291ce0c6882a769ec859bad6fed48ae0eff68ac2dc2edf546cf961fc651883b9eea386e73130d3e3e34f5529c0f3901dc9a92803dc6412b93b586
6
+ metadata.gz: 28bebf3372ad968f4ea196dbabdf02a9127314d2c83d4aa5b22d1e43af233fac48f15631d48c1441f5ab78c3abdbc6631bb57820efac4436b0866482df356fea
7
+ data.tar.gz: 5726f88885a83d21dd2b2afe35701024bea9ced01ba66c0bdc9791bd85b724e8170a957b69a589aef196354a3b0b32c20ee65354b6e856936bc8bf2d1725963e
data/lib/config.rb CHANGED
@@ -9,7 +9,7 @@ require 'tty_integration.rb'
9
9
  module Config
10
10
  extend TtyIntegration
11
11
  def self.init
12
- project_name = cmd.run!("git remote -v | grep origin | head -n1 | awk '{print $2}' | sed -e 's,.*:\(.*/\)\?,,' -e 's/\.git$//'").out
12
+ project_name = cmd.run!("git remote -v | head -n1 | awk '{print $2}' | sed -e 's,.*:\(.*/\)\?,,' -e 's/\.git$//'").out
13
13
  file = "#{Dir.home}/.config/gitsflow/#{project_name.gsub("\n","")}/config.yml"
14
14
  config = TTY::Config.new
15
15
  config.filename = file
data/lib/sflow/sflow.rb CHANGED
@@ -575,7 +575,7 @@ module SFlow
575
575
  @@bar.advance
576
576
  end
577
577
  Git.new_branch(branch)
578
- Git.pull(parent_branch_name) unless parent_branch_name.nil?
578
+ Git.pull(parent_branch_name) unless parent_branch_name.empty?
579
579
  Git.push(branch)
580
580
 
581
581
  @@bar.finish
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitsflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3.release100620241155
4
+ version: 0.8.3.release230620231302
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Wherbet