will_paginate-bootstrap-large 0.0.1
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 +7 -0
- metadata +58 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: e40aba0709d5bec586a0379fd8c7ef0e85ba0f80
|
|
4
|
+
data.tar.gz: e3234cd89da998f8d9a83960afcae6bdf9f596c2
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 85df5f14745d89d923d76aa1a9272b7cc9cb04c9963b38336cbfbd4ae57c47607e1542e264b34880c62163271da7b4945f0fe28a5597ec9b20f95714039d0e34
|
|
7
|
+
data.tar.gz: 33fdce7f86921f458e331d85c8a6e9b1b4b41b00cce31c2a95a1407820e96c6a59da97c556b4b6093348d5edcda38adfb072700b7ebcb5d9bf27216758329cc1
|
metadata
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: will_paginate-bootstrap-large
|
|
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 [LARGE]pagination component
|
|
28
|
+
with the 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-large
|
|
54
|
+
rubygems_version: 2.1.5
|
|
55
|
+
signing_key:
|
|
56
|
+
specification_version: 4
|
|
57
|
+
summary: Integrates the Twitter Bootstrap pagination[LARGE] component with will_paginate
|
|
58
|
+
test_files: []
|