capistranovelys 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8748950ff9c9d04bb793134bb78dd457767b70d0
4
- data.tar.gz: a1f4833e0f47b8bfc59aad5e4a13db344df84a73
3
+ metadata.gz: 0c5aebfb61493e6d875fb0cbb0174e10484a3669
4
+ data.tar.gz: 94c054416c9badc75bc4b59333f9b5c851c86ac4
5
5
  SHA512:
6
- metadata.gz: e8bff43daefc899c40594904a14b37dd5f0a42a4512c8bcbee65e45781dcb301ab88a57408fe4f6a9dca8ea04921ffb63b5f324790e1914153360a16ea1af6ce
7
- data.tar.gz: b0aa94df8f5becc416c2e4e246b04ba415e851a735fb372f9ea20c9a22f17b0aafbd22a68b0839489140cb102d3be2ff81613ae63ccdef8ea4ffb3107f494994
6
+ metadata.gz: f0f739c88a5b72bf2a8529c247cc8feb4c83d85435fac45442c2e660cc81d98ed184acadd01464c448e3a6741fefa8c6b51ab1c3fd340cc0c18bf3905ee3e145
7
+ data.tar.gz: f734ea56d950efd009cd49040f1b783c8de136350edccad77a11561a88f23f163342c7e0a8951276e9583796d3dbb84a682615fa0126f383c066fa87da62d8ef
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## `2.0.1`
2
+
3
+ * Fix a typo preventing the use of `use_novelys`
4
+
1
5
  ## `2.0.0`
2
6
 
3
7
  * Add missing sphinx recipes;
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.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
- use_stack(*args)
11
+ use_recipes(*args)
12
12
  end
13
13
  alias :use_novelys_and :use_novelys
14
14
  end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Novelys
3
- VERSION = '2.0.0'
3
+ VERSION = '2.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistranovelys
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Soltysiak