branches 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -1
  3. data/lib/branches/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac1e912b1e50a91ee8976ba66c4bfa58c7347a70
4
- data.tar.gz: d6758de77fa43ce9acb885f5fb8fc59aaad1b348
3
+ metadata.gz: fcf964383dcd940e3d555a01a5434692a2b1f7e1
4
+ data.tar.gz: 7bb61ffaf20779f6e7b71f395702620cc864411d
5
5
  SHA512:
6
- metadata.gz: 92af7879aaabfa75f1915c038f54be4a4197bf833bd5d8fad2eff7a54c386744f0a275d6df4535e674b8123c3b2e0a8afaac5ee4848409b3850e907296df51a9
7
- data.tar.gz: a5a40902d23b01859732635856aba870e9739c795287c8e7971e58a9d3ec6348f595788088a87503d1e6a7189a2b75f6d7023ad969397f811cc5dbe7c7e00711
6
+ metadata.gz: 4638c8c1d6e73c3749da08fddc95dcf96104330348718cb78e854d9d398e42fa98a9cdd5e18c75b7c14d6c6d4578905ed69451db7eae97364493304ef28fe160
7
+ data.tar.gz: daf459831a8b9fd3950e0194fdc37b62a2e178b8237b715a313e90b3faadaa370494dac2baabcf90a91dd8cc0bedf7f327790f6cd5b72f142fd4bd135e221c28
data/README.md CHANGED
@@ -16,7 +16,15 @@ Install it yourself as:
16
16
 
17
17
  ## Usage
18
18
 
19
- Type `branches` from the command line inside of a git repo.
19
+ Just type:
20
+
21
+ $ branches
22
+
23
+ from the command line inside of a git repo.
24
+
25
+ If you have a lot of branches you can combine(pipe) `branches` with the `head` command like this:
26
+
27
+ $ branches | head
20
28
 
21
29
  ## Contributing
22
30
 
@@ -1,3 +1,3 @@
1
1
  module Branches
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: branches
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Erickson