Skip to content

Commit

Permalink
New version fixing important Test::Unit generator issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasimir committed Oct 20, 2011
1 parent 494bb24 commit c3a2724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@


## What's New ## What's New


### Version 0.9.1 ### Version 0.9.2


* Automatically generate a named accessor for the wrapped object, so now inside of `ArticleDecorator` you can use `article` instead of just `model` * Automatically generate a named accessor for the wrapped object, so now inside of `ArticleDecorator` you can use `article` instead of just `model`
* Removed the `lazy_helpers` method to favor using `include Draper::LazyHelpers` * Removed the `lazy_helpers` method to favor using `include Draper::LazyHelpers`
* Refactored how methods are selected for delegation to the wrapped model * Refactored how methods are selected for delegation to the wrapped model
* Fixed how the view context is stored in the `Thread.current` to resolve cross-request issues * Fixed how the view context is stored in the `Thread.current` to resolve cross-request issues
* Decorated collections now return a collection proxy instead of an array, which fixes many compatibility issues * Decorated collections now return a collection proxy instead of an array, which fixes many compatibility issues
* Automatically generate `RSpec` stub for decorators [PENDING: Make this work properly for `Test::Unit` -- help?] * Automatically generate RSpec/Test::Unit stub for decorator class


## Goals ## Goals


Expand Down
2 changes: 1 addition & 1 deletion lib/draper/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module Draper module Draper
VERSION = "0.9.1" VERSION = "0.9.2"
end end

0 comments on commit c3a2724

Please sign in to comment.