File: README.md

package info (click to toggle)
ruby-rake-ant 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 136 kB
  • sloc: ruby: 529; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Rake::Ant

This package provides a wrapper and Rake tasks for using Ant from any Rake build.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rake-ant'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rake-ant

## Usage

Add usage info.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jruby/rake-ant.