bootstrap-kaminari-views 0.0.3 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75668e9b76c74656ae586a5fa955f122c12b89cc
4
- data.tar.gz: 6cef5eb530104434052b80a1414e4bc6bfe7934d
3
+ metadata.gz: b0c2133afa8caad6c2d4951133dd870ad4bce090
4
+ data.tar.gz: 41f6a258b890c767695f40bbefc8161dfea95afc
5
5
  SHA512:
6
- metadata.gz: 9456476d3718b23ba4afb2b54adbd62f1d0930fe24bf188e201584a32e9216cdb0e2307c9b4dcf013122ce6982336a46772278bac2f57268b8a8d17a1278de8f
7
- data.tar.gz: 30fab3f62dabee652d0a978cbe8fd7ca9f6c93476d87a21df8cd31d94623ae855ccd8a4effd820d6c2150fe5f2f3a4637e0f738e46e1c6200d6185f31edc9921
6
+ metadata.gz: d36dec2483d16d122638545423afd8e07c5f467642876abb91414e133b790072a795e33f9810e8ef576b16ff93fa34888083cbb450100450c8afa04da48de640
7
+ data.tar.gz: 34b0fce9e647fef6a6618580b4a61a263460d65aff84b3202a1b2dcb0e97b1dcc9c2099b7691ecc5d81108db0717022612d423ce583f0aad48383160df8d948b
@@ -6,8 +6,9 @@
6
6
  remote: data-remote
7
7
  paginator: the paginator that renders the pagination tags inside
8
8
  -%>
9
+ <%- pagination_class ||= '' %>
9
10
  <%= paginator.render do -%>
10
- <ul class="pagination">
11
+ <ul class="pagination <%= pagination_class %>">
11
12
  <%= first_page_tag unless current_page.first? %>
12
13
  <%= prev_page_tag unless current_page.first? %>
13
14
  <% each_page do |page| -%>
@@ -1,3 +1,3 @@
1
1
  module BootstrapKaminariViews
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-kaminari-views
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matenia Rossides
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-05 00:00:00.000000000 Z
11
+ date: 2014-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: kaminari
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.13'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0.13'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sqlite3
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: Bootstrap-ify pagination with Kaminari - Compatible with Bootstrap 2.x,
@@ -60,13 +60,9 @@ executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
- - app/views/kaminari/twitter-bootstrap/_first_page.html.erb
64
- - app/views/kaminari/twitter-bootstrap/_gap.html.erb
65
- - app/views/kaminari/twitter-bootstrap/_last_page.html.erb
66
- - app/views/kaminari/twitter-bootstrap/_next_page.html.erb
67
- - app/views/kaminari/twitter-bootstrap/_page.html.erb
68
- - app/views/kaminari/twitter-bootstrap/_paginator.html.erb
69
- - app/views/kaminari/twitter-bootstrap/_prev_page.html.erb
63
+ - MIT-LICENSE
64
+ - README.rdoc
65
+ - Rakefile
70
66
  - app/views/kaminari/twitter-bootstrap-3/_first_page.html.erb
71
67
  - app/views/kaminari/twitter-bootstrap-3/_gap.html.erb
72
68
  - app/views/kaminari/twitter-bootstrap-3/_last_page.html.erb
@@ -74,12 +70,16 @@ files:
74
70
  - app/views/kaminari/twitter-bootstrap-3/_page.html.erb
75
71
  - app/views/kaminari/twitter-bootstrap-3/_paginator.html.erb
76
72
  - app/views/kaminari/twitter-bootstrap-3/_prev_page.html.erb
77
- - lib/bootstrap-kaminari-views/version.rb
73
+ - app/views/kaminari/twitter-bootstrap/_first_page.html.erb
74
+ - app/views/kaminari/twitter-bootstrap/_gap.html.erb
75
+ - app/views/kaminari/twitter-bootstrap/_last_page.html.erb
76
+ - app/views/kaminari/twitter-bootstrap/_next_page.html.erb
77
+ - app/views/kaminari/twitter-bootstrap/_page.html.erb
78
+ - app/views/kaminari/twitter-bootstrap/_paginator.html.erb
79
+ - app/views/kaminari/twitter-bootstrap/_prev_page.html.erb
78
80
  - lib/bootstrap-kaminari-views.rb
81
+ - lib/bootstrap-kaminari-views/version.rb
79
82
  - lib/tasks/bootstrap-kaminari-views_tasks.rake
80
- - MIT-LICENSE
81
- - Rakefile
82
- - README.rdoc
83
83
  homepage: http://github.com/matenia/bootstrap-kaminari-views
84
84
  licenses: []
85
85
  metadata: {}
@@ -89,17 +89,17 @@ require_paths:
89
89
  - lib
90
90
  required_ruby_version: !ruby/object:Gem::Requirement
91
91
  requirements:
92
- - - '>='
92
+ - - ">="
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  requirements:
97
- - - '>='
97
+ - - ">="
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
101
  rubyforge_project:
102
- rubygems_version: 2.1.11
102
+ rubygems_version: 2.2.2
103
103
  signing_key:
104
104
  specification_version: 4
105
105
  summary: Bootstrap-ify pagination with Kaminari