merb_footnotes 0.1 → 0.2

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.
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'merb-core'
5
5
  require 'merb-core/tasks/merb'
6
6
 
7
7
  GEM_NAME = "merb_footnotes"
8
- GEM_VERSION = "0.1"
8
+ GEM_VERSION = "0.2"
9
9
  AUTHOR = "Jacques Crocker"
10
10
  EMAIL = "merbjedi@gmail.com"
11
11
  HOMEPAGE = "http://merbjedi.com/"
@@ -34,7 +34,7 @@ module MerbFootnotes
34
34
  protected
35
35
  def format_partials(partials)
36
36
  display_list = []
37
- partials.each do |r|
37
+ partials.to_a.each do |r|
38
38
  action = r.first
39
39
  opts = r.last
40
40
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb_footnotes
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ version: "0.2"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacques Crocker
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-11-22 00:00:00 -08:00
12
+ date: 2008-11-28 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -35,7 +35,6 @@ files:
35
35
  - LICENSE
36
36
  - README
37
37
  - Rakefile
38
- - lib/merb-plugins-footnotes.rb
39
38
  - lib/merb_footnotes
40
39
  - lib/merb_footnotes/filter.rb
41
40
  - lib/merb_footnotes/formatter.rb
@@ -57,6 +56,7 @@ files:
57
56
  - lib/merb_footnotes/notes/session_note.rb
58
57
  - lib/merb_footnotes/notes/stylesheets_note.rb
59
58
  - lib/merb_footnotes/notes/view_note.rb
59
+ - lib/merb_footnotes.rb
60
60
  - spec/merb_footnotes_spec.rb
61
61
  - spec/spec_helper.rb
62
62
  has_rdoc: true