Sha256: 4ae48ae7cdcff635118c4a85e37136e1fb03c33e6b61592ddc8b05eb96a10b88

Contents?: true

Size: 1.24 KB

Versions: 114

Compression:

Stored size: 1.24 KB

Contents

= Rake 0.7.3 Released

Rake version 0.7.3 is a minor release that includes some refactoring to better
support custom Rake applications.

== Changes

=== New Features in Version 0.7.3

* Added the +init+ and +top_level+ methods to make the creation of custom Rake applications a bit easier.  E.g.

    gem 'rake', ">= 0.7.3"
    require 'rake'

    Rake.application.init('myrake')
   
    task :default do
      something_interesting
    end
    
    Rake.application.top_level

== What is Rake

Rake is a build tool similar to the make program in many ways. But instead of
cryptic make recipes, Rake uses standard Ruby code to declare tasks and
dependencies. You have the full power of a modern scripting language built
right into your build tool.

== Availability

The easiest way to get and install rake is via RubyGems ...

  gem install rake    (you may need root/admin privileges)

Otherwise, you can get it from the more traditional places:

Home Page:: http://rake.rubyforge.org/
Download::  http://rubyforge.org/project/showfiles.php?group_id=50

== Thanks

As usual, it was input from users that drove a alot of these changes. The
following people either contributed patches, made suggestions or made
otherwise helpful comments. Thanks to ...

-- Jim Weirich

Version data entries

114 entries across 95 versions & 11 rubygems

Version Path
craigmarksmith-rake-0.8.3.100 doc/release_notes/rake-0.7.3.rdoc
craigmarksmith-rake-0.8.4.101 doc/release_notes/rake-0.7.3.rdoc
craigmarksmith-rake-0.8.4.102 doc/release_notes/rake-0.7.3.rdoc
craigmarksmith-rake-0.8.4.103 doc/release_notes/rake-0.7.3.rdoc
elliottcable-echoe-3.1.1 vendor/rake/doc/release_notes/rake-0.7.3.rdoc
elliottcable-echoe-3.1.2 vendor/rake/doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.1.10 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.1.11 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.1.5 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.1.6 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.1.7 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.1.8 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.1.9 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.2.99 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.2 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.3.1 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.3.100 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.3.99 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.3 doc/release_notes/rake-0.7.3.rdoc
jimweirich-rake-0.8.4.99 doc/release_notes/rake-0.7.3.rdoc