Skip to content

Commit

Permalink
Hack which uses layout theme but crashes if it doesn't exist, now it …
Browse files Browse the repository at this point in the history
…loads the default layout
  • Loading branch information
riven committed Sep 9, 2010
1 parent e6a4c5e commit d941531
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ The theme_support plugin includes patches from the following:
Thanks guys!

== Changelog
3.0.3 - Hack which uses layout theme but crashes if it doesn't exist ! Now it loads the default layout

3.0.2 - Don't load a nil theme

3.0.1 - layout :mymethod works again
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.0.3
2 changes: 1 addition & 1 deletion theme_support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec = Gem::Specification.new do |s|
s.name = 'theme_support'
s.author = 'Pierre Yager and Sylvain Claudel'
s.email = "pierre@levosgien.net"
s.version = ("$Release: 3.0.2" =~ /[\.\d]+/) && $&
s.version = ("$Release: 3.0.3" =~ /[\.\d]+/) && $&
s.platform = Gem::Platform::RUBY
s.homepage = 'http://github.com/zedalaye/theme_support'
s.rubyforge_project = 'theme-support'
Expand Down

0 comments on commit d941531

Please sign in to comment.