update version and readme
This commit is contained in:
parent
34a7e04ed4
commit
6c35253266
|
@ -42,10 +42,19 @@ no_deployment do
|
||||||
env :remote do
|
env :remote do
|
||||||
gems dev_gems, :git => 'git://github.com/johnbintz/%s.git'
|
gems dev_gems, :git => 'git://github.com/johnbintz/%s.git'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
os :darwin do
|
||||||
|
gem 'rb-fsevent'
|
||||||
|
end
|
||||||
|
|
||||||
|
os :linux do
|
||||||
|
gems 'rb-inotify', 'ffi'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Use `script/gemfile local` to get at the local ones, and `script/gemfile remote` to get at the remote ones.
|
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`.
|
It then runs `bundle install`.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Penchant
|
module Penchant
|
||||||
VERSION = "0.2.1"
|
VERSION = "0.2.2"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue