bootstrap_pager 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ODEwNjY0YjEwMDQyNmJkZDZhZGVhM2JlMDg1YmJhODk1ZmJkZmViZQ==
5
- data.tar.gz: !binary |-
6
- NDUxNjE2NTBlYWRkMDA4ZjJmMjYzM2UwMDQyOTI1YjVkZGE4ODEzMw==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- NDY5MjZhOTY1YzA3YTk4YmZkNjI5MTdkNTlmYWM5ODAwY2YyYTYzMzE3NTcw
10
- MGUxZWJlZjE2ZTM0NDAwNWQ3ZTVkNjQ4YjQwZGU5NjM2Zjg3ODYxZTkwNGJi
11
- NGZjNGJjOGYyNmRhYWUwYjMwNmQ3ZGM3MWFhNjYzMGFmZjAyZGU=
12
- data.tar.gz: !binary |-
13
- YzcyMzg4ZmJhNmZjNzRmNTk2MTNiZTc5Yzg1NmY3MjhhZjQ4MWNjMjZjODdk
14
- N2U4ODdmOGY4MzZiMWI3YzQwYmY1YmYzMmY1N2ZkMDdmNGVmNmYyNzYzNjZh
15
- YTdlZWQ3ODdiYWY3Mjc2ZjlmNjk5MmM5ZmRiOTkwODMzM2EyMzY=
2
+ SHA1:
3
+ metadata.gz: eb47f6a2b691120a42c81b0abd456980ae809f6d
4
+ data.tar.gz: 29a0723bf483e5a2ab9f78fa30777d14bccaf1cb
5
+ SHA512:
6
+ metadata.gz: c2cb2b1343e59dbdb7d649a1e0904b1e7885e055bc3bcd7a5cbb7bf59450103aef2c23e1dbc5c77281c18e54b73fb2a2f8d0ab462fbacbcc7750c693116771fe
7
+ data.tar.gz: 64f921e53288745f33f62cab95ed23cbbd81348918aa797bf89fa6689a98d83f4538386076a0fa0081e75ea11346fba816d641478039309afef0de6832c4f865
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2013 nerakdon
3
+ Copyright (c) 2013 Gem Vein
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
data/README.rdoc CHANGED
@@ -1,5 +1,9 @@
1
1
  = Bootstrap Pager
2
2
 
