just_paginate 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +21 -5
- data/lib/just_paginate.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -62,9 +62,25 @@ Or simply stick just_paginate into your Gemfile and use Bundler to
|
|
62
62
|
pull it down.
|
63
63
|
|
64
64
|
|
65
|
-
|
66
|
-
|
65
|
+
## License
|
66
|
+
|
67
|
+
### The MIT License (MIT)
|
68
|
+
|
69
|
+
**Copyright (C) 2013 Gitorious AS**
|
70
|
+
|
71
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
72
|
+
this software and associated documentation files (the "Software"), to deal in
|
73
|
+
the Software without restriction, including without limitation the rights to
|
74
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
75
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
76
|
+
subject to the following conditions:
|
77
|
+
|
78
|
+
The above copyright notice and this permission notice shall be included in all
|
79
|
+
copies or substantial portions of the Software.
|
67
80
|
|
68
|
-
|
69
|
-
|
70
|
-
|
81
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
82
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
83
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
84
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
85
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
86
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/lib/just_paginate.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: just_paginate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-09-
|
12
|
+
date: 2013-09-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: minitest
|