Sha256: fd9e23037eb069e6136999423d4c7d147976fc6b6febba8efb56964b317fae6f

Contents?: true

Size: 923 Bytes

Versions: 1

Compression:

Stored size: 923 Bytes

Contents

# This code is free software; you can redistribute it and/or modify it under
# the terms of the new BSD License.
#
# Copyright (c) 2009-2010, Sebastian Staudt

libdir = File.dirname(__FILE__)
$:.unshift(libdir) unless $:.include?(libdir)

require 'core_ext/object'
require 'core_ext/string'
require 'rubikon/application/base'

# Rubikon is a simple to use, yet powerful Ruby framework for building
# console-based applications. Rubikon aims to provide an easy to write and easy
# to read domain-specific language (DSL) to speed up development of
# command-line applications. With Rubikon it's a breeze to implement
# applications with only few options as well as more complex programs like
# RubyGems, Homebrew or even Git.
#
# This is the namespace module for all Rubikon related code.
#
# @author Sebastian Staudt
# @since 0.1.0
module Rubikon

  # This is the current version of the Rubikon gem
  VERSION = '0.5.1'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubikon-0.5.1 lib/rubikon.rb