trusty-layouts-extension 1.0.4 → 1.1.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.
- checksums.yaml +8 -8
- data/README.md +3 -1
- data/trusty-layouts-extension.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzRhOTM1MmUzZTNkNmRkZDc3M2MwZmQyZjEyMTZjNmUxZGY0Mjg5Zg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
M2VhN2Y4NzAyYjU0ZDZjOWUwZGZmODYyZTRiNjI5OTNhN2JmMTRiOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTcyYjgxZWY4NGQ4MTI1ZDgxOGVkMjFkMTJkNWU3ZjdhN2VjYmMxMWExMmMw
|
10
|
+
OTE2YjY3MTVhNGU5MmI5ZTAzYTUxNjRmZTRkZTlkNTdhNTAwZjk5ZmRjMGU2
|
11
|
+
OWYxNGM3NDEzMGNiMWVjZDM1NDUwMmYxNzg3NTU2YjNhYTcyNzA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZTIzYTJhN2Q2ZjdjNmRhNTYwOGFmMzcyMjY3OGRhNWM2MTI0ODllYzRiZTM4
|
14
|
+
ZjQ0ODg1OWY0NTgzMTAwZGJiMzI2YjA3MTYzNWM0YzU1Yjk2ZTBjODkxNjkz
|
15
|
+
YmYyNDNlOWNkZjBiN2Y0OWNjNjFiMjE2MDE3ZmI1NzAzMzM1NGY=
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Layouts
|
2
2
|
|
3
|
+
[](http://badge.fury.io/rb/trusty-layouts-extension)
|
4
|
+
|
3
5
|
Merges share_layouts and nested_layouts, making the whole layout adventure a lot more enjoyable
|
4
6
|
|
5
7
|
## Share Layouts
|
@@ -112,4 +114,4 @@ radius tags are passed.
|
|
112
114
|
|
113
115
|
* [SaturnFlyer](http://github.com/saturnflyer) [@SaturnFlyer](http://twitter.com/saturnflyer) (Jim Gay) | Original idea http://github.com/saturnflyer/radiant-haml_filter-extension
|
114
116
|
* [Tissak](http://github.com/tissak) [@Tissak](http://twitter.com/tissak) (Tony Issakov) | Insisted that this was possible, and then wrote up an implementation in 10 minutes
|
115
|
-
* [DirkKelly](http://github.com/dirkkelly) [@DirkKelly](http://twitter.com/dirkkelly) (Dirk Kelly) | Merged into radiant-layouts-extension and hooked page parse_object to support snippets and content haml radius tags
|
117
|
+
* [DirkKelly](http://github.com/dirkkelly) [@DirkKelly](http://twitter.com/dirkkelly) (Dirk Kelly) | Merged into radiant-layouts-extension and hooked page parse_object to support snippets and content haml radius tags
|
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
require "trusty-layouts-extension"
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = %q{trusty-layouts-extension}
|
6
|
-
s.version = "1.0
|
6
|
+
s.version = "1.1.0"
|
7
7
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
9
9
|
s.authors = ["Eric Sipple", "Michael Klett", "Jim Gay", "William Ross", "Tony Issakov", "Dirk Kelly"]
|
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
|
|
25
25
|
# s.executables = Dir['bin/*'] - ignores
|
26
26
|
s.require_paths = ["lib"]
|
27
27
|
|
28
|
-
s.add_dependency 'trusty-cms', '~> 1.
|
28
|
+
s.add_dependency 'trusty-cms', '~> 1.2'
|
29
29
|
|
30
30
|
end
|
31
31
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trusty-layouts-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Sipple
|
@@ -21,14 +21,14 @@ dependencies:
|
|
21
21
|
requirements:
|
22
22
|
- - ~>
|
23
23
|
- !ruby/object:Gem::Version
|
24
|
-
version: '1.
|
24
|
+
version: '1.2'
|
25
25
|
type: :runtime
|
26
26
|
prerelease: false
|
27
27
|
version_requirements: !ruby/object:Gem::Requirement
|
28
28
|
requirements:
|
29
29
|
- - ~>
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: '1.
|
31
|
+
version: '1.2'
|
32
32
|
description: Extends Trusty CMS Layouts to support nesting, sharing with Rails Controllers
|
33
33
|
and rendering HAML
|
34
34
|
email: sipple@trustarts.org
|