Sha256: 59601736a8add23bd17426f19204237904ba426d48f4449df13ce7e2e9e2dd22
Contents?: true
Size: 837 Bytes
Versions: 4
Compression:
Stored size: 837 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 'decimal' require 'decimal/version' task :default => 'spec:run' PROJ.name = 'ruby-decimal' PROJ.description = "Ruby Decimal Type" PROJ.authors = 'Javier Goizueta' PROJ.email = 'javier@goizueta.info' PROJ.version = DecimalSupport::VERSION::STRING PROJ.rubyforge.name = 'ruby-decimal' PROJ.url = "http://#{PROJ.rubyforge.name}.rubyforge.org" PROJ.rdoc.opts = [ "--main", "README.txt", '--title', 'Ruby Decimal Documentation', "--opname", "index.html", "--line-numbers", "--inline-source" ] #PROJ.test.file = 'test/all_tests.rb' # EOF
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ruby-decimal-0.1.0 | Rakefile |
ruby-decimal-0.2.0 | Rakefile |
ruby-decimal-0.2.1 | Rakefile |
ruby-decimal-0.2.2 | Rakefile |