Sha256: cfef7fd9574e0e24157c035272782eb44ff7b438407e1e588da6e40c738f9a50

Contents?: true

Size: 207 Bytes

Versions: 68

Compression:

Stored size: 207 Bytes

Contents

# Install RubyPants.

require "rbconfig"
require "fileutils"

source = "rubypants.rb"
dest = File.join(Config::CONFIG["sitelibdir"], source)

FileUtils.install(source, dest, :mode => 0644, :verbose => true)

Version data entries

68 entries across 68 versions & 7 rubygems

Version Path
typo-5.1.1 vendor/rubypants/install.rb
typo-5.1.2 vendor/rubypants/install.rb
typo-5.1.3 vendor/rubypants/install.rb
typo-5.1.98 vendor/rubypants/install.rb
typo-5.1 vendor/rubypants/install.rb
typo-5.2 vendor/rubypants/install.rb
typo-5.2.98 vendor/rubypants/install.rb
typo-5.3 vendor/rubypants/install.rb