Sha256: f363d83ba49141a9aa04c66000456ef4bfe1a535a2097b081d2e768ea86adf5d
Contents?: true
Size: 358 Bytes
Versions: 1
Compression:
Stored size: 358 Bytes
Contents
require 'rubygems' require 'rake/tasklib' require_relative './version' module Thermite class Config def ruby_version "ruby#{RUBY_VERSION}" end end class Tasks < Rake::TaskLib def github_download_uri(_tag, version) "#{github_uri}/releases/download/v#{FasterPath::VERSION}/#{config.tarball_filename(version)}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
faster_path-0.3.8 | lib/faster_path/thermite_initialize.rb |