will_paginate_bootstrp 0.3.1 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 204181a69b8501201839076ed61332b6ad0bc1bc42222b0759f96a129b4b4706
4
- data.tar.gz: 6374b59e58ae9b5b08fdf3a2c8684c0529f3352a82d644f08eefdf2bd3ea9ace
3
+ metadata.gz: '032615739361d41ba2f03c9b7d0fba5792ad3c299fb4dba48a33e690672a74a5'
4
+ data.tar.gz: 2c3fc77324f4a66b437db3bd8ae299aa5445e429d9f4b76717b1b1db7d13c433
5
5
  SHA512:
6
- metadata.gz: e428414de4b4daa005dd38f43d061dbb4af0ee1d8d6427b5f05c0690862e9ef805de509145c7e29909f6170087f90b22aeea2a4955c7050ccc8fd1890895ce58
7
- data.tar.gz: 8e65ff86f8b2d4d0d43188af6394801ee9d92659a62f2c1d4de4f3d85dd511fbeeeb5da3702b023f775e3f88914669b87aa926b61a87abfc08e8aaf2c42816d9
6
+ metadata.gz: d0a9bdcd621bc8d8fce4af15b324d120d5356e52d4e436a86cbe3d102cbbcdd3ac1c18795a0d0fc38670bbd366cd6559913192368a9e04fa628b0eed066253db
7
+ data.tar.gz: '08f8c3e0e7734f1d42bbf7bd481a3efbc4461879527d625137e7eb9548e60a09eafcde54df14f8d4f6faf8fd93691ec9eaaf39c62c30a2f65f845786f4a6971b'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WillPaginateBootstrp
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: will_paginate_bootstrp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergii Demianchuk
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-06 00:00:00.000000000 Z
11
+ date: 2023-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: will_paginate
@@ -39,7 +39,7 @@ homepage: https://github.com/systemu-net/will_paginate_bootstrp
39
39
  licenses:
40
40
  - MIT
41
41
  metadata: {}
42
- post_install_message:
42
+ post_install_message:
43
43
  rdoc_options: []
44
44
  require_paths:
45
45
  - lib
@@ -54,8 +54,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  requirements: []
57
- rubygems_version: 3.4.1
58
- signing_key:
57
+ rubygems_version: 3.1.6
58
+ signing_key:
59
59
  specification_version: 4
60
60
  summary: Integrates Twitter Bootstrap pagination component with will_paginate gem
61
61
  test_files: []