Sha256: 5422ec65855fff1c4c9cbb3c1b83e603bb2c911744dfdb3daa8f53c9f5ee6668

Contents?: true

Size: 488 Bytes

Versions: 1

Compression:

Stored size: 488 Bytes

Contents

# Pyre: Because there isn't a real API for Campfire.
module Pyre
  # :stopdoc:
  VERSION = '0.1.0'
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
  # :startdoc:

  # Returns the version string for the library.
  #
  def self.version
    VERSION
  end
end

require 'uri'
begin
  require 'mechanize'
rescue LoadError
  require 'rubygems'
  require 'mechanize'
end
require 'pyre/campfire'
require 'pyre/room'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pyre-0.1.0 lib/pyre.rb