Bump version for gemspec fix and release

This commit is contained in:
Jeff Casimir 2011-08-27 22:19:23 -05:00
parent 8f9223778a
commit e6412015c0
2 changed files with 7 additions and 1 deletions

View File

@ -26,6 +26,12 @@ module Draper
proxy.extend(mod)
end
proxy.instance_eval do
def controller
#Object.controller
end
end
proxy.instance_eval do
# A hack since this proxy doesn't pick up default_url_options from anywhere
def url_for(*args)

View File

@ -1,3 +1,3 @@
module Draper
VERSION = "0.7.0"
VERSION = "0.7.1"
end