Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Sep 21, 2015
1 parent 781a984 commit 5a14dbc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
Hieracles Changelog
=======================

### 0.0.6 - 2015-09-21
- added doc on how to build the debian package

### 0.0.5 - 2015-09-21
- made rspec tests compat with 2.14, bundled with jessie

Expand Down
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -97,6 +97,21 @@ Otherwise
echo 'fpath=(~/.zsh-completions $fpath)' >> ~/.zshrc
echo 'compdef _hc hc "bundle exec hc"' >> ~/.zshrc


Debian packaging
--------------------
On a Jessie

apt-get install gem2deb ruby-coveralls ruby-all-dev ruby-rspec ruby-rspec-expectations

Then build

gem2deb -p hieracles hieracles

and install

dpkg -i hieracles_0.0.6-1_all.deb

Authors
-----------
Hieracles original code is writen by [@mose](https://github.com/mose).
Expand Down

0 comments on commit 5a14dbc

Please sign in to comment.