Sha256: 0eac7cfcd95da3f57f9843471812f06caadb166113d9e0fe5f8fc76bc0c83b27
Contents?: true
Size: 392 Bytes
Versions: 5
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true require_relative "../../lib/plutonium_generators" module Pu module Gem class StandardGenerator < Rails::Generators::Base include PlutoniumGenerators::Generator desc "Set up standardrb" def start bundle "standard", version: ">= 1.35.1" rescue => e exception "#{self.class} failed:", e end end end end
Version data entries
5 entries across 5 versions & 1 rubygems