diff options
| author | Zack Hobson | 2013-12-27 15:23:13 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-27 15:23:20 -0800 | 
| commit | 3f7dc80db0490574a18f86e4e72d12f53f919b39 (patch) | |
| tree | 127bdd9fc8cd2334bcecd678e29f4373118d931f | |
| parent | f33fc1222aee95cdcbbc5137589b5dc260902626 (diff) | |
| download | hcl-3f7dc80db0490574a18f86e4e72d12f53f919b39.tar.bz2 | |
doc cleanup [ci skip]
| -rw-r--r-- | README.markdown | 4 | ||||
| -rw-r--r-- | lib/hcl/version.rb | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/README.markdown b/README.markdown index d6fe847..beeea2e 100644 --- a/README.markdown +++ b/README.markdown @@ -137,7 +137,7 @@ Adding something like the above to your bashrc will enable a new command,  `myhcl`. When using `myhcl` you can use different credentials and aliases,  while `hcl` will continue to function with your original configuration. -### Interactive console +### Interactive Console  An interactive Ruby console is provided to allow you to use the fairly  powerful Harvest API client built into HCl, since not all of its @@ -154,7 +154,7 @@ pretty-printed:      hcl> hcl.http.get('daily')      # => displays a pretty-printed version of the JSON output -Note that the the HCl internals may change without notice. +Note that the HCl internals may change without notice.  Also, commands (like `alias`) that are also reserved words in Ruby  can't be issued directly (use `send :alias` instead). diff --git a/lib/hcl/version.rb b/lib/hcl/version.rb index 4871b26..b163266 100644 --- a/lib/hcl/version.rb +++ b/lib/hcl/version.rb @@ -1,3 +1,3 @@  module HCl -  VERSION = '0.4.9' +  VERSION = '0.4.10'  end | 
