update version and readme

This commit is contained in:
John Bintz 2012-06-06 11:25:15 -04:00
parent 34a7e04ed4
commit 6c35253266
2 changed files with 10 additions and 1 deletions

View File

@ -42,10 +42,19 @@ no_deployment do
env :remote do
gems dev_gems, :git => 'git://github.com/johnbintz/%s.git'
end
os :darwin do
gem 'rb-fsevent'
end
os :linux do
gems 'rb-inotify', 'ffi'
end
end
end
```
Use `script/gemfile local` to get at the local ones, and `script/gemfile remote` to get at the remote ones.
It then runs `bundle install`.

View File

@ -1,3 +1,3 @@
module Penchant
VERSION = "0.2.1"
VERSION = "0.2.2"
end