negroku 2.5.0 → 2.5.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: 5dcb77d7922f3f0294a836a8995476b009898fa2
4
- data.tar.gz: 2162463bb26561d51e152dc47f90ae58fe5b6ca8
3
+ metadata.gz: 6dc5dd63e8d9925a128b800cfe17a86d5c5d006b
4
+ data.tar.gz: 9f14187bce74d00feaf4a08539eb4fcb0b3291a5
5
5
  SHA512:
6
- metadata.gz: f158341dcc67274203b30f9f749f8fc4bb82b2763171772a4afc2b5fbfd217d6b584ce8c0b851b61145a2dd8234a9b681cb0dbf9f6a28dba79167cf7baaf9523
7
- data.tar.gz: 9fd78397e37a89241b39619b3037a8415de29848fc4485524853dc1ed4dad1cd6a3f628029d8971be947d63a1cfeb51d50bec575dab2bdfbe586bbf386520d8a
6
+ metadata.gz: 76609f1f056cc6ea9963907a99ec65f8867ea37dd549bcd312edf06eb3dad825aa3e54993e59075c391885a613ee17e44816704476540576c15b13bc6fdf5602
7
+ data.tar.gz: 2427d7c4dcef375ebaf3549274e8622ad8a609f1914d71a61f41f7f70def2f51183f669cbb76a4c4de104395924ad2ae9f0977120ce501fb630821846ca7c4a0
@@ -15,6 +15,7 @@ module Negroku::Modes
15
15
  ask_features
16
16
 
17
17
  custom_capify data
18
+ install_binstubs
18
19
 
19
20
  end
20
21
 
@@ -37,6 +38,10 @@ module Negroku::Modes
37
38
 
38
39
  end
39
40
 
41
+ def install_binstubs
42
+ `bundle binstub capistrano negroku`
43
+ end
44
+
40
45
  # This code was exatracted from capistrano to be used with our own templates
41
46
  # https://github.com/capistrano/capistrano/blob/68e7632c5f16823a09c324d556a208e096abee62/lib/capistrano/tasks/install.rake
42
47
  def custom_capify(data={}, config=nil)
@@ -1,3 +1,3 @@
1
1
  module Negroku
2
- VERSION = '2.5.0'
2
+ VERSION = '2.5.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: negroku
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Ignacio Donoso