module GitPunch

Represents your current project and basically figures out its type.

Constants

VERSION

Public Class Methods

file_server() click to toggle source
# File lib/git_punch.rb, line 23
def self.file_server
  @config ||= {
    host: 'office1.curotecserver.com',
    user: 'notepunch'
  }
end
gemspec() click to toggle source
# File lib/git_punch.rb, line 19
def self.gemspec
  Gem::Specification.find_by_name 'git-punch'
end
template_path() click to toggle source
# File lib/git_punch.rb, line 15
def self.template_path
  "#{gemspec.full_gem_path}/lib/templates"
end