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