beef-pages 0.3.24 → 0.3.25
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/app/views/admin/pages/index.html.erb +2 -2
- data/beef-pages.gemspec +4 -4
- metadata +9 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.25
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<li><%= link_to 'New page', new_admin_page_path, :class => 'button', :title => "Add new page" %></li>
|
|
8
8
|
<% end -%>
|
|
9
9
|
<% if !@parent.nil? and @parent.parent.nil? %>
|
|
10
|
-
<li><%= link_to "All top pages", admin_pages_path(), :class => "up button" %></li>
|
|
10
|
+
<li><%= link_to "All top pages", admin_pages_path(), :class => "up button", :title => "View the top (root) pages" %></li>
|
|
11
11
|
<% elsif !@parent.nil? %>
|
|
12
|
-
<li><%= link_to "Up to #{@parent.parent.title}", admin_page_pages_path(@parent.parent), :class => "up button" %></li>
|
|
12
|
+
<li><%= link_to "Up to #{@parent.parent.title}", admin_page_pages_path(@parent.parent), :class => "up button", :title => 'View pages above these pages' %></li>
|
|
13
13
|
<% end %>
|
|
14
14
|
</ul>
|
|
15
15
|
|
data/beef-pages.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{beef-pages}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.25"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Steve England"]
|
|
12
|
-
s.date = %q{2010-07-
|
|
12
|
+
s.date = %q{2010-07-09}
|
|
13
13
|
s.email = %q{steve@wearebeef.co.uk}
|
|
14
14
|
s.extra_rdoc_files = [
|
|
15
15
|
"LICENSE",
|
|
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
|
|
|
45
45
|
s.homepage = %q{http://github.com/stengland/pages}
|
|
46
46
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
47
47
|
s.require_paths = ["lib"]
|
|
48
|
-
s.rubygems_version = %q{1.3.
|
|
48
|
+
s.rubygems_version = %q{1.3.7}
|
|
49
49
|
s.summary = %q{Pages engine}
|
|
50
50
|
s.test_files = [
|
|
51
51
|
"test/pages_test.rb",
|
|
@@ -56,7 +56,7 @@ Gem::Specification.new do |s|
|
|
|
56
56
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
57
57
|
s.specification_version = 3
|
|
58
58
|
|
|
59
|
-
if Gem::Version.new(Gem::
|
|
59
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
60
60
|
else
|
|
61
61
|
end
|
|
62
62
|
else
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: beef-pages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 33
|
|
4
5
|
prerelease: false
|
|
5
6
|
segments:
|
|
6
7
|
- 0
|
|
7
8
|
- 3
|
|
8
|
-
-
|
|
9
|
-
version: 0.3.
|
|
9
|
+
- 25
|
|
10
|
+
version: 0.3.25
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Steve England
|
|
@@ -14,7 +15,7 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date: 2010-07-
|
|
18
|
+
date: 2010-07-09 00:00:00 +01:00
|
|
18
19
|
default_executable:
|
|
19
20
|
dependencies: []
|
|
20
21
|
|
|
@@ -63,23 +64,27 @@ rdoc_options:
|
|
|
63
64
|
require_paths:
|
|
64
65
|
- lib
|
|
65
66
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
67
|
+
none: false
|
|
66
68
|
requirements:
|
|
67
69
|
- - ">="
|
|
68
70
|
- !ruby/object:Gem::Version
|
|
71
|
+
hash: 3
|
|
69
72
|
segments:
|
|
70
73
|
- 0
|
|
71
74
|
version: "0"
|
|
72
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
|
+
none: false
|
|
73
77
|
requirements:
|
|
74
78
|
- - ">="
|
|
75
79
|
- !ruby/object:Gem::Version
|
|
80
|
+
hash: 3
|
|
76
81
|
segments:
|
|
77
82
|
- 0
|
|
78
83
|
version: "0"
|
|
79
84
|
requirements: []
|
|
80
85
|
|
|
81
86
|
rubyforge_project:
|
|
82
|
-
rubygems_version: 1.3.
|
|
87
|
+
rubygems_version: 1.3.7
|
|
83
88
|
signing_key:
|
|
84
89
|
specification_version: 3
|
|
85
90
|
summary: Pages engine
|