radiantcms-couchrest_model 0.2.2 → 0.2.4

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.
@@ -102,7 +102,8 @@ module StandardTags
102
102
  }
103
103
  tag 'children:each' do |tag|
104
104
  options = children_find_options(tag)
105
- result = []
105
+ #result = []
106
+ result=""
106
107
  children = tag.locals.children
107
108
  tag.locals.previous_headers = {}
108
109
  kids = children.find(:all, options)
@@ -111,7 +112,8 @@ module StandardTags
111
112
  tag.locals.page = item
112
113
  tag.locals.first_child = i == 0
113
114
  tag.locals.last_child = i == kids.length - 1
114
- result << tag.expand
115
+ #result << tag.expand
116
+ result=result+tag.expand
115
117
  end
116
118
  result
117
119
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{radiantcms-couchrest_model}
5
- s.version = "0.2.2"
5
+ s.version = "0.2.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["davide-malagoli"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 2
9
- version: 0.2.2
8
+ - 4
9
+ version: 0.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - davide-malagoli