flow_pagination 1.2 → 1.2.1

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.tar.gz.sig CHANGED
Binary file
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'echoe'
2
2
 
3
- Echoe.new('flow_pagination', '1.2') do |e|
3
+ Echoe.new('flow_pagination', '1.2.1') do |e|
4
4
  e.description = "FlowPagination link renderer plugin for Mislav's WillPaginate plugin (Twitter like pagination)."
5
5
  e.url = "http://github.com/mexpolk/flow_pagination"
6
6
  e.author = "Ivan Torres"
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{flow_pagination}
5
- s.version = "1.2"
5
+ s.version = "1.2.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Ivan Torres"]
9
9
  s.cert_chain = ["/Users/ivan/.ssh/gem-public_cert.pem"]
10
- s.date = %q{2010-09-26}
10
+ s.date = %q{2010-11-01}
11
11
  s.description = %q{FlowPagination link renderer plugin for Mislav's WillPaginate plugin (Twitter like pagination).}
12
12
  s.email = %q{mexpolk@gmail.com}
13
13
  s.extra_rdoc_files = ["README.rdoc", "lib/flow_pagination.rb"]
@@ -12,6 +12,7 @@ module FlowPagination
12
12
  @template_params = @template.params.clone
13
13
  @template_params.delete(:controller)
14
14
  @template_params.delete(:action)
15
+ @template_params.delete(:page)
15
16
 
16
17
  @url_params = {
17
18
  :controller => @template.controller_name,
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flow_pagination
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- version: "1.2"
9
+ - 1
10
+ version: 1.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Ivan Torres
@@ -35,7 +36,7 @@ cert_chain:
35
36
  MKLC1g==
36
37
  -----END CERTIFICATE-----
37
38
 
38
- date: 2010-09-26 00:00:00 -05:00
39
+ date: 2010-11-01 00:00:00 -06:00
39
40
  default_executable:
40
41
  dependencies: []
41
42
 
metadata.gz.sig CHANGED
Binary file