radiant-relations-extension 1.2.2 → 1.2.3
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/config/locales/en.yml
CHANGED
data/config/locales/nl.yml
CHANGED
|
@@ -22,12 +22,12 @@ module RelationsExtension::RelationsTags
|
|
|
22
22
|
end
|
|
23
23
|
end
|
|
24
24
|
|
|
25
|
-
desc %{ }
|
|
25
|
+
desc %{ Sets the scope to the first related page. }
|
|
26
26
|
tag 'related_pages:first' do |tag|
|
|
27
27
|
tag.locals.page = tag.locals.related_pages.first
|
|
28
28
|
tag.expand
|
|
29
29
|
end
|
|
30
|
-
desc %{ }
|
|
30
|
+
desc %{ Sets the scope to the last related page. }
|
|
31
31
|
tag 'related_pages:last' do |tag|
|
|
32
32
|
tag.locals.page = tag.locals.related_pages.last
|
|
33
33
|
tag.expand
|
metadata
CHANGED
|
@@ -1,35 +1,24 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: radiant-relations-extension
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 1
|
|
8
|
-
- 2
|
|
9
|
-
- 2
|
|
10
|
-
version: 1.2.2
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- Jan De Poorter
|
|
14
9
|
- Benny Degezelle
|
|
15
10
|
autorequire:
|
|
16
11
|
bindir: bin
|
|
17
12
|
cert_chain: []
|
|
18
|
-
|
|
19
|
-
date: 2012-09-28 00:00:00 +02:00
|
|
20
|
-
default_executable:
|
|
13
|
+
date: 2017-03-20 00:00:00.000000000 Z
|
|
21
14
|
dependencies: []
|
|
22
|
-
|
|
23
15
|
description: Allows you to define relations between pages
|
|
24
|
-
email:
|
|
16
|
+
email:
|
|
25
17
|
- rubygems@monkeypatch.be
|
|
26
18
|
executables: []
|
|
27
|
-
|
|
28
19
|
extensions: []
|
|
29
|
-
|
|
30
20
|
extra_rdoc_files: []
|
|
31
|
-
|
|
32
|
-
files:
|
|
21
|
+
files:
|
|
33
22
|
- app/helpers/relations_helper.rb
|
|
34
23
|
- app/models/relation_page_part.rb
|
|
35
24
|
- app/views/admin/page_parts/_relation_page_part.html.haml
|
|
@@ -54,41 +43,32 @@ files:
|
|
|
54
43
|
- relations_extension.rb
|
|
55
44
|
- spec/spec.opts
|
|
56
45
|
- spec/spec_helper.rb
|
|
57
|
-
has_rdoc: true
|
|
58
46
|
homepage: http://github.com/jomz/radiant-relations-extension
|
|
59
47
|
licenses: []
|
|
60
|
-
|
|
61
|
-
|
|
48
|
+
post_install_message: ! "\n Add this to your radiant project by putting this line
|
|
49
|
+
in your Gemfile:\n gem \"radiant-relations-extension\", \"~> 1.2.3\"\n "
|
|
62
50
|
rdoc_options: []
|
|
63
|
-
|
|
64
|
-
require_paths:
|
|
51
|
+
require_paths:
|
|
65
52
|
- lib
|
|
66
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
53
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
67
54
|
none: false
|
|
68
|
-
requirements:
|
|
69
|
-
- -
|
|
70
|
-
- !ruby/object:Gem::Version
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
- 0
|
|
74
|
-
version: "0"
|
|
75
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
|
+
requirements:
|
|
56
|
+
- - ! '>='
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
version: '0'
|
|
59
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
60
|
none: false
|
|
77
|
-
requirements:
|
|
78
|
-
- -
|
|
79
|
-
- !ruby/object:Gem::Version
|
|
80
|
-
|
|
81
|
-
segments:
|
|
82
|
-
- 0
|
|
83
|
-
version: "0"
|
|
61
|
+
requirements:
|
|
62
|
+
- - ! '>='
|
|
63
|
+
- !ruby/object:Gem::Version
|
|
64
|
+
version: '0'
|
|
84
65
|
requirements: []
|
|
85
|
-
|
|
86
66
|
rubyforge_project:
|
|
87
|
-
rubygems_version: 1.
|
|
67
|
+
rubygems_version: 1.8.29
|
|
88
68
|
signing_key:
|
|
89
69
|
specification_version: 3
|
|
90
70
|
summary: Relations extension for Radiant CMS
|
|
91
|
-
test_files:
|
|
71
|
+
test_files:
|
|
92
72
|
- spec/spec.opts
|
|
93
73
|
- spec/spec_helper.rb
|
|
94
74
|
- features/support/env.rb
|