will_paginate-without-text 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- metadata +58 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 389f13230ba460fc3ffd2d2edbc4607ede7e43d8
|
4
|
+
data.tar.gz: 7dc8294ab17405e7e52bca497e2efde460c0152d
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e67ee1cbe6bd8792eaa9f3373d00da82b8bf59cef372c97736cca4811a50ec92c705b5411c08143e4c550e354198d18fbfb7e858f91c2611fc4e1c75a0af4272
|
7
|
+
data.tar.gz: 102c7d2cfe54a51a22017497747efa2ff39c6c5f46c6e78998080dcaed9cd6d1fda4e10012b9254efbe58f202b44c52d3921f12646d5dbef4ce86fa4fbea9be4
|
metadata
ADDED
@@ -0,0 +1,58 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: will_paginate-without-text
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Nick Dainty
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2013-10-02 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: will_paginate
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '>='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 3.0.3
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 3.0.3
|
27
|
+
description: This gem integrates the Twitter Bootstrap pagination component with the
|
28
|
+
will_paginate pagination gem. Supports Rails and Sinatra.
|
29
|
+
email:
|
30
|
+
- albertohrocha@gmail.com
|
31
|
+
executables: []
|
32
|
+
extensions: []
|
33
|
+
extra_rdoc_files: []
|
34
|
+
files: []
|
35
|
+
homepage: https://github.com/nickpad/will_paginate-bootstrap
|
36
|
+
licenses: []
|
37
|
+
metadata: {}
|
38
|
+
post_install_message:
|
39
|
+
rdoc_options: []
|
40
|
+
require_paths:
|
41
|
+
- lib
|
42
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - '>='
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
47
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
48
|
+
requirements:
|
49
|
+
- - '>='
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: '0'
|
52
|
+
requirements: []
|
53
|
+
rubyforge_project: will_paginate-bootstrap
|
54
|
+
rubygems_version: 2.1.5
|
55
|
+
signing_key:
|
56
|
+
specification_version: 4
|
57
|
+
summary: Integrates the Twitter Bootstrap pagination component with will_paginate
|
58
|
+
test_files: []
|