Fix broken links in changelog (jcasimir -> drapergem).

This commit is contained in:
Henrik N 2012-12-12 10:59:49 +01:00
parent 63902066d7
commit 3181a40ea2
1 changed files with 17 additions and 17 deletions

View File

@ -50,27 +50,27 @@ And many small bug fixes and refactorings.
## 0.17.0
* [Fix earlier fix of `view_context` priming](https://github.com/jcasimir/draper/commit/5da44336)
* [Add `denies_all`](https://github.com/jcasimir/draper/commit/148e732)
* [Properly proxy associations with regard to `find`](https://github.com/jcasimir/draper/commit/d46d19205e)
* [Fix earlier fix of `view_context` priming](https://github.com/drapergem/draper/commit/5da44336)
* [Add `denies_all`](https://github.com/drapergem/draper/commit/148e732)
* [Properly proxy associations with regard to `find`](https://github.com/drapergem/draper/commit/d46d19205e)
## 0.16.0
* [Automatically prime `view_context`](https://github.com/jcasimir/draper/commit/057ab4e8)
* [Fixed bug where rspec eq matchers didn't work]((https://github.com/jcasimir/draper/commit/57617b)
* [Sequel ORM support](https://github.com/jcasimir/draper/commit/7d4942)
* [Automatically prime `view_context`](https://github.com/drapergem/draper/commit/057ab4e8)
* [Fixed bug where rspec eq matchers didn't work]((https://github.com/drapergem/draper/commit/57617b)
* [Sequel ORM support](https://github.com/drapergem/draper/commit/7d4942)
* Fixed issues with newer minitest
* [Changed the way the `view_context` gets set](https://github.com/jcasimir/draper/commit/0b03d9c)
* [Changed the way the `view_context` gets set](https://github.com/drapergem/draper/commit/0b03d9c)
## 0.15.0
* Proper minitest integration
* [We can properly decorate scoped associations](https://github.com/jcasimir/draper/issues/223)
* [Fixed awkward eager loading](https://github.com/jcasimir/draper/commit/7dc3510b)
* [We can properly decorate scoped associations](https://github.com/drapergem/draper/issues/223)
* [Fixed awkward eager loading](https://github.com/drapergem/draper/commit/7dc3510b)
## 0.14.0
* [Properly prime the view context in Rails Console](https://github.com/jcasimir/draper/commit/738074f)
* [Properly prime the view context in Rails Console](https://github.com/drapergem/draper/commit/738074f)
* Make more gems development requirements only
## 0.13.0
@ -82,7 +82,7 @@ And many small bug fixes and refactorings.
## 0.12.3
* [Fix i18n issue](https://github.com/jcasimir/draper/issues/202)
* [Fix i18n issue](https://github.com/drapergem/draper/issues/202)
## 0.12.2
@ -93,13 +93,13 @@ And many small bug fixes and refactorings.
## 0.12.0
* Added Changelog
* [Prevented double decoration](https://github.com/jcasimir/draper/issues/173)
* [`ActiveModel::Errors` support](https://github.com/jcasimir/draper/commit/19496f0c)
* [Fixed autoloading issue](https://github.com/jcasimir/draper/issues/188)
* [Re-did generators](https://github.com/jcasimir/draper/commit/9155e58f)
* [Added capybara integration](https://github.com/jcasimir/draper/commit/57c8678e)
* [Prevented double decoration](https://github.com/drapergem/draper/issues/173)
* [`ActiveModel::Errors` support](https://github.com/drapergem/draper/commit/19496f0c)
* [Fixed autoloading issue](https://github.com/drapergem/draper/issues/188)
* [Re-did generators](https://github.com/drapergem/draper/commit/9155e58f)
* [Added capybara integration](https://github.com/drapergem/draper/commit/57c8678e)
* Fixed a few bugs with the `DecoratedEnumerableProxy`
## 0.11.1
* [Fixed regression, we don't want to introduce a hard dependency on Rails](https://github.com/jcasimir/draper/issues/107)
* [Fixed regression, we don't want to introduce a hard dependency on Rails](https://github.com/drapergem/draper/issues/107)