Sha256: 35478b07d2846c89bef88881cf0bad95d7bfb3b831840012e539439537fd7af6
Contents?: true
Size: 319 Bytes
Versions: 3
Compression:
Stored size: 319 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", ] task :default => :spec Dir['tasks/**/*.rake'].each { |t| load t }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bindata-1.2.0 | Rakefile |
bindata-1.1.0 | Rakefile |
bindata-1.0.0 | Rakefile |