summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Update Gemfile and gemspec to current defaultsAbinoam P. Marques Jr2017-09-251-8/+0
| | | | | | | | | * Remove deprecated has_rdoc option * Remove test_files option * Remove platform. Has already a default. * Update files option * Move some basic dependencies into gemspec file * Call gemspec on Gemfile so we can test gem source at console
* Autocorrect Style/EncodingAbinoam P. Marques Jr2017-09-241-0/+2
|
* Enforce double quotes on stringsAbinoam P. Marques Jr2017-07-071-1/+1
|
* Rubocop automatic correctionsAbinoam P. Marques Jr2017-06-301-2/+2
|
* Remove rdoc rake taskAbinoam Praxedes Marques Jr2015-10-091-11/+0
|
* Specify test files explicitly - good for WindowsAbinoam Praxedes Marques Jr2015-07-221-0/+1
|
* Add some semi-automatic 'acceptance' tests to HighLine (yup)Abinoam Praxedes Marques Jr2015-07-191-0/+5
| | | | | | | | | | | | These 'acceptance' tests guide the user through some steps asking if they SEE what they should be seeing. It summarizes the answers and adds some debug environment information that can be sent to HighLine contributors. It'll be a complementary way of testing HighLine without the caveats of using a fake input/output object like StringIO as we do on automatic unit tests.
* Include lib subdirs in RDoc Rake taskAbinoam Praxedes Marques Jr2015-07-171-1/+1
|
* Rename all test files to Rake::TestTask defaultAbinoam Praxedes Marques Jr2015-02-271-1/+0
|
* Use RDoc::Task instead of Rake::RDocTaskAbinoam Praxedes Marques Jr2015-02-191-2/+2
|
* Update Rake::TestTask on RakefileAbinoam Praxedes Marques Jr2015-02-191-4/+4
|
* Remove task for uploading to RubyforgeAbinoam Praxedes Marques Jr2015-02-191-8/+0
|
* Fix stats taskAbinoam Praxedes Marques Jr2015-02-191-8/+1
| | | | | TODO: - Make use of better code metrics in the next version of HighLine
* Remove svn taskAbinoam Praxedes Marques Jr2015-02-191-5/+0
|
* Use bundler defaults as in 'bundler gem'Abinoam Praxedes Marques Jr2015-02-191-1/+1
|
* Rename CHANGELOG -> Changelog.md on Rakefile and highline.gemspecAbinoam Praxedes Marques Jr2015-02-191-1/+1
|
* Removing trailing whitespace.Marcus Stollsteimer2012-11-271-2/+2
|
* Silencing more warnings.James Edward Gray II2012-05-091-4/+1
|
* Moved README to rdoc format, adjusted Rakefile accordingly.Chad Gorshing2012-04-271-2/+2
|
* Fixing version handling.James Edward Gray II2012-01-241-1/+1
|
* Adding a project gemspec.James Edward Gray II2011-11-241-32/+3
|
* Adding uneven column modes for lists.James Edward Gray II2011-11-041-3/+3
|
* Add tests; all tests passRichard LeBer2011-06-281-1/+1
|
* Add tests for convenience methods and String extensionsRichard LeBer2011-06-271-1/+1
|
* restructuringGregory Brown2009-02-021-0/+82