File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## v1.2.0
2+ * implement installation from package on RedHat - ([ @vaskas ] [ ] )
3+
14## v1.1.3:
25 * update default version of node to 0.10.13 - and npm - v1.3.4 ([ @jodosha ] [ ] )
36
4346[ @johannesbecker ] : https://github.com/johannesbecker
4447[ @smith ] : https://github.com/smith
4548[ @bakins ] : https://github.com/bakins
49+ [ @vaskas ] : https://github.com/vaskas
Original file line number Diff line number Diff line change 33license "Apache 2.0"
44description "Installs/Configures nodejs"
55long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
6- version "1.1.3 "
6+ version "1.2.0 "
77name "nodejs"
88provides "nodejs"
99
1313recipe "nodejs::install_from_package" , "Installs Node.JS from packages"
1414recipe "nodejs::npm" , "Installs npm from source - a package manager for node"
1515
16- depends "build-essential"
17- depends "apt"
16+ %w{ apt yum build-essential } . each do |c |
17+ depends c
18+ end
1819
1920%w{ debian ubuntu centos redhat smartos } . each do |os |
2021 supports os
You can’t perform that action at this time.
0 commit comments