bootstrap-will_paginate 0.0.7 → 0.0.8

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.
@@ -27,7 +27,7 @@ module WillPaginate
27
27
  end
28
28
 
29
29
  def gap
30
- tag :li, link(super, '#'), :class => 'disabled'
30
+ tag :li, link('…'.html_safe, '#', :class => 'disabled')
31
31
  end
32
32
 
33
33
  def previous_or_next_page(page, text, classname)
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Willpaginate
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-will_paginate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-03-27 00:00:00.000000000Z
13
+ date: 2012-08-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: will_paginate
17
- requirement: &11449660 !ruby/object:Gem::Requirement
17
+ requirement: &13519440 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *11449660
25
+ version_requirements: *13519440
26
26
  description: Hooks into will_paginate to format the html to match Twitter Bootstrap
27
27
  styling. Extension code was originally written by Isaac Bowen (https://gist.github.com/1182136).
28
28
  email: