ruby_pagination_logic 0.0.0 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -33,7 +33,7 @@
33
33
  Next
34
34
 
35
35
  **Author**: John Ankarström.
36
- [Source.](http://github.com/jocap/jpl)
36
+ [Source.](http://github.com/jocap/Ruby-Pagination-Logic)
37
37
 
38
38
  ## Contributing to ruby_pagination_logic
39
39
 
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/jocap/ruby_pagination_logic"
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.0.0
1
+ 0.1.0
@@ -4,7 +4,7 @@
4
4
  # http://jocap.github.com/Ruby-Pagination-Logic
5
5
  # See LICENSE.txt.
6
6
 
7
- class RPL
7
+ module RPL
8
8
 
9
9
  def self.paginate(page = 1, limit = 10)
10
10
  if page > 1
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: 31
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 0
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/jocap/ruby_pagination_logic
101
+ homepage: http://jocap.github.com/Ruby-Pagination-Logic
102
102
  licenses:
103
103
  - CC-BY-SA
104
104
  post_install_message: