summaryrefslogtreecommitdiff
path: root/rake_tasks/gem.rake
Commit message (Collapse)AuthorAgeFilesLines
* new version scheme; use bundler + git for releasesv1.0.0.800preKornelius Kalnbach2011-07-091-39/+0
|
* use Bundler to manage dependencies; just run "bundle" to install everything ↵murphy2011-07-081-40/+2
| | | | that CodeRay needs to test and build.
* issue #45: new command line interface!murphy2011-06-171-1/+1
|
* Rake task cleanups and updates. Not living in the past any more.murphy2011-06-121-11/+21
|
* more task cleanups; speedup Rakefile loadingmurphy2011-06-121-1/+1
|
* cleaning up gem tasksmurphy2011-06-121-71/+40
|
* update tasks for recent Rake versionsmurphy2011-06-111-2/+2
|
* remove deprecated has_rdoc specmurphy2011-04-121-1/+0
|
* Added 191 task, added 191 and 187 to the list of test:all Ruby versions.murphy2010-04-281-1/+1
|
* gem task: Make automatic beta recognition and pre switch play nice together.murphy2010-04-021-4/+3
|
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-311-20/+30
|
* Cleanup for gem.rake: more intelligent, removed obsolete code.murphy2010-01-011-37/+8
|
* Preparing for 0.9.1.murphy2009-12-311-2/+4
|
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵murphy2009-12-281-0/+2
| | | | trunk.
* Updated version number (to 0.9.0) and gem information.murphy2009-02-061-5/+5
|
* Fixed gem task.murphy2009-01-121-2/+2
|
* Lib:murphy2008-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Encoder: removed a warning - Encoders::HTML: don't shadow outer variable - Plugin: move require_plugin into class namespace - Ruby Scanner: - "alias" keyword recognition - better regexp/division distinction - recognize ~, !, !=, and !~ as method names (partly Ruby 1.9 only) - reordered states for speed Tests: - updated coderay-suite to use gem instead of require_gem - general improvements (more colors!, new parameter: new, new syntax lang.test for only and new) - fixed ruby suite - adjusted a lot of Ruby tests (alias uses methods now) - new tests: ruby/operators, ruby/regexp Samples: - fixed/updated ('bout time) Rake tasks: - updated to use new rubygems API
* Renamed CodeRay::Version to CodeRay::VERSION.murphy2006-10-171-1/+1
|
* Workaround for YAML gem index generation (f*ck Zlib!)murphy2006-07-111-2/+2
| | | | Updated README version
* Fixed Plaintext scanner (crashed on empty text - ouch!!)murphy2006-07-111-1/+1
| | | | Added coderay_stylesheet executable (should be "coderay stylesheet css" or just "coderay sty" some day.)
* Ruby 1.8.2 is enough, so use >= instead of >.murphy2006-07-111-1/+1
|
* Set gem requirement for Ruby 1.8.2+.murphy2006-07-111-0/+1
|
* Updated gem.rake for Rubygems 0.9.0.murphy2006-07-111-1/+1
|
* Big re-indenting - no more tabs!murphy2006-07-101-105/+105
|
* Link to new website in gem.murphy2006-07-051-1/+1
|
* new version: 0.7.1murphy2006-05-111-1/+12
| | | | | | | improved bin/coderay and included it into package added gem:install task added Duo#highlight (alias for encode) fixed a Plugin bug
* New Version: 0.7.0!murphy2006-04-191-1/+1
| | | | | | | | | | | Adjusted gem.rake. HTML scanner fixed. Enhanced filetype.rb: .rake files, xml, yaml (preparing for YAML scanner.) Enhanced test/ruby/1.in.rb. Added XML scanner with example. plugin.rb: made all_plugin_names public.
* test.rake: debug tags deleted (use rake test diff=+)murphy2006-04-161-3/+3
| | | | | | gem.rake: renamed up_gem to upload and fixed. Rakefile: added upload meta task. ftp.rb: do login only once.
* Rake tasks completely redone.murphy2006-04-161-0/+103
rdoctask2.rb deleted; issues were fixed as of Rake 0.7.0.