capones_recipes 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,9 @@ require 'capistrano'
2
2
  require 'capistrano/cli'
3
3
  require 'capistrano_colors'
4
4
 
5
+ # Multistaging
6
+ require 'capistrano/ext/multistage'
7
+
5
8
  # Passenger
6
9
  require 'cap_recipes/tasks/passenger'
7
10
 
@@ -1,3 +1,3 @@
1
1
  module CaponesRecipes
2
- VERSION = "1.6.0"
2
+ VERSION = "1.7.0"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capones_recipes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 6
8
+ - 7
9
9
  - 0
10
- version: 1.6.0
10
+ version: 1.7.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek (CyT)