rlayout 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/CHANGELOG +4 -0
  2. data/README +1 -1
  3. data/Rakefile +1 -1
  4. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ Changes in version 0.1.3 (2008-05-8)
2
+ -------------------------------------
3
+ fix a bugs about miss nil?'s ?
4
+
1
5
  Changes in version 0.1.2 (2008-05-7)
2
6
  -------------------------------------
3
7
  fix a bugs due to nil content_for_config
data/README CHANGED
@@ -1,4 +1,4 @@
1
- Rails Layout Extension, release 0.1.2 (May. 2008)
1
+ Rails Layout Extension, release 0.1.3 (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.1.2"
4
+ PKG_VERSION = "0.1.3"
5
5
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
6
6
  PKG_FILES = FileList[
7
7
  '[A-Z]*',
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.1.2
4
+ version: 0.1.3
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-07 00:00:00 +08:00
12
+ date: 2008-05-08 00:00:00 +08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15