Sha256: 4a61f2ff61c25c5508ba8edf27107427dfe67225b89f6228d72b6f84c41d626c
Contents?: true
Size: 1.08 KB
Versions: 8
Compression:
Stored size: 1.08 KB
Contents
# # Copyright:: Copyright (c) 2012 Opscode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # name "ruby-windows" default_version "1.9.3-p484" relative_path "ruby-#{version}-i386-mingw32" source :url => "http://dl.bintray.com/oneclick/rubyinstaller/ruby-#{version}-i386-mingw32.7z?direct", :md5 => "a0665113aaeea83f1c4bea02fcf16694" build do # Robocopy's return code is 1 if it succesfully copies over the # files and 0 if the files are already existing at the destination command "robocopy . #{install_dir}\\embedded\\ /MIR", :returns => [0, 1] end
Version data entries
8 entries across 8 versions & 1 rubygems