Sha256: f39a25a3e0f44be50b3617d955b14c11a6299584f415d1605918c46402cf3cb2

Contents?: true

Size: 463 Bytes

Versions: 30

Compression:

Stored size: 463 Bytes

Contents

# frozen_string_literal: true

require "<%= gem_name %>/autoloader"
<%= gem_class_name %>::Autoloader.setup

require "json"

module <%= gem_class_name %>
  class Error < StandardError; end
end

Terraspace::Cloud::Ci.register(
  name: "<%= name %>",
  env_key: "<%= name.upcase %>", # IMPORTANT: Env var used for CI detection. Probably have to change.
  root: __dir__,
  # exe: "bin", # terraspace new ci NAME generator will make files in this folder executable
)

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
terraspace-2.2.17 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.16 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.15 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.14 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.13 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.12 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.11 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.10 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.9 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.8 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.7 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.6 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.5 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.4 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.3 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.2 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.1 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.2.0 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.1.7 lib/templates/plugin/ci/lib/%gem_name%.rb.tt
terraspace-2.1.6 lib/templates/plugin/ci/lib/%gem_name%.rb.tt