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 +0 -0
- data/Rakefile +1 -1
- data/flow_pagination.gemspec +2 -2
- data/lib/flow_pagination.rb +1 -0
- metadata +4 -3
- metadata.gz.sig +0 -0
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"
|
data/flow_pagination.gemspec
CHANGED
|
@@ -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-
|
|
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"]
|
data/lib/flow_pagination.rb
CHANGED
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:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
|
|
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-
|
|
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
|