capistranovelys 2.0.0 → 2.0.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/capistrano/novelys/core_extensions.rb +1 -1
- data/lib/capistrano/novelys/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c5aebfb61493e6d875fb0cbb0174e10484a3669
|
4
|
+
data.tar.gz: 94c054416c9badc75bc4b59333f9b5c851c86ac4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0f739c88a5b72bf2a8529c247cc8feb4c83d85435fac45442c2e660cc81d98ed184acadd01464c448e3a6741fefa8c6b51ab1c3fd340cc0c18bf3905ee3e145
|
7
|
+
data.tar.gz: f734ea56d950efd009cd49040f1b783c8de136350edccad77a11561a88f23f163342c7e0a8951276e9583796d3dbb84a682615fa0126f383c066fa87da62d8ef
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -8,7 +8,7 @@ This gem includes every recipe/task that is in use in more than one project at N
|
|
8
8
|
meaning you can remove `capistrano` and `capistrano-ext` from your Gemfile, and replace it with :
|
9
9
|
|
10
10
|
```ruby
|
11
|
-
gem "capistranovelys", '~> 2.0.
|
11
|
+
gem "capistranovelys", '~> 2.0.1'
|
12
12
|
```
|
13
13
|
|
14
14
|
## Usage
|
@@ -8,7 +8,7 @@ module Capistrano
|
|
8
8
|
# Sugar for loading common recipes (+ supplied is present)
|
9
9
|
def use_novelys(*args)
|
10
10
|
args = ([:airbrake, :logs, :production_chain, :rbenv, :remote_commands, :novelys, :stages] + args).uniq
|
11
|
-
|
11
|
+
use_recipes(*args)
|
12
12
|
end
|
13
13
|
alias :use_novelys_and :use_novelys
|
14
14
|
end
|