hcl 0.4.12 → 0.4.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45c0652b8ee6e90814a451dc2287a45422998828
4
- data.tar.gz: 73b419a165dc6e8c2d1b75a8a7bd31eb639bec8d
3
+ metadata.gz: dac750ac8f6af6e470f7049ca6dda180109ff019
4
+ data.tar.gz: 4d8140eb7d896ceb5e1f04cb6922f26f96a7f004
5
5
  SHA512:
6
- metadata.gz: 5b505221e5543a832b272b175223cc5b22ca94aa60be13e0e44b60714efa3aed4ad326d7cbdb15a302de86899f296114d10e95793d347dff8e0362aa2908804b
7
- data.tar.gz: d1f59e6eb45c915a2f2f9ed9d2d0fe666ad9472fe9c4f61c478bd990ad259e922a7c588314fb23191a651ce943c33c1c27cd332854ff0063b7e8f959d7356cb5
6
+ metadata.gz: 96ed711b5b025eb2759307182391d7c81043d57c73f9d297028aa1021645056c2fd2a05a273451fddc4c2d80af0ade997d9ffc494662b8d6ba2e59bce32456cd
7
+ data.tar.gz: 3b14f61314d0e3944ae4370485778f85a2e866f0c9c3eea155eaae340f79670c9ac299ee13be4737623dfb723aaee148ca38d82179a25e5fbb999ed2f9a40e47
@@ -1,5 +1,9 @@
1
1
  # Recent Changes in HCl
2
2
 
3
+ ## v0.4.13 2014-02-04
4
+
5
+ * oops, fixed a syntax error that was accidentally committed before release!
6
+
3
7
  ## v0.4.12 2014-02-04
4
8
 
5
9
  * fixed crash when caching tasks for the first time, closes #56
@@ -94,7 +94,7 @@ module HCl
94
94
  command ||= $PROGRAM_NAME.split('/').last
95
95
  $stderr.puts \
96
96
  "The hcl completion command is deprecated (and slow!), instead use something like:",
97
- "> complete -W "`cat #{HCl::App::ALIAS_LIST}`" #{command}"
97
+ "> complete -W \"`cat #{HCl::App::ALIAS_LIST}`\" #{command}"
98
98
  %[complete -W "#{aliases.join ' '}" #{command}]
99
99
  end
100
100
 
@@ -1,3 +1,3 @@
1
1
  module HCl
2
- VERSION = '0.4.12'
2
+ VERSION = '0.4.13'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hcl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.12
4
+ version: 0.4.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zack Hobson