Sha256: 859b5dcc2508a2456ff8ae2f0fa6ff6435268c9dee07e13a168d1c3f6f1e07aa
Contents?: true
Size: 346 Bytes
Versions: 47
Compression:
Stored size: 346 Bytes
Contents
module Hubstats class InstallGenerator < ::Rails::Generators::Base # Copies the octokit.example.yml when 'rails generate hubstats:install' is run on the command line 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
47 entries across 47 versions & 1 rubygems