File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ ## v1.1.3:
2+ * update default version of node to 0.10.13 - and npm - v1.3.4 ([ @jodosha ] [ ] )
3+
14## v1.1.2:
25 * update default version of node to 0.10.2 - ([ @bakins ] [ ] )
36 * fully migrated to test-kitchen 1.alpha and vagrant 1.1.x/berkshelf 1.3.1
Original file line number Diff line number Diff line change 1818#
1919
2020default [ 'nodejs' ] [ 'install_method' ] = 'source'
21- default [ 'nodejs' ] [ 'version' ] = '0.10.6 '
21+ default [ 'nodejs' ] [ 'version' ] = '0.10.13 '
2222default [ 'nodejs' ] [ 'checksum' ] = '7e2079394efe82f62798178f617888c9d6a39150c76122c432ae9ea73ce28e79'
23- default [ 'nodejs' ] [ 'checksum_linux_x64' ] = 'cc7ccfce24ae0ebb0c50661ef8d98b5db07fc1cd4a222c5d1ae232260d5834ca '
24- default [ 'nodejs' ] [ 'checksum_linux_x86' ] = 'e8c75ffa508bb86b6858855d33139d63013c55b398f2258b020a84d8071b13f3 '
23+ default [ 'nodejs' ] [ 'checksum_linux_x64' ] = '83b8f07aa7981694e557a9aae7e5bc4c312d800c '
24+ default [ 'nodejs' ] [ 'checksum_linux_x86' ] = 'ec016d282d85036151dc096cd5cee6c8bd20fdd8 '
2525default [ 'nodejs' ] [ 'dir' ] = '/usr/local'
26- default [ 'nodejs' ] [ 'npm' ] = '1.2.14 '
26+ default [ 'nodejs' ] [ 'npm' ] = '1.3.4 '
2727default [ 'nodejs' ] [ 'src_url' ] = "http://nodejs.org/dist"
2828default [ 'nodejs' ] [ 'make_threads' ] = node [ 'cpu' ] ? node [ 'cpu' ] [ 'total' ] . to_i : 2
2929
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.2 "
6+ version "1.1.3 "
77name "nodejs"
88provides "nodejs"
99
You can’t perform that action at this time.
0 commit comments