rlayout 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/CHANGELOG +4 -0
  2. data/README +1 -1
  3. data/Rakefile +1 -1
  4. data/lib/rlayout.rb +0 -1
  5. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ Changes in version 0.2.1 (2008-05-22)
2
+ -------------------------------------
3
+ remove nested layout include
4
+
1
5
  Changes in version 0.2.0 (2008-05-21)
2
6
  -------------------------------------
3
7
  feature:use controller method if helper method requested from erb not exists
data/README CHANGED
@@ -1,4 +1,4 @@
1
- Rails Layout Extension, release 0.2.0 (May. 2008)
1
+ Rails Layout Extension, release 0.2.1 (May. 2008)
2
2
 
3
3
  Feature
4
4
  =======
data/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'rubygems'
2
2
  require 'rake/gempackagetask'
3
3
  PKG_NAME = "rlayout"
4
- PKG_VERSION = "0.2.0"
4
+ PKG_VERSION = "0.2.1"
5
5
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
6
6
  PKG_FILES = FileList[
7
7
  '[A-Z]*',
data/lib/rlayout.rb CHANGED
@@ -9,7 +9,6 @@ ActionController::Base.class_eval do
9
9
  end
10
10
 
11
11
  ActionView::Base.class_eval do
12
- include ActionView::Helpers::NestedLayoutsHelper
13
12
  def method_missing(method_id, *args)
14
13
  ActionView::Base.class_eval %{
15
14
  def #{method_id}(*args)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rlayout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Li
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-05-21 00:00:00 +08:00
12
+ date: 2008-05-22 00:00:00 +08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15