Module: Stickler

Defined in:
lib/stickler/paths.rb,
lib/stickler.rb,
lib/stickler/error.rb,
lib/stickler/client.rb,
lib/stickler/server.rb,
lib/stickler/logable.rb,
lib/stickler/version.rb,
lib/stickler/spec_lite.rb,
lib/stickler/middleware.rb,
lib/stickler/repository.rb,
lib/stickler/client/list.rb,
lib/stickler/client/push.rb,
lib/stickler/client/yank.rb,
lib/stickler/client/config.rb,
lib/stickler/client/mirror.rb,
lib/stickler/client/config_file.rb

Overview

– Copyright © 2008 Jeremy Hinegardner All rights reserved. Licensed under the same terms as Ruby. No warranty is provided. See LICENSE and COPYING for details. ++

Defined Under Namespace

Modules: Logable, Middleware, Paths, Repository, Version Classes: Client, Error, Logging, Server, SpecLite

Constant Summary collapse

VERSION =

Version string constant

Version.to_s

Class Method Summary collapse

Class Method Details

.app_nameObject



4
5
6
# File 'lib/stickler/logable.rb', line 4

def self.app_name
  @app_name || "stickler"
end

.app_name=(name) ⇒ Object



8
9
10
# File 'lib/stickler/logable.rb', line 8

def self.app_name=( name )
  @app_name = name
end