3
+ {<img src="https://badge.fury.io/rb/bootstrap_pager.svg" alt="Gem Version" />}[http://badge.fury.io/rb/bootstrap_pager]
4
+ {<img src="https://travis-ci.org/gemvein/bootstrap_pager.svg" alt="Build Status" />}[https://travis-ci.org/gemvein/bootstrap_pager]
5
+ {<img src="https://coveralls.io/repos/gemvein/bootstrap_pager/badge.png" alt="Coverage Status" />}[https://coveralls.io/r/gemvein/bootstrap_pager]
6
+
3
7
  Bootstrap Pager is an updated version of the Kaminari pagination gem, which is a Scope & Engine based, clean, powerful, customizable and sophisticated paginator for modern web app frameworks and ORMs
4
8
 
5
9
 
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
7
7
  s.version = BootstrapPager::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ['Karen Lundgren']
10
- s.email = ['webmaster@sourcherryweb.com']
11
- s.homepage = 'https://github.com/nerakdon/bootstrap_pager'
10
+ s.email = ['karen.e.lundgren@gmail.com']
11
+ s.homepage = 'http://www.gemvein.com/museum/cases/bootstrap_pager'
12
12
  s.summary = 'A pagination engine plugin for Rails 3+ or other modern frameworks. Now with more shiny, including infinite paging, bootstrap integration, and the ability to use it within an engine.'
13
13
  s.description = 'Like its ancestor Kaminari, BootstrapPager is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 3+. Now with more shiny, including infinite paging, bootstrap integration, and the ability to use it within an engine. '
14
14
 
@@ -33,4 +33,5 @@ Gem::Specification.new do |s|
33
33
  s.add_development_dependency 'capybara', ['>= 1.0']
34
34
  s.add_development_dependency 'database_cleaner', ['>= 0']
35
35
  s.add_development_dependency 'rdoc', ['>= 0']
36
+ s.add_development_dependency 'coveralls', ['>= 0']
36
37
  end
@@ -1,3 +1,3 @@
1
1
  module BootstrapPager
2
- VERSION = '0.9.2'
2
+ VERSION = '0.9.3'
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -1,3 +1,6 @@
1
+ require 'coveralls'
2
+ Coveralls.wear!
3
+
1
4
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2
5
  $LOAD_PATH.unshift(File.dirname(__FILE__))
3
6
 
metadata CHANGED
@@ -1,175 +1,189 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_pager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-03 00:00:00.000000000 Z
11
+ date: 2014-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.0.0
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.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: actionpack
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: 3.0.0
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: 3.0.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: 1.0.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: 1.0.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: sqlite3
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ! '>='
73
+ - - '>='
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ! '>='
80
+ - - '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: tzinfo
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ! '>='
87
+ - - '>='
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ! '>='
94
+ - - '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: rspec
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - ! '>='
101
+ - - '>='
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ! '>='
108
+ - - '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rr
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - ! '>='
115
+ - - '>='
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - ! '>='
122
+ - - '>='
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: capybara
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ! '>='
129
+ - - '>='
130
130
  - !ruby/object:Gem::Version
131
131
  version: '1.0'
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - ! '>='
136
+ - - '>='
137
137
  - !ruby/object:Gem::Version
138
138
  version: '1.0'
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: database_cleaner
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - ! '>='
143
+ - - '>='
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - ! '>='
150
+ - - '>='
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: rdoc
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - ! '>='
157
+ - - '>='
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - ! '>='
164
+ - - '>='
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
- description: ! 'Like its ancestor Kaminari, BootstrapPager is a Scope & Engine based,
167
+ - !ruby/object:Gem::Dependency
168
+ name: coveralls
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - '>='
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - '>='
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
181
+ description: 'Like its ancestor Kaminari, BootstrapPager is a Scope & Engine based,
168
182
  clean, powerful, agnostic, customizable and sophisticated paginator for Rails 3+.
169
183
  Now with more shiny, including infinite paging, bootstrap integration, and the ability
170
184
  to use it within an engine. '
171
185
  email:
172
- - webmaster@sourcherryweb.com
186
+ - karen.e.lundgren@gmail.com
173
187
  executables: []
174
188
  extensions: []
175
189
  extra_rdoc_files:
@@ -184,7 +198,6 @@ files:
184
198
  - .idea/vcs.xml
185
199
  - Gemfile
186
200
  - LICENSE
187
- - MIT-LICENSE
188
201
  - README.rdoc
189
202
  - Rakefile
190
203
  - app/assets/javascripts/infinitescroll.js
@@ -283,7 +296,7 @@ files:
283
296
  - spec/support/matchers.rb
284
297
  - vendor/assets/javascripts/jquery.infinitescroll.js
285
298
  - vendor/assets/javascripts/jquery.infinitescroll.min.js
286
- homepage: https://github.com/nerakdon/bootstrap_pager
299
+ homepage: http://www.gemvein.com/museum/cases/bootstrap_pager
287
300
  licenses:
288
301
  - MIT
289
302
  metadata: {}
@@ -293,17 +306,17 @@ require_paths:
293
306
  - lib
294
307
  required_ruby_version: !ruby/object:Gem::Requirement
295
308
  requirements:
296
- - - ! '>='
309
+ - - '>='
297
310
  - !ruby/object:Gem::Version
298
311
  version: '0'
299
312
  required_rubygems_version: !ruby/object:Gem::Requirement
300
313
  requirements:
301
- - - ! '>='
314
+ - - '>='
302
315
  - !ruby/object:Gem::Version
303
316
  version: '0'
304
317
  requirements: []
305
318
  rubyforge_project: bootstrap_pager
306
- rubygems_version: 2.0.7
319
+ rubygems_version: 2.0.3
307
320
  signing_key:
308
321
  specification_version: 4
309
322
  summary: A pagination engine plugin for Rails 3+ or other modern frameworks. Now with
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright (c) 2011 Akira Matsuda
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.