paginate_me 0.0.3 → 0.0.4

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/README.markdown CHANGED
@@ -41,7 +41,7 @@ end</pre>
41
41
  <h2>Options for paginate_me(item, options ={})</h2>
42
42
  * :url - The plugin builds it's base path from the item passed in according to standard rails routing resource format. A different base url can be passed in instead. /users/page/:page_number (/users is the base_url)
43
43
  * :per_page - results per page, defaults to 10
44
- * :params_var - variable set in routes that will hold the current page number ex: <code>match "/users/page/:page", :to => "users#index"</code> :page is the :params_var
44
+ * :params_var - variable set in routes that will hold the current page number ex: <code>match "/users/page/:page", :to => "users#index"</code> :page is the :params_var , defaults to :page
45
45
 
46
46
 
47
47
  <h2>Options for paginate_for(item, options = {}, &block)</h2>
@@ -1,3 +1,3 @@
1
1
  module PaginateMe
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/paginate_me.gemspec CHANGED
@@ -7,9 +7,9 @@ Gem::Specification.new do |s|
7
7
  s.version = PaginateMe::VERSION
8
8
  s.authors = ["Adam Rensel"]
9
9
  s.email = ["adamrensel@gmail.com"]
10
- s.homepage = ""
11
- s.summary = %q{Something}
12
- s.description = %q{Its a thing}
10
+ s.homepage = "https://github.com/renz45/paginate_me"
11
+ s.summary = %q{paginate_me is a simple pagination gem for Rails 3.1}
12
+ s.description = %q{for more information, please visit the homepage or https://github.com/renz45/paginate_me for a full README}
13
13
 
14
14
  s.rubyforge_project = "paginate_me"
15
15
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paginate_me
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adam Rensel
@@ -18,7 +18,7 @@ cert_chain: []
18
18
  date: 2011-09-17 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
- description: Its a thing
21
+ description: for more information, please visit the homepage or https://github.com/renz45/paginate_me for a full README
22
22
  email:
23
23
  - adamrensel@gmail.com
24
24
  executables: []
@@ -37,7 +37,7 @@ files:
37
37
  - lib/paginate_me/railtie.rb
38
38
  - lib/paginate_me/version.rb
39
39
  - paginate_me.gemspec
40
- homepage: ""
40
+ homepage: https://github.com/renz45/paginate_me
41
41
  licenses: []
42
42
 
43
43
  post_install_message:
@@ -69,6 +69,6 @@ rubyforge_project: paginate_me
69
69
  rubygems_version: 1.8.10
70
70
  signing_key:
71
71
  specification_version: 3
72
- summary: Something
72
+ summary: paginate_me is a simple pagination gem for Rails 3.1
73
73
  test_files: []
74
74