Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
[windows] pin systemu, drop pleaserun, ruby 2.0.0-p481, updated devkit
Browse files Browse the repository at this point in the history
url, create ssl cert dir
  • Loading branch information
portertech committed Sep 16, 2014
1 parent 3654f18 commit 85cdb30
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 34 deletions.
5 changes: 2 additions & 3 deletions Gemfile
@@ -1,6 +1,5 @@
source 'https://rubygems.org'

gem 'systemu', '2.5.2'
gem 'ohai', '6.22.0'
gem 'pleaserun', '0.0.7'
gem 'systemu', '2.2.0'
gem 'ohai', '6.18.0'
gem 'bunchr', '0.1.5'
32 changes: 5 additions & 27 deletions Gemfile.lock
Expand Up @@ -3,8 +3,6 @@ GEM
specs:
arr-pm (0.0.9)
cabin (> 0)
atomic (1.1.16)
avl_tree (1.1.3)
backports (2.6.2)
bunchr (0.1.5)
fpm (= 0.4.26)
Expand All @@ -14,54 +12,34 @@ GEM
cabin (0.4.4)
json
clamp (0.3.1)
ffi (1.9.3)
fpm (0.4.26)
arr-pm (~> 0.0.7)
backports (= 2.6.2)
cabin (~> 0.4.3)
clamp (= 0.3.1)
json (= 1.6.6)
hitimes (1.2.1)
insist (1.0.0)
ipaddress (0.8.0)
json (1.6.6)
metriks (0.9.9.6)
atomic (~> 1.0)
avl_tree (~> 1.1.2)
hitimes (~> 1.1)
mixlib-cli (1.5.0)
mixlib-config (2.1.0)
mixlib-log (1.6.0)
mixlib-shellout (1.4.0)
mustache (0.99.5)
ohai (6.22.0)
ohai (6.18.0)
ipaddress
mixlib-cli
mixlib-config
mixlib-log
mixlib-shellout
systemu (~> 2.5.2)
systemu
yajl-ruby
pleaserun (0.0.7)
cabin (> 0)
cabin
clamp
insist
mustache
ohai (~> 6.20)
stud
rake (10.3.2)
stud (0.0.17)
ffi
metriks
systemu (2.5.2)
systemu (2.2.0)
yajl-ruby (1.2.1)

PLATFORMS
ruby

DEPENDENCIES
bunchr (= 0.1.5)
ohai (= 6.22.0)
pleaserun (= 0.0.7)
systemu (= 2.5.2)
ohai (= 6.18.0)
systemu (= 2.2.0)
4 changes: 2 additions & 2 deletions Rakefile
@@ -1,5 +1,5 @@
gem 'systemu', '2.5.2'
gem 'ohai', '6.22.0'
gem 'systemu', '2.2.0'
gem 'ohai', '6.18.0'
gem 'bunchr', '0.1.5'

require 'bunchr'
Expand Down
2 changes: 1 addition & 1 deletion recipes/ruby_windows.rake
@@ -1,6 +1,6 @@
Bunchr::Software.new do |t|
t.name = 'ruby_windows'
t.version = '2.0.0-p353'
t.version = '2.0.0-p481'

windows_ruby_build = "ruby-#{t.version}-i386-mingw32"

Expand Down
3 changes: 2 additions & 1 deletion recipes/ruby_windows_devkit.rake
Expand Up @@ -8,7 +8,7 @@ Bunchr::Software.new do |t|

devkit_exe = "DevKit-mingw64-32-#{t.version}-sfx.exe"

t.download_commands << "wget -P #{t.work_dir} http://rubyforge.org/frs/download.php/76805/#{devkit_exe}"
t.download_commands << "wget -P #{t.work_dir} http://cdn.rubyinstaller.org/archives/devkits/#{devkit_exe}"

install_prefix = "#{Bunchr.install_dir}\\embedded"

Expand All @@ -17,6 +17,7 @@ Bunchr::Software.new do |t|

t.install_commands << "cd #{install_prefix} && #{install_prefix}\\bin\\ruby dk.rb install"

t.install_commands << "mkdir #{install_prefix}\\ssl"
t.install_commands << "cp -f #{assets_dir}\\cacert.pem #{install_prefix}\\ssl\\cert.pem"

CLEAN << install_prefix
Expand Down

0 comments on commit 85cdb30

Please sign in to comment.