Sha256: 0a7daa32674aa9a867853cd34095dd1710fcdcb81980e5ac94f6d79533f9ab21

Contents?: true

Size: 343 Bytes

Versions: 8

Compression:

Stored size: 343 Bytes

Contents

$:.unshift(File.join(File.dirname(__FILE__), 'lib'))

require 'bindata'
require 'rake/clean'

CURRENT_VERSION = BinData::VERSION

PKG_FILES = FileList[
  "[A-Z]*",
  "examples/**/*",
  "{spec,lib}/**/*.rb",
  "tasks/**/*.rake",
  "setup.rb",
  "manual.haml",
  "manual.md"
]

task :default => :spec

Dir['tasks/**/*.rake'].each { |t| load t }

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bindata-1.5.0 Rakefile
bindata-1.4.5 Rakefile
bindata-1.4.4 Rakefile
bindata-1.4.3 Rakefile
bindata-1.4.2 Rakefile
bindata-1.4.1 Rakefile
bindata-1.4.0 Rakefile
bindata-1.3.1 Rakefile