capistrano-nvm 0.0.6 → 0.0.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9ca7c12ee984d2ff87c0b9d10bd343a307a9232
4
- data.tar.gz: bb6df9ab966137eff3cf3e1e85fda78f7fba5063
3
+ metadata.gz: 6772ef30e29ea896b557346af025463a9524173e
4
+ data.tar.gz: 37133225b3d3b4b3f2ffc15d41da2b4d1c1e67a1
5
5
  SHA512:
6
- metadata.gz: e60ec35e590fd2a6151a7743c77204680fe87775fc4995d6d5132359f7277ee04084535e5d41c5af992ceba3168fdef0fc1e97c4446a4777daaae57fb2b4d44c
7
- data.tar.gz: 0d307fd3aa1d067a70981fc6cd396c3856dd4b5f04584e82016ee57d8c31ce1ec2ff84a6d13bc5187453da20862a7862b6b4d6ae17177d19249ed07404eea7bc
6
+ metadata.gz: b8ebcf20f53bd15d4632310453631ba23e0c267325067a50a921030baf3a140ce55a4faebabbf79c7bce322e3a4549bc58c8cf4ed672e2ed94dc6570e940262a
7
+ data.tar.gz: a0a67b57236ab9fdca439e902b19dddf46a229010557491518b803dc08e66495be3050dbb22e5b39fbbc93d67414bf3b78c0ed0abc85e2ac0cbb2e18c05577bf
@@ -0,0 +1 @@
1
+ /Gemfile.lock
data/README.md CHANGED
@@ -28,7 +28,7 @@ Configurable options:
28
28
  ```ruby
29
29
  set :nvm_type, :user # or :system, depends on your nvm setup
30
30
  set :nvm_node, 'v0.10.21'
31
- set :nvm_map_bins, %w{node npm}
31
+ set :nvm_map_bins, %w{node npm yarn}
32
32
  ```
33
33
 
34
34
  If your nvm is located in some custom path, you can use `nvm_custom_path` to set it.
@@ -1,3 +1,3 @@
1
1
  module CapistranoNvm
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
@@ -1 +1 @@
1
- load File.expand_path("../tasks/nvm.cap", __FILE__)
1
+ load File.expand_path("../tasks/nvm.rake", __FILE__)
@@ -53,6 +53,6 @@ namespace :load do
53
53
 
54
54
  set :nvm_roles, fetch(:nvm_roles, :all)
55
55
  set :nvm_node_path, -> { ["#{fetch(:nvm_path)}/#{fetch(:nvm_node)}", "#{fetch(:nvm_path)}/versions/node/#{fetch(:nvm_node)}"] }
56
- set :nvm_map_bins, %w{node npm}
56
+ set :nvm_map_bins, %w{node npm yarn}
57
57
  end
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-nvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koen Punt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-25 00:00:00.000000000 Z
11
+ date: 2017-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -59,6 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - ".gitignore"
62
63
  - Gemfile
63
64
  - README.md
64
65
  - Rakefile
@@ -66,7 +67,7 @@ files:
66
67
  - lib/capistrano-nvm.rb
67
68
  - lib/capistrano-nvm/version.rb
68
69
  - lib/capistrano/nvm.rb
69
- - lib/capistrano/tasks/nvm.cap
70
+ - lib/capistrano/tasks/nvm.rake
70
71
  homepage: https://github.com/koenpunt/capistrano-nvm
71
72
  licenses:
72
73
  - MIT
@@ -87,9 +88,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
88
  version: '0'
88
89
  requirements: []
89
90
  rubyforge_project:
90
- rubygems_version: 2.4.5
91
+ rubygems_version: 2.6.8
91
92
  signing_key:
92
93
  specification_version: 4
93
94
  summary: nvm support for Capistrano 3.x
94
95
  test_files: []
95
- has_rdoc: