ruby_pagination_logic 0.0.0 → 0.1.0
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.
- data/LICENSE.txt +3 -1
- data/README.md +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/lib/ruby_pagination_logic.rb +1 -1
- metadata +4 -4
data/LICENSE.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
Based on [CC-BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/).
|
|
2
2
|
|
|
3
|
-
You must give attribution in source code, although not on website (if you're using it for your website). If you make any modifications, please publish it under the this license, CC-BY-SA 3.0, and give attribution.
|
|
3
|
+
You must give attribution in source code, although not on website (if you're using it for your website). If you make any modifications, please publish it under the this license, CC-BY-SA 3.0, and give attribution.
|
|
4
|
+
|
|
5
|
+
John Ankarström.
|
data/README.md
CHANGED
data/Rakefile
CHANGED
|
@@ -13,7 +13,7 @@ require 'jeweler'
|
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
|
14
14
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
15
15
|
gem.name = "ruby_pagination_logic"
|
|
16
|
-
gem.homepage = "http://github.com/
|
|
16
|
+
gem.homepage = "http://jocap.github.com/Ruby-Pagination-Logic"
|
|
17
17
|
gem.license = "CC-BY-SA"
|
|
18
18
|
gem.summary = %Q{Ruby Pagination Logic is a tiny library providing you the pagination logic for any Ruby application.}
|
|
19
19
|
gem.description = %Q{Ruby Pagination Logic provides you the pagination logic, while being lightweight and easy to use.}
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.1.0
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_pagination_logic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
+
- 1
|
|
8
9
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.0.0
|
|
10
|
+
version: 0.1.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "John Ankarstr\xC3\xB6m"
|
|
@@ -98,7 +98,7 @@ files:
|
|
|
98
98
|
- test/test_ruby_pagination_logic.rb
|
|
99
99
|
- README.md
|
|
100
100
|
has_rdoc: true
|
|
101
|
-
homepage: http://github.com/
|
|
101
|
+
homepage: http://jocap.github.com/Ruby-Pagination-Logic
|
|
102
102
|
licenses:
|
|
103
103
|
- CC-BY-SA
|
|
104
104
|
post_install_message:
|