capistrano-grove 2.0.0pre → 2.0.0pre1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- 2013-04-XX => v2.0.0pre
1
+ 2013-04-03 => v2.0.0pre
2
2
 
3
3
  * complete rewrite to be a true Capistrano extension
4
4
  * now built on Capnotify
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 'capistrano-grove'
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
 
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Grove
3
- VERSION = "2.0.0pre"
3
+ VERSION = "2.0.0pre1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-grove
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0pre
4
+ version: 2.0.0pre1
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors: