Sha256: 0e3d89551d145dbba59cf5222bf29c8f8eb7383d43809e6bc20b98e2a57387cf

Contents?: true

Size: 319 Bytes

Versions: 2

Compression:

Stored size: 319 Bytes

Contents

require 'rubygems'
require_relative './version'

module Thermite
  class Config
    def ruby_version
      "ruby#{RUBY_VERSION}"
    end
  end

  class Tasks
    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.7 lib/faster_path/thermite_initialize.rb
faster_path-0.3.6 lib/faster_path/thermite_initialize.rb