Sha256: 486401f6a4446c48aea7229ccfc9430ba63308bdbd563398d85b91b0f0bfb03b

Contents?: true

Size: 786 Bytes

Versions: 7

Compression:

Stored size: 786 Bytes

Contents

# Look in the tasks/setup.rb file for the various options that can be
# configured in this Rakefile. The .rake files in the tasks directory
# are where the options are used.

begin
  require 'bones'
  Bones.setup
rescue LoadError
  load 'tasks/setup.rb'
end

ensure_in_path 'lib'
require 'flt/version'

task :default => 'spec:run'


PROJ.name = 'flt'
PROJ.description = "Floating Point Numbers"
PROJ.authors = 'Javier Goizueta'
PROJ.email = 'javier@goizueta.info'
PROJ.version = Flt::VERSION::STRING
PROJ.rubyforge.name = 'flt'
PROJ.url = "http://#{PROJ.rubyforge.name}.rubyforge.org"
PROJ.rdoc.opts = [
  "--main", "README.txt",
  '--title', 'Ruby Flt Documentation',
  "--opname", "index.html",
  "--line-numbers",
  "--inline-source"
  ]
#PROJ.test.file = 'test/all_tests.rb'

# EOF

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flt-1.3.0 Rakefile
flt-1.2.1 Rakefile
flt-1.2.0 Rakefile
flt-1.1.2 Rakefile
flt-1.1.1 Rakefile
flt-1.1.0 Rakefile
flt-1.0.0 Rakefile