Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #29 from rapid7/update-rakefile-to-recommend-nodejs
Browse files Browse the repository at this point in the history
Update rakefile to recommend nodejs
  • Loading branch information
dgreene-r7 committed Apr 12, 2017
2 parents 7ad8bb1 + 212ff76 commit 1e60308
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
aws-sdk-resources (2.6.28)
aws-sdk-core (= 2.6.28)
aws-sigv4 (1.0.0)
backports (3.6.8)
backports (3.7.0)
berkshelf (4.3.5)
addressable (~> 2.3, >= 2.3.4)
berkshelf-api-client (~> 2.0, >= 2.0.2)
Expand Down Expand Up @@ -94,7 +94,7 @@ GEM
mixlib-log (~> 1.3)
rack (< 2)
uuidtools (~> 2.1)
childprocess (0.5.9)
childprocess (0.6.3)
ffi (~> 1.0, >= 1.0.11)
clamp (1.0.1)
cleanroom (1.0.0)
Expand All @@ -103,17 +103,17 @@ GEM
dep-selector-libgecode (~> 1.0)
ffi (~> 1.9)
diff-lcs (1.2.5)
dotenv (2.1.1)
dotenv (2.2.0)
erubis (2.7.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.10.1)
faraday (>= 0.7.4, < 1.0)
ffi (1.9.14)
ffi (1.9.18)
ffi-yajl (2.3.0)
libyajl2 (~> 1.2)
fpm (1.7.0)
archive-tar-minitar
fpm (1.8.1)
archive-tar-minitar (= 0.5.2)
arr-pm (~> 0.0.10)
backports (>= 2.6.2)
cabin (>= 0.6.0)
Expand All @@ -132,7 +132,7 @@ GEM
io-like (0.3.0)
ipaddress (0.8.3)
jmespath (1.3.1)
json (1.8.3)
json (1.8.6)
libyajl2 (1.2.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
plist (~> 3.1)
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
pleaserun (0.0.27)
pleaserun (0.0.28)
cabin (> 0)
clamp
dotenv
Expand Down Expand Up @@ -269,4 +269,4 @@ DEPENDENCIES
rake (~> 10.5)

BUNDLED WITH
1.12.5
1.13.6
6 changes: 4 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,12 @@ task :deb => [:chdir_pkg, :source] do
'exec',
'fpm',
'--deb-no-default-config-files',
"--depends \"nodejs >= #{target_version}\"",
"--depends \"nodejs << #{max_version}\"",
"--deb-recommends \"nodejs >= #{target_version}\"",
"--deb-recommends \"nodejs << #{max_version}\"",
"--license \"#{license}\"",
"--url \"#{homepage}\"",
'--vendor Rapid7',
'--maintainer Rapid7',
"--description \"#{description}\"",
'-s dir',
'-t deb',
Expand Down

0 comments on commit 1e60308

Please sign in to comment.