guac 0.1.3 → 0.1.4

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: ff2de1249ab42d2683fd4d993ebbd053e1e9bc8d
4
- data.tar.gz: f6824c9de846f452ebe752d8c736690cb06c56a3
3
+ metadata.gz: bd23b505b29e0cee351ea400af2de892a22df9d0
4
+ data.tar.gz: 7fe03ac74da14e28788256686da28d48a58eacde
5
5
  SHA512:
6
- metadata.gz: f053dcbe8da514af140590badb00b17ab807392448e662a1253c15441beaf3f333ea7cb59083caca5079db5fdee7cca118727ac98a611d046c24b21789c1d518
7
- data.tar.gz: d67a606b72748c2d73698e306cba692699fc4a66646bd07d900017780b6ed3d7784817fdfef5ec971b2e31018373a28f4d334597e7f6655bc11261cf27002eda
6
+ metadata.gz: b379a1684aa339bdbc8dc2cc78b665bcc5a8bfcfc9dfe30b084d8c1347c04a30147a0496061f58ed7099a48b403f7711f8fc25c6dcd73897b3548d589c1b8a08
7
+ data.tar.gz: 74250e13ea1db25471b7ec77883af7c2a4dc3cf2e9df0c41c830c1e275693b93bb07791528ba640ea6457a83abc6b73fde1e901c6ca3f7a703d299221477ca45
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- guac (0.1.3)
4
+ guac (0.1.4)
5
5
  pastel (~> 0.7.2)
6
6
  thor (~> 0.20.0)
7
7
  tty-color (~> 0.4.2)
@@ -4,7 +4,7 @@ require_relative '../command'
4
4
  require_relative '../config'
5
5
  require 'yaml'
6
6
  require 'colorize'
7
- require 'pry'
7
+ # require 'pry'
8
8
 
9
9
  module Guac
10
10
  module Commands
@@ -48,10 +48,7 @@ module Guac
48
48
 
49
49
  def prompt_branch_aliases(body, output)
50
50
  output.puts 'Git branch aliases:'.bold.colorize(:blue)
51
- output.puts %{
52
- 2 of your repos may use 'master', while the 3rd uses 'master_v2'.
53
- Use an alias to keep all 3 in sync. #{'Input format: `branch_name:branch_name_alias`'.colorize(:yellow)}
54
- }
51
+ output.puts 'Input format: `branch_name:branch_name_alias`'
55
52
 
56
53
  result = prompt.yes?('Would you like to configure aliases?')
57
54
  return unless result
@@ -5,7 +5,7 @@ require_relative '../config'
5
5
  require_relative '../repo'
6
6
  require_relative '../colors'
7
7
  require_relative '../sys_command'
8
- require 'pry'
8
+ # require 'pry'
9
9
 
10
10
  module Guac
11
11
  module Commands
data/lib/guac/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Guac
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Boldt