cells 3.6.3 → 3.6.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES.textile CHANGED
@@ -1,3 +1,9 @@
1
+ h2. 3.6.4
2
+
3
+ h3. Bugfixes
4
+ * Fixes @ArgumentError: wrong number of arguments (1 for 0)@ in @#render_cell@ for Ruby 1.8.
5
+
6
+
1
7
  h2. 3.6.3
2
8
 
3
9
  h3. Bugfixes
data/lib/cell/rails.rb CHANGED
@@ -50,7 +50,7 @@ module Cell
50
50
 
51
51
 
52
52
  def initialize(parent_controller, *args)
53
- super
53
+ super()
54
54
  @parent_controller = parent_controller
55
55
  setup_backwardibility(*args)
56
56
  end
data/lib/cells/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cells
2
- VERSION = '3.6.3'
2
+ VERSION = '3.6.4'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 6
8
- - 3
9
- version: 3.6.3
8
+ - 4
9
+ version: 3.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nick Sutterer
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-07-14 00:00:00 +02:00
17
+ date: 2011-07-25 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency