0.5.0 / 2011-02-24

0.4.4 / 2011-02-18

  • Use Gem.available? in the install:deps task.

0.4.3 / 2011-02-18

0.4.2 / 2011-02-15

  • Moved SCM specific logic into Ore::SCM::Tasks.
  • Only git push if the Git repository has remote sources.
  • Added the status task which checks for uncommitted changes, and lists modified files.
  • Have the build task depend on the status task, to prevent gems from being built, installed or pushed which contain uncomitted changes.

0.4.1 / 2011-02-12

  • Emergency release due to typo.

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

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 README.

0.1.0 / 2010-10-23

  • Initial release: