git-fancy 0.1.0 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/sb +5 -0
  3. data/lib/git/fancy/version.rb +1 -1
  4. metadata +3 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d92ba033793ea978318c6ca53b07088bbd769bb2255e54788cd76289368af265
4
- data.tar.gz: c7dc19e5a4a1d378f32012cbe84516cb623c8530f3f1656d4a25da91422828b4
3
+ metadata.gz: 03a33152dbf41fc359d422a9e44cdeae8e2f1e9205bc6515525155a90cb98f19
4
+ data.tar.gz: 8b2c242b5cbe8e9cfdebe41a17658d169ed65a609731b865ce9dc12c24597e30
5
5
  SHA512:
6
- metadata.gz: 9b9149fa76d4256400ee1b8f9569bbc01cb8c5f14d42a174cc9a5f574b4685fefc0aa81346a044a256b2d09befa2e811b9c3df560d2ee0400cd199742b17e837
7
- data.tar.gz: 75592f89347bcd62bbb8aa79251c4316639ecdd839e5974b9f486b365eeda80c457b2fcbedff0caa47ffb9deded0c96401255fb0be4a2d6709b1f9fd78663171
6
+ metadata.gz: e99664ee065b29e79c45ad6eeddca64641a442fbe8dafe75ad414a332bc8f369830e273350fb72735db8cb518bff9b1c0a89bb87fd97a720fae0e1203a581ab4
7
+ data.tar.gz: b6c90f97a02d093ba58beda95d95cc42eafc6827cae124dbfb773c18fd0e1f7f30cf2b79aa4150975ef6d05ab462e27383785a5e1bbc199cf8e2603303701acb
data/exe/sb ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ # This is just an alias for the switch-branch script
4
+ path = File.join(__dir__, './switch-branch')
5
+ eval(File.read(path)) if File.exist?(path)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Git
4
4
  module Fancy
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-fancy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean McCleary
@@ -56,6 +56,7 @@ description: This gem is a tool to switch between recent branches and add notes
56
56
  email:
57
57
  - seanmcc@gmail.com
58
58
  executables:
59
+ - sb
59
60
  - switch-branch
60
61
  extensions: []
61
62
  extra_rdoc_files: []
@@ -67,6 +68,7 @@ files:
67
68
  - LICENSE.txt
68
69
  - README.md
69
70
  - Rakefile
71
+ - exe/sb
70
72
  - exe/switch-branch
71
73
  - lib/git/fancy.rb
72
74
  - lib/git/fancy/branch_history.rb