Sha256: ada51a24d3431b8ad4800f2b4f6bd2b1fc0172b2cc1dc7427ecd0982ed7d72b3
Contents?: true
Size: 1.49 KB
Versions: 4
Compression:
Stored size: 1.49 KB
Contents
module Travis SETUP = "travis:setup".freeze INSTALL = "travis:install".freeze TASKS = "travis:tasks:all".freeze GIT = "travis:git:config".freeze end module Bundle INSTALL = "bundle:install".freeze ADD = "bundle:git:add".freeze CONFIG = File.join(__dir__, "../../../.rubocop.yml") TAG = "rally-point".freeze REBUILD = "bundle:rebuild".freeze BUILD = "bundle:build".freeze ROOT = File.expand_path(File.join(__dir__, "../../..")) DIR = File.join(ROOT, "spec/fixtures") TMP = File.join(ROOT, "tmp") module Simple FILE = File.join(DIR, "simple.bundle") REPO = File.join(TMP, "simple") REBUILD = "bundle:simple:rebuild".freeze BUILD = "bundle:simple:build".freeze FLUSH = "bundle:simple:flush".freeze TEST = "bundle:simple:test".freeze TAG = Bundle::TAG end module Complex FILE = File.join(DIR, "complex.bundle") REPO = File.join(TMP, "complex") GITHUB = "https://github.com/oleander/git-fame-rb".freeze REBUILD = "bundle:complex:rebuild".freeze BUILD = "bundle:complex:build".freeze FLUSH = "bundle:complex:flush".freeze TEST = "bundle:complex:test".freeze TAG = Bundle::TAG end end module Vendor ROOT = File.expand_path(File.join(__dir__, "../../..")) DIR = File.join(ROOT, "vendor/shopify") REPO = File.join(DIR, "cli-ui") GITHUB = "https://github.com/shopify/cli-ui".freeze START = "ef976d".freeze BUILD = "vendor:shopify:build".freeze REBUILD = "vendor:shopify:rebuild".freeze TEST = "vendor:shopify:test".freeze end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rfix-1.1.0.pre.150 | lib/rfix/rake/paths.rb |
rfix-1.1.1.pre | lib/rfix/rake/paths.rb |
rfix-1.1.0.pre.149 | lib/rfix/rake/paths.rb |
rfix-1.1.0.pre.147 | lib/rfix/rake/paths.rb |