| 1 |
Source: librspec-ruby
|
| 2 |
Section: ruby
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Tobias Grimm <etobi@debian.org>
|
| 5 |
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
|
| 6 |
Build-Depends: debhelper (>= 5), cdbs, help2man
|
| 7 |
Build-Depends-Indep: ruby1.8, ruby1.9.1, libdifflcs-ruby1.8, libdifflcs-ruby1.9.1,
|
| 8 |
libheckle-ruby1.8, libfakefs-ruby1.8, libfakefs-ruby1.9.1, libnokogiri-ruby1.8,
|
| 9 |
libnokogiri-ruby1.9.1, rake
|
| 10 |
Standards-Version: 3.9.1
|
| 11 |
Homepage: http://rspec.info
|
| 12 |
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/librspec-ruby/
|
| 13 |
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/librspec-ruby/
|
| 14 |
|
| 15 |
Package: librspec-ruby1.8
|
| 16 |
Architecture: all
|
| 17 |
Depends: ${misc:Depends}, ruby1.8, libheckle-ruby1.8, libdifflcs-ruby1.8, rcov
|
| 18 |
Description: Behaviour Driven Development framework for Ruby 1.8
|
| 19 |
RSpec is a Behaviour Driven Development framework for Ruby 1.8. It
|
| 20 |
provides two frameworks for writing and executing examples of how your
|
| 21 |
Ruby application should behave:
|
| 22 |
* a Story Framework for describing behaviour at the application level
|
| 23 |
* a Spec Framework for describing behaviour at the object level
|
| 24 |
|
| 25 |
Package: librspec-ruby1.9.1
|
| 26 |
Architecture: all
|
| 27 |
Depends: ${misc:Depends}, ruby1.9.1, libdifflcs-ruby1.9.1, rcov
|
| 28 |
Description: Behaviour Driven Development framework for Ruby 1.9.1
|
| 29 |
RSpec is a Behaviour Driven Development framework for Ruby 1.9.1. It
|
| 30 |
provides two frameworks for writing and executing examples of how your
|
| 31 |
Ruby application should behave:
|
| 32 |
* a Story Framework for describing behaviour at the application level
|
| 33 |
* a Spec Framework for describing behaviour at the object level
|
| 34 |
|
| 35 |
Package: librspec-ruby
|
| 36 |
Architecture: all
|
| 37 |
Depends: ${misc:Depends}, librspec-ruby1.8
|
| 38 |
Description: Behaviour Driven Development framework for Ruby
|
| 39 |
RSpec is a Behaviour Driven Development framework for Ruby. It
|
| 40 |
provides two frameworks for writing and executing examples of how your
|
| 41 |
Ruby application should behave:
|
| 42 |
* a Story Framework for describing behaviour at the application level
|
| 43 |
* a Spec Framework for describing behaviour at the object level
|
| 44 |
.
|
| 45 |
This is a dependency package, which depends on a librspec package
|
| 46 |
built for the default Ruby version.
|