Sha256: 8e4a10715b280ba0a47790d5ddf7c1de43eb4b771093819f4cd9e7231eac0cd1
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
### 0.4.0 / 2011-02-12 * Added {Ore::Tasks#gem}. * Added {Ore::Tasks#define_rubygem_tasks}. * Properly invoke the `gem` command with the current `ruby` interpeter. * Fixes the `install` and `push` tasks on Rubinius. * Added the `install:deps` task which only installs the dependencies of non-Bundler projects. ### 0.3.0 / 2010-11-14 * Added ore-core ~> 0.3.0 as a runtime dependency. * Added the `version` task, which displays the current version. * Added {Ore::Tasks#release_tasks} to explicitly control which tasks are invoked when releasing a new version. * Perform `git push` before the release process. * Perform `git tag` and `git push --tags` after a successful release. ### 0.2.0 / 2010-11-07 * Require [ore-core](http://github.com/ruby-ore/ore-core) ~> 0.1.0. ### 0.1.3 / 2010-10-30 * Fixed a bug in the `console` task where the full require-paths of the Ore project were not being added to the `$LOAD_PATH`. ### 0.1.2 / 2010-10-27 * Require ore ~> 0.2.0. ### 0.1.1 / 2010-10-25 * Require ore ~> 0.1.2. * Fixed URLs in the `gemspec.yml` and {file:README.md}. ### 0.1.0 / 2010-10-23 * Initial release:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ore-tasks-0.4.1 | ChangeLog.md |