ochko-flow_pagination 1.2.3 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.3
1
+ 1.3.0
@@ -1,7 +1,7 @@
1
1
  module FlowPagination
2
2
 
3
3
  # FlowPagination renderer for (Mislav) WillPaginate Plugin
4
- class LinkRenderer < WillPaginate::LinkRenderer
4
+ class LinkRenderer < WillPaginate::ViewHelpers::LinkRenderer
5
5
 
6
6
  # Render flow navigation
7
7
  def to_html
@@ -1,33 +1,31 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ochko-flow_pagination}
8
- s.version = "1.2.3"
8
+ s.version = "1.3.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ochirkhuyag.L"]
12
- s.date = %q{2010-05-19}
12
+ s.date = %q{2011-04-23}
13
13
  s.description = %q{Replace paginate links with remote 'more' link}
14
14
  s.email = %q{ochkoo@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "README.rdoc"
17
17
  ]
18
18
  s.files = [
19
- ".gitignore",
20
- "MIT-LICENSE",
21
- "Manifest",
22
- "README.rdoc",
23
- "Rakefile",
24
- "VERSION",
25
- "init.rb",
26
- "lib/flow_pagination.rb",
27
- "ochko-flow_pagination.gemspec"
19
+ "MIT-LICENSE",
20
+ "Manifest",
21
+ "README.rdoc",
22
+ "Rakefile",
23
+ "VERSION",
24
+ "init.rb",
25
+ "lib/flow_pagination.rb",
26
+ "ochko-flow_pagination.gemspec"
28
27
  ]
29
28
  s.homepage = %q{http://github.com/ochko/flow_pagination}
30
- s.rdoc_options = ["--charset=UTF-8"]
31
29
  s.require_paths = ["lib"]
32
30
  s.rubygems_version = %q{1.3.7}
33
31
  s.summary = %q{FlowPagination link renderer for WillPaginate}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ochko-flow_pagination
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 2
9
8
  - 3
10
- version: 1.2.3
9
+ - 0
10
+ version: 1.3.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ochirkhuyag.L
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-05-19 00:00:00 +09:00
18
+ date: 2011-04-23 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -28,7 +28,6 @@ extensions: []
28
28
  extra_rdoc_files:
29
29
  - README.rdoc
30
30
  files:
31
- - .gitignore
32
31
  - MIT-LICENSE
33
32
  - Manifest
34
33
  - README.rdoc
@@ -42,8 +41,8 @@ homepage: http://github.com/ochko/flow_pagination
42
41
  licenses: []
43
42
 
44
43
  post_install_message:
45
- rdoc_options:
46
- - --charset=UTF-8
44
+ rdoc_options: []
45
+
47
46
  require_paths:
48
47
  - lib
49
48
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,3 +0,0 @@
1
- pkg
2
- doc
3
- *.gem