Release 1.2.0; thx to @vaskas

Esse commit está contido em:
Marius Ducea
2013-08-13 15:08:18 -07:00
commit 972a84e68f
2 arquivos alterados com 8 adições e 3 exclusões
+4
Ver Arquivo
@@ -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
Ver Arquivo
@@ -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