Sha256: 0bd93be3f9c76da55c82afcd7aba68457b3a70167a41d5bc2e519476f4213522
Contents?: true
Size: 242 Bytes
Versions: 31
Compression:
Stored size: 242 Bytes
Contents
module Hubstats class InstallGenerator < ::Rails::Generators::Base source_root File.expand_path('../', __FILE__) def octokit_initializer copy_file "octokit.example.yml", "#{Rails.root}/config/octokit.yml" end end end
Version data entries
31 entries across 31 versions & 1 rubygems