capistrano-grove 2.0.0pre → 2.0.0pre1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +1 -1
- data/README.md +2 -2
- data/lib/capistrano-grove/version.rb +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
data/README.md
CHANGED
@@ -11,7 +11,7 @@ Alert them to maintenance page changes, migrations and deployment events by usin
|
|
11
11
|
|
12
12
|
Add this line to your application's Gemfile:
|
13
13
|
|
14
|
-
gem
|
14
|
+
gem "capistrano-grove", "~> 2.0.0pre1"
|
15
15
|
|
16
16
|
And then execute:
|
17
17
|
|
@@ -19,7 +19,7 @@ And then execute:
|
|
19
19
|
|
20
20
|
Or install it yourself as:
|
21
21
|
|
22
|
-
$ gem install capistrano-grove
|
22
|
+
$ gem install capistrano-grove --pre
|
23
23
|
|
24
24
|
In your `Capfile`, add:
|
25
25
|
|