Release 1.2.0; thx to @vaskas
Esse commit está contido em:
@@ -1,3 +1,6 @@
|
||||
## v1.2.0
|
||||
* implement installation from package on RedHat - ([@vaskas][])
|
||||
|
||||
## v1.1.3:
|
||||
* update default version of node to 0.10.13 - and npm - v1.3.4 ([@jodosha][])
|
||||
|
||||
@@ -43,3 +46,4 @@
|
||||
[@johannesbecker]: https://github.com/johannesbecker
|
||||
[@smith]: https://github.com/smith
|
||||
[@bakins]: https://github.com/bakins
|
||||
[@vaskas]: https://github.com/vaskas
|
||||
|
||||
+4
-3
@@ -3,7 +3,7 @@ maintainer_email "marius@promethost.com"
|
||||
license "Apache 2.0"
|
||||
description "Installs/Configures nodejs"
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version "1.1.3"
|
||||
version "1.2.0"
|
||||
name "nodejs"
|
||||
provides "nodejs"
|
||||
|
||||
@@ -13,8 +13,9 @@ recipe "nodejs::install_from_binary", "Installs Node.JS from official binaries"
|
||||
recipe "nodejs::install_from_package", "Installs Node.JS from packages"
|
||||
recipe "nodejs::npm", "Installs npm from source - a package manager for node"
|
||||
|
||||
depends "build-essential"
|
||||
depends "apt"
|
||||
%w{ apt yum build-essential }.each do |c|
|
||||
depends c
|
||||
end
|
||||
|
||||
%w{ debian ubuntu centos redhat smartos }.each do |os|
|
||||
supports os
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário