Skip to content

Commit 972a84e

Browse files
committed
Release 1.2.0; thx to @vaskas
1 parent a2c9171 commit 972a84e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

@@ -43,3 +46,4 @@
4346
[@johannesbecker]: https://github.com/johannesbecker
4447
[@smith]: https://github.com/smith
4548
[@bakins]: https://github.com/bakins
49+
[@vaskas]: https://github.com/vaskas

metadata.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
license "Apache 2.0"
44
description "Installs/Configures nodejs"
55
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6-
version "1.1.3"
6+
version "1.2.0"
77
name "nodejs"
88
provides "nodejs"
99

@@ -13,8 +13,9 @@
1313
recipe "nodejs::install_from_package", "Installs Node.JS from packages"
1414
recipe "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

0 commit comments

Comments
 (0)