public
Rubygem
Description: A reimplementation of RSpec's story framework, based on Treetop.
Homepage: http://github.com/aslakhellesoy/cucumber/wikis
Clone URL: git://github.com/aslakhellesoy/cucumber.git
name age message
file .gitattributes Sun Oct 05 03:46:17 -0700 2008 Adding spec for DOS line endings. [aslakhellesoy]
file .gitignore Thu Aug 07 10:56:27 -0700 2008 Several smaller tweaks [aslakhellesoy]
file History.txt Tue Oct 07 10:19:19 -0700 2008 New --out option [aslakhellesoy]
file License.txt Tue Aug 05 14:02:17 -0700 2008 Docs [aslakhellesoy]
file Manifest.txt Sun Oct 05 07:32:18 -0700 2008 Fixed parser so it can parse DOS line endingds ... [aslakhellesoy]
file README.txt Tue Oct 07 09:32:04 -0700 2008 Support comments above the first scenario [#31 ... [aslakhellesoy]
file Rakefile Sun Oct 05 09:46:22 -0700 2008 Exclude generated parser from RDoc [aslakhellesoy]
file TODO.txt Sat Sep 27 09:37:36 -0700 2008 Add russian and german to the manifest [aslakhellesoy]
directory bin/ Thu Sep 18 05:58:42 -0700 2008 Made $. modification a little smarter and remov... [aslakhellesoy]
directory config/ Wed Oct 01 11:06:31 -0700 2008 Use newest RSpec - Prepare for Gem release on R... [aslakhellesoy]
file cucumber.yml Fri Sep 19 07:39:18 -0700 2008 Fixed #12 - Add --profile option to command line [aslakhellesoy]
directory examples/ Tue Oct 07 10:20:34 -0700 2008 A little doco doesn't hurt [aslakhellesoy]
directory features/ Wed Sep 17 09:09:32 -0700 2008 Add dogfood features [aslakhellesoy]
directory gem_tasks/ Sun Oct 05 09:46:22 -0700 2008 Exclude generated parser from RDoc [aslakhellesoy]
directory generators/ Wed Oct 01 14:25:21 -0700 2008 Bugfix for selects call [Tim Glen]
directory lib/ Tue Oct 07 10:19:19 -0700 2008 New --out option [aslakhellesoy]
directory script/ Wed Aug 06 08:27:22 -0700 2008 Moved everything around to a better file structure [aslakhellesoy]
file setup.rb Thu May 29 14:14:04 -0700 2008 ran fix_cr_lf again to fix newlines. this task ... [aslakhellesoy]
directory spec/ Tue Oct 07 10:19:19 -0700 2008 New --out option [aslakhellesoy]
directory website/ Thu May 29 14:14:04 -0700 2008 ran fix_cr_lf again to fix newlines. this task ... [aslakhellesoy]
README.txt
= Cucumber

* http://github.com/aslakhellesoy/cucumber

== DESCRIPTION:

Cucumber executes plain text documentation of code against that code.
Documentation: http://github.com/aslakhellesoy/cucumber/wikis/home

== REQUIREMENTS:

* FIX (list of requirements)

== INSTALL:

* gem install cucumber

== LICENSE:

(The MIT License)

Copyright (c) 2008 Aslak Hellesøy

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.