will_paginate-foundation 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZmM4NGU1NTczZDZlMTM5ZGQwNWVmN2JhYTM0Y2U5ZDgyYWExNTUzNg==
5
- data.tar.gz: !binary |-
6
- OTBkOGUyZTU4ZTFjMGIwMTllYjc1Y2Y4OWZlNjNkNzUwYzBhODU1Yw==
2
+ SHA1:
3
+ metadata.gz: 2ae08c68923b82d97d99acb79305034829e814b3
4
+ data.tar.gz: a7a6db2b0cc626b2e1865fce550d2727c2c7a74b
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YTcwMGM3MWU3MjRhNDQ5YmZiMTZkNDY3NmM3MTc5NDczOTI2Mjc2MjVmOTk4
10
- ZjNkYTZhMzAzZjIwZTg5MTI0ZjMwZjU5Y2JhNjdlY2FjNjAxODdlOTFkMDcz
11
- MTEyNzI0NGNiNWFkN2UxMTIwY2Q0NWUwMmRkNTY1ZTVmODFmMTk=
12
- data.tar.gz: !binary |-
13
- ODA1MDNlZGNjYWIyNzc4N2VlMmZlYzQ0YjczYzQ3NTk1MGU3NmFiNmNkYzdj
14
- ZTJmNDM1MTlkMjk0OWFmMTk4ZGFlNmNlNTRkZDJiNTBhYjJjYTQwNmQ1OWU1
15
- NzNhNWI4OGYxZDAxZTA5YTgzYTM4YzBmYzI4OTkxYzNkMjliM2Y=
6
+ metadata.gz: 98eb17c7d34a36a53ee33848d48dabaa30dba6dac2acece12f64f79a05ea0dbe39a6d791146378e9de550f24fa98e15e6fef19123977c17eb42ee8f01fa2a7a6
7
+ data.tar.gz: 11f137fc966232478778098121827fb656bcdcbf1f53d9d86a72a4d89705e452f8645929a59a5c4334cf6738e5da36d15be1ea6ed68c1b107e2ed827873c485c
@@ -15,7 +15,7 @@ module FoundationPagination
15
15
  end.join(@options[:link_separator])
16
16
 
17
17
  if @options[:foundation].to_i >= 3
18
- tag("ul", list_items, class: "pagination #{@options[:class]}")
18
+ tag("ul", list_items, :class => "pagination #{@options[:class]}")
19
19
  else
20
20
  html_container(tag("ul", list_items))
21
21
  end
@@ -32,7 +32,7 @@ module FoundationPagination
32
32
 
33
33
  def page_number(page)
34
34
  link_options = @options[:link_options] || {}
35
- tag :li, link(page, page, link_options.merge(rel: rel_value(page))), :class => ('current' if page == current_page)
35
+ tag :li, link(page, page, link_options.merge(:rel => rel_value(page))), :class => ('current' if page == current_page)
36
36
  end
37
37
 
38
38
  def gap
@@ -1,3 +1,3 @@
1
1
  module FoundationPagination
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.email = ["adrian.rangel@gmail.com"]
10
10
  s.homepage = "https://github.com/acrogenesis/will_paginate-foundation"
11
11
  s.summary = %q{Integrates the Foundation pagination component with will_paginate}
12
- s.description = %q{This gem integrates the Foundation pagination component with the will_paginate pagination gem. Supports Rails}
12
+ s.description = %q{This gem integrates the Foundation pagination component with the will_paginate pagination gem. Supports Rails and Sinatra}
13
13
  s.license = "MIT"
14
14
 
15
15
  s.rubyforge_project = "will_paginate-foundation"
metadata CHANGED
@@ -1,31 +1,31 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: will_paginate-foundation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Rangel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-08 00:00:00.000000000 Z
11
+ date: 2013-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: will_paginate
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.0.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.0.3
27
27
  description: This gem integrates the Foundation pagination component with the will_paginate
28
- pagination gem. Supports Rails
28
+ pagination gem. Supports Rails and Sinatra
29
29
  email:
30
30
  - adrian.rangel@gmail.com
31
31
  executables: []
@@ -56,17 +56,17 @@ require_paths:
56
56
  - lib
57
57
  required_ruby_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - ! '>='
64
+ - - '>='
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
67
  requirements: []
68
68
  rubyforge_project: will_paginate-foundation
69
- rubygems_version: 2.1.5
69
+ rubygems_version: 2.1.10
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: Integrates the Foundation pagination component with will_paginate