bootstrap-will_paginate 0.0.5 → 0.0.6

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/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
- Copyright (c) 2011 [Nicholas Fine](http://ndfine.com), [Isaac Bowen](http://isaacbowen.com) released under the MIT license
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
@@ -1,4 +1,5 @@
1
1
  require "bootstrap-will_paginate/version"
2
+ require 'will_paginate'
2
3
 
3
4
  module Bootstrap
4
5
  module Willpaginate
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Willpaginate
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
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
- hash: 21
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
- date: 2012-02-09 00:00:00 -06:00
20
- default_executable:
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
- prerelease: false
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
- hash: 3
31
- segments:
32
- - 0
33
- version: "0"
19
+ requirements:
20
+ - - ! '>='
21
+ - !ruby/object:Gem::Version
22
+ version: '0'
34
23
  type: :runtime
35
- version_requirements: *id001
36
- description: Hooks into will_paginate to format the html to match Twitter Bootstrap styling. Extension code was originally written by Isaac Bowen (https://gist.github.com/1182136).
37
- email:
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
- hash: 3
71
- segments:
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
- hash: 3
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.4.2
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
-