bootstrap-will_paginate 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +8 -1
- data/lib/bootstrap-will_paginate.rb +1 -0
- data/lib/bootstrap-will_paginate/version.rb +1 -1
- metadata +30 -53
data/README.markdown
CHANGED
@@ -11,8 +11,15 @@ Add to your Gemfile:
|
|
11
11
|
|
12
12
|
gem 'bootstrap-will_paginate'
|
13
13
|
|
14
|
+
## Usage
|
14
15
|
|
15
|
-
|
16
|
+
Just like you would in the regular [will_paginate][wp]. If you've got a need to use the default will_paginate stylings,
|
17
|
+
pass an option like so:
|
18
|
+
|
19
|
+
<%= will_paginate(@things, :renderer => WillPaginate::ActionView::LinkRenderer) %>
|
20
|
+
|
21
|
+
|
22
|
+
Copyright (c) 2012 [Nicholas Fine](http://ndfine.com), [Isaac Bowen](http://isaacbowen.com) released under the MIT license
|
16
23
|
|
17
24
|
[wp]: http://github.com/mislav/will_paginate
|
18
25
|
[bs]: http://twitter.github.com/bootstrap
|
metadata
CHANGED
@@ -1,49 +1,37 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap-will_paginate
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.6
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 0
|
9
|
-
- 5
|
10
|
-
version: 0.0.5
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Nicholas Fine
|
14
9
|
- Isaac Bowen
|
15
10
|
autorequire:
|
16
11
|
bindir: bin
|
17
12
|
cert_chain: []
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
dependencies:
|
22
|
-
- !ruby/object:Gem::Dependency
|
13
|
+
date: 2012-02-10 00:00:00.000000000Z
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
23
16
|
name: will_paginate
|
24
|
-
|
25
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
17
|
+
requirement: &21770780 !ruby/object:Gem::Requirement
|
26
18
|
none: false
|
27
|
-
requirements:
|
28
|
-
- -
|
29
|
-
- !ruby/object:Gem::Version
|
30
|
-
|
31
|
-
segments:
|
32
|
-
- 0
|
33
|
-
version: "0"
|
19
|
+
requirements:
|
20
|
+
- - ! '>='
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '0'
|
34
23
|
type: :runtime
|
35
|
-
|
36
|
-
|
37
|
-
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: *21770780
|
26
|
+
description: Hooks into will_paginate to format the html to match Twitter Bootstrap
|
27
|
+
styling. Extension code was originally written by Isaac Bowen (https://gist.github.com/1182136).
|
28
|
+
email:
|
38
29
|
- nicholas.fine@gmail.com
|
39
30
|
- ikebowen@gmail.com
|
40
31
|
executables: []
|
41
|
-
|
42
32
|
extensions: []
|
43
|
-
|
44
33
|
extra_rdoc_files: []
|
45
|
-
|
46
|
-
files:
|
34
|
+
files:
|
47
35
|
- .gitignore
|
48
36
|
- Gemfile
|
49
37
|
- MIT-LICENSE
|
@@ -53,39 +41,28 @@ files:
|
|
53
41
|
- config/initializers/will_paginate.rb
|
54
42
|
- lib/bootstrap-will_paginate.rb
|
55
43
|
- lib/bootstrap-will_paginate/version.rb
|
56
|
-
has_rdoc: true
|
57
44
|
homepage: http://ndfine.com/2011/12/17/twitter-bootstrap-will-paginate.html
|
58
45
|
licenses: []
|
59
|
-
|
60
46
|
post_install_message:
|
61
47
|
rdoc_options: []
|
62
|
-
|
63
|
-
require_paths:
|
48
|
+
require_paths:
|
64
49
|
- lib
|
65
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
50
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
66
51
|
none: false
|
67
|
-
requirements:
|
68
|
-
- -
|
69
|
-
- !ruby/object:Gem::Version
|
70
|
-
|
71
|
-
|
72
|
-
- 0
|
73
|
-
version: "0"
|
74
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - ! '>='
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: '0'
|
56
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
57
|
none: false
|
76
|
-
requirements:
|
77
|
-
- -
|
78
|
-
- !ruby/object:Gem::Version
|
79
|
-
|
80
|
-
segments:
|
81
|
-
- 0
|
82
|
-
version: "0"
|
58
|
+
requirements:
|
59
|
+
- - ! '>='
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
83
62
|
requirements: []
|
84
|
-
|
85
63
|
rubyforge_project: bootstrap-will_paginate
|
86
|
-
rubygems_version: 1.
|
64
|
+
rubygems_version: 1.8.6
|
87
65
|
signing_key:
|
88
66
|
specification_version: 3
|
89
67
|
summary: Format will_paginate html to match Twitter Bootstrap styling.
|
90
68
|
test_files: []
|
91
|
-
|