doing 1.0.55 → 1.0.56

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -4
  3. data/bin/doing +1 -1
  4. data/lib/doing/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01becc9c5c9439e6c529fb4cc55cdd4487ed1d620f3bf110bee361205a8fa0fb
4
- data.tar.gz: 98cf7dd0cf85aedaa9ee269420db1550d9cbfe784ba84685e27c60e7c16193c1
3
+ metadata.gz: 7a0efeeb7339da1578053099b2638ff6ca1e6319520a24b536381ca40a33e330
4
+ data.tar.gz: e6507789ad1e43fce7e1627075fb4fc578f0a6c0630907ef78b469b05c09fc4d
5
5
  SHA512:
6
- metadata.gz: 98cfd2b536bccbc584556e00fc4757598f5043acadbec75d5d047428c88830da024e6d48c2672d571cc7028a373782cc6947ac61e9dc2362065e86732deafc63
7
- data.tar.gz: 4306e5526d3ba9049006b7ded95cd84dc7168a282f6da177753b5ca6c77b1716f9d4551c6142edf9166b5d37833ad225c864faec80a1c27ecb4979f16c78e928
6
+ metadata.gz: 9914f2d9be6d9fbba69eaf67c316252186c712816e48cfb45acd7e278556f1e7769047b984a6e08fe8af36156d7bddb247f476685dcdbd3a375c28d4a0780172
7
+ data.tar.gz: 53a81b430e70ceebf7f1d284d97a4579d0e29eea714a11380b1fa0dd526c98c2e94b9fef3edbc047e7f65b4df1c631d803840191d961738d2ed78e132ec72ba5
data/README.md CHANGED
@@ -15,7 +15,6 @@ _If you're one of the rare people like me who find this useful, feel free to [bu
15
15
  - [Troubleshooting](#troubleshooting)
16
16
  - [Changelog](#changelog)
17
17
 
18
- <!-- end toc -->
19
18
  <!--README-->
20
19
 
21
20
  ## What and why
@@ -30,7 +29,7 @@ _Side note:_ I actually use the library behind this utility as part of another s
30
29
 
31
30
  ## Installation
32
31
 
33
- The current version of `doing` is <!--VER-->1.0.54<!--END VER-->.
32
+ The current version of `doing` is <!--VER-->1.0.55<!--END VER-->.
34
33
 
35
34
  $ [sudo] gem install doing
36
35
 
@@ -151,8 +150,6 @@ In the case of the `doing now -e` command, your `$EDITOR` environment variable w
151
150
 
152
151
  The only requirements are that your editor be launchable from the command line and able to "wait." In the case of Sublime Text and TextMate, just use `-w` like this: `export EDITOR="subl -w"`.
153
152
 
154
- You can set a
155
-
156
153
  ### Templates
157
154
 
158
155
  The config also contains templates for various command outputs. Include placeholders by placing a % before the keyword. The available tokens are:
data/bin/doing CHANGED
@@ -1364,7 +1364,7 @@ command :undo do |c|
1364
1364
  end
1365
1365
 
1366
1366
  pre do |global, _command, _options, _args|
1367
- if global[:config_file]
1367
+ if global[:config_file] && global[:config_file] != wwid.config_file
1368
1368
  wwid.config_file = global[:config_file]
1369
1369
  wwid.configure({ ignore_local: true })
1370
1370
  # wwid.results.push("Override config file #{wwid.config_file}")
data/lib/doing/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Doing
2
- VERSION = '1.0.55'
2
+ VERSION = '1.0.56'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.55
4
+ version: 1.0.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra