Sha256: 8499737440a9568b761d6cb3e1fe3b48ad9b3290dc950cd3f170f7e9aa626ccb

Contents?: true

Size: 464 Bytes

Versions: 23

Compression:

Stored size: 464 Bytes

Contents

require 'pathname'
NAME = 'amqp-spec'
BASE_PATH = Pathname.new(__FILE__).dirname
LIB_PATH =  BASE_PATH + 'lib'
PKG_PATH =  BASE_PATH + 'pkg'
DOC_PATH =  BASE_PATH + 'rdoc'

$LOAD_PATH.unshift LIB_PATH.to_s
require 'version'

CLASS_NAME = AMQP::Spec
VERSION = CLASS_NAME::VERSION

begin
  require 'rake'
rescue LoadError
  require 'rubygems'
  gem 'rake', '~> 0.8.3.1'
  require 'rake'
end

# Load rakefile tasks
Dir['tasks/*.rake'].sort.each { |file| load file }

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
amqp-spec-0.3.8 Rakefile
amqp-spec-0.3.7 Rakefile
amqp-spec-0.3.6 Rakefile
amqp-spec-0.3.5 Rakefile
amqp-spec-0.3.4 Rakefile
amqp-spec-0.3.3 Rakefile
amqp-spec-0.3.2 Rakefile
amqp-spec-0.3.1 Rakefile
amqp-spec-0.3.0 Rakefile
amqp-spec-0.2.7 Rakefile
amqp-spec-0.2.6 Rakefile
amqp-spec-0.2.5 Rakefile
amqp-spec-0.2.4 Rakefile
amqp-spec-0.2.3 Rakefile
amqp-spec-0.2.1 Rakefile
amqp-spec-0.2.0 Rakefile
amqp-spec-0.1.13 Rakefile
amqp-spec-0.1.12 Rakefile
amqp-spec-0.1.11 Rakefile
amqp-spec-0.1.10 Rakefile