pagy 3.2.1 → 3.3.0

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: 660aa79dcf4de07d2377f7f7706897a14e637eae0f8ddff1799094361da5e76c
4
- data.tar.gz: eef332aa68f610aa89df84822d91c99274facf0c84162268c5a7d0c97a28163e
3
+ metadata.gz: 5dc6e1e54d77709fa8f36306dca0b316e10e458e81f770b1655a0b9a56cca78e
4
+ data.tar.gz: '092a8554d16d61c661a995acb1104d271e203282316072ddac7649a11616497e'
5
5
  SHA512:
6
- metadata.gz: cff58fe6379393d1156aafa83a85fdc0d3ebfa6e8d193215e42f7d40c59fb3f476420325ae1cce84624d8b11dddf670f874cb1fbf69c40f7a7b32f6cf6db3752
7
- data.tar.gz: 718f1a9dd1f829488228e9e4620938f48ea471b40b89ccabf610ff76b73811b57b25a5c9729ca7147ae8bbefce8b82f73d37fe76a95d9fb037c6571fe6078ee7
6
+ metadata.gz: b0e2dd58ebc6d1463567f4dff76897e823731605a517da343fa35a80b3f88c3173ab071d6f7b1bbceb870d1fc90b0ea507ac23f708d7a010e45d084d335cc3fd
7
+ data.tar.gz: 127a5d06d0fd5058457d43a3473d0d582f96425066f49c3d468307c50cbe847d779d53751097ff72758cacb17e59bf6cb94fee7107ee8ec70448d0166ff41473
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  # frozen_string_literal: true
3
3
 
4
- # Pagy initializer file (3.2.1)
4
+ # Pagy initializer file (3.3.0)
5
5
  # Customize only what you really need and notice that Pagy works also without any of the following lines.
6
6
  # Should you just cherry pick part of this file, please maintain the require-order of the extras
7
7
 
@@ -0,0 +1,22 @@
1
+ # :one_other pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/locales/utils/p11n.rb)
2
+
3
+ bg:
4
+ pagy:
5
+
6
+ item_name:
7
+ one: "резултат"
8
+ other: "резултати"
9
+
10
+ nav:
11
+ prev: "‹ Предишна"
12
+ next: "Следваща ›"
13
+ gap: "…"
14
+
15
+ info:
16
+ no_items: "Няма намерени %{item_name}"
17
+ single_page: "Показани са <b>%{count}</b> %{item_name}"
18
+ multiple_pages: "Показани са %{item_name} <b>%{from}-%{to}</b> от <b>%{count}</b> общо"
19
+
20
+ combo_nav_js: "Страница %{page_input} от %{pages}"
21
+
22
+ items_selector_js: "Покажи %{items_input} %{item_name} на страница"
@@ -4,7 +4,7 @@
4
4
 
5
5
  require 'pathname'
6
6
 
7
- class Pagy ; VERSION = '3.2.1'
7
+ class Pagy ; VERSION = '3.3.0'
8
8
 
9
9
  class OverflowError < StandardError; attr_reader :pagy; def initialize(pagy) @pagy = pagy end; end
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pagy
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Domizio Demichelis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-24 00:00:00.000000000 Z
11
+ date: 2019-06-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'Agnostic pagination in plain ruby: it works with any framework, ORM
14
14
  and DB type, with all kinds of collections, even pre-paginated, scopes, Arrays,
@@ -23,6 +23,7 @@ files:
23
23
  - lib/config/pagy.rb
24
24
  - lib/javascripts/pagy.js
25
25
  - lib/locales/README.md
26
+ - lib/locales/bg.yml
26
27
  - lib/locales/de.yml
27
28
  - lib/locales/en.yml
28
29
  - lib/locales/es.yml