ochko-flow_pagination 1.2.3 → 1.3.0
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/VERSION +1 -1
- data/lib/flow_pagination.rb +1 -1
- data/ochko-flow_pagination.gemspec +11 -13
- metadata +6 -7
- data/.gitignore +0 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.3.0
|
data/lib/flow_pagination.rb
CHANGED
|
@@ -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
|
|
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.
|
|
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{
|
|
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
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
|
-
- 2
|
|
9
8
|
- 3
|
|
10
|
-
|
|
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:
|
|
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
|
-
|
|
44
|
+
rdoc_options: []
|
|
45
|
+
|
|
47
46
|
require_paths:
|
|
48
47
|
- lib
|
|
49
48
|
required_ruby_version: !ruby/object:Gem::Requirement
|
data/.gitignore
DELETED