branch_io_cli 0.12.8 → 0.12.9

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
  SHA256:
3
- metadata.gz: a43dac3b34a35b9fe3c09e189fbe996da33f0528fc56d1c6161795f51625882b
4
- data.tar.gz: a563d5f884ef2d9364d8f9c04f618cf51da4a791240caee4d056bec248860b1f
3
+ metadata.gz: 26053f28f776eee0a1daa5f1a411721f9a4387d9e6128bcf6482430670af25f4
4
+ data.tar.gz: 6bee45239e88ddd9fa1ad15232acc46d9b9c7ea2e5cb31b2ffa0a4ece1543dae
5
5
  SHA512:
6
- metadata.gz: e26bd95cc0fb79b6edc8a31c7006b95c10d8e75b4b29c776dc669b5a04ce5ac2c2ce8c1d0f0899a55c2f9c84f075c27f1c52102e48f851c7203df7677e734dff
7
- data.tar.gz: ce87717c89eb5a30cd5d7a2916584fef3d12f18dcd568163bb3db5159f59790d2970bdf5b591e6d5b214e79a28b0a86b1d52b6dc41ca0fb4cd624bd6a64ad184
6
+ metadata.gz: '021094e94c1de4d02ee1305f01589564ec6bfa428710756fa3836d5d2fe348f54626788c4c2c9ce6855a995d7704703f3adcd17d5d281d6792c2e13dadc3ae43'
7
+ data.tar.gz: 24924909cb7fe547b8146b2f9577e1d90f68738a6748355ce86b41032cefcd5ef576e931be606eecab3c853a4c65ad8e8f453f7d7369c5052c7dcde331698f88
data/README.md CHANGED
@@ -29,6 +29,8 @@ brew tap jdee/tap
29
29
  brew install branch_io_cli
30
30
  ```
31
31
 
32
+ **Note:** Prerelease versions of the CLI are only available from RubyGems for now.
33
+
32
34
  ### Getting help
33
35
 
34
36
  ```bash
@@ -59,18 +61,40 @@ any Ruby-related environment variables if using the system Ruby.
59
61
 
60
62
  Add to `~/.bash_profile` or `~/.bashrc`:
61
63
 
64
+ ##### RubyGems
65
+
62
66
  ```bash
63
67
  . `gem which branch_io_cli | sed 's+branch_io_cli.rb$+assets/completions/completion.bash+'`
64
68
  ```
65
69
 
70
+ ##### Homebrew
71
+
72
+ Source the script from the Cellar, e.g.:
73
+
74
+ ```bash
75
+ br_version=`br -v | awk '{ print $4 }'`
76
+ . /usr/local/Cellar/branch_io_cli/${br_version}/libexec/gems/branch_io_cli-${br_version}/lib/assets/completions/completion.bash
77
+ ```
78
+
66
79
  #### Zsh
67
80
 
68
81
  Add to `~/.zshrc`:
69
82
 
83
+ ##### RubyGems
84
+
70
85
  ```zsh
71
86
  . `gem which branch_io_cli | sed 's+branch_io_cli.rb$+assets/completions/completion.zsh+'`
72
87
  ```
73
88
 
89
+ ##### Homebrew
90
+
91
+ Source the script from the Cellar, e.g.:
92
+
93
+ ```bash
94
+ br_version=`br -v | awk '{ print $4 }'`
95
+ . /usr/local/Cellar/branch_io_cli/${br_version}/libexec/gems/branch_io_cli-${br_version}/lib/assets/completions/completion.zsh
96
+ ```
97
+
74
98
  Currently command-line completion for bash is much more extensive than for zsh.
75
99
 
76
100
  ## Commands
@@ -5,7 +5,7 @@ _branch_io_complete() {
5
5
  local word opts
6
6
  word="$1"
7
7
  opts="-h --help -t --trace -v --version"
8
- <%= %(opts = "$opts #{options_for_command 'setup'}") %>
8
+ <%= %(opts="$opts #{options_for_command 'setup'}") %>
9
9
 
10
10
  reply=( "${(ps: :)opts}" )
11
11
  }
@@ -1,3 +1,3 @@
1
1
  module BranchIOCLI
2
- VERSION = "0.12.8"
2
+ VERSION = "0.12.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: branch_io_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.8
4
+ version: 0.12.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Branch
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-12-31 00:00:00.000000000 Z
12
+ date: 2018-01-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: CFPropertyList