alphabetic_paginate 0.0.6 → 0.0.7

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDZiZTJlYTg4NjBkOTMwZmExMTVmZjQ3Mjg2YWJjZjJjNTQ0MDhlYw==
4
+ NWFmYTdjZWNjYzVhMTdmZjUwZDFjNzEyNzc0ZDE2YTE4NDExMDQ0MQ==
5
5
  data.tar.gz: !binary |-
6
- YWYxODk1OWNlZTA2ZThkNGQxNzdhYTBjYmI0ODVlN2VhODIwODliNw==
6
+ YTEwOWIxYjc5NjZkZDU4MTM3N2IyYjhhOTc3NDgzZGQ1MWJhNWI5MA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ODU5YWYxMDlkZGFkZDA1MmUxZDc3YzEzYzBmMDY1MjUyMzJjZTM1NWY5ZTZl
10
- ODQyNmZiMjEzNjM4NzljMjU2NzM1NjE5NDlhNjlmYTJjMTMzNjY2NzIzMTRi
11
- OGYwYWE3M2Y2ZmEwZjVmY2ViNTQ5MWYwNmFkNjllZjJmOWRiOTg=
9
+ NjljOTZhZTEzZDRlYWFkMmFjNDdlNmRhMzgyNmJkYzAxOWU0ZTNhZWMxOTQ0
10
+ ZDY1ZjcxZmI1ODcwMDU4MDhmNGI1OTRkYTI3YWY2NDYyNDQyMDQ1NWQ1MDQz
11
+ ZDI5NzI3ODE0NzdkNTdmNGU2N2E1ZDNmM2ZmMGQxNDRhMTdkZjY=
12
12
  data.tar.gz: !binary |-
13
- NzYyOTJmNTNiZjI3NzZkNTQyODc2MTg3MWU0NzBlMTVkYzNmYTZmNGRiMTUw
14
- ODQ0ZThhMzVhNDkyZDM3N2U0YTY3MWRkY2RjMjA4M2NjMTNjODNhMjFiN2Rk
15
- YWI5ZTMyMTg5ZWRmNGRkZjU3MGFhMzI5MjdkZDAzYzBiMjdhNzU=
13
+ ZDY0ZjI5ZTJiZWU1MDQ3OTdiOTA5YzJhOWU4YjFmYmRmNjEzMjdhZGUzMjY5
14
+ ZGY0NGJkODdjMzIyMmQ2ZDk4ZDBhYzU3NzFlNjdmYWIyYmMwNDYwNmFkMzA5
15
+ Y2Q4YmNjNTY2NGE3ZjZhMmE1Mzk0YTQ5MmQ5ZTUzNWFiYTRlZDY=
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 Oleg Grishin
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # AlphabeticPaginate
1
+ # Alphabetic Paginate
2
2
 
3
3
  Paginates in alphabetic groups
4
4
 
@@ -1,3 +1,3 @@
1
1
  module AlphabeticPaginate
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alphabetic_paginate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Grishin
@@ -53,34 +53,6 @@ dependencies:
53
53
  - - ~>
54
54
  - !ruby/object:Gem::Version
55
55
  version: '2.6'
56
- - !ruby/object:Gem::Dependency
57
- name: i18n
58
- requirement: !ruby/object:Gem::Requirement
59
- requirements:
60
- - - ~>
61
- - !ruby/object:Gem::Version
62
- version: 0.6.1
63
- type: :runtime
64
- prerelease: false
65
- version_requirements: !ruby/object:Gem::Requirement
66
- requirements:
67
- - - ~>
68
- - !ruby/object:Gem::Version
69
- version: 0.6.1
70
- - !ruby/object:Gem::Dependency
71
- name: activesupport
72
- requirement: !ruby/object:Gem::Requirement
73
- requirements:
74
- - - ! '>='
75
- - !ruby/object:Gem::Version
76
- version: '0'
77
- type: :runtime
78
- prerelease: false
79
- version_requirements: !ruby/object:Gem::Requirement
80
- requirements:
81
- - - ! '>='
82
- - !ruby/object:Gem::Version
83
- version: '0'
84
56
  - !ruby/object:Gem::Dependency
85
57
  name: railties
86
58
  requirement: !ruby/object:Gem::Requirement
@@ -107,6 +79,7 @@ files:
107
79
  - lib/alphabetic_paginate/version.rb
108
80
  - lib/alphabetic_paginate/paginator.rb
109
81
  - README.md
82
+ - LICENSE.txt
110
83
  homepage: https://github.com/grishinoleg/alphabetic_paginate
111
84
  licenses:
112
85
  - MIT