trusty-layouts-extension 2.0.1 → 2.0.2
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 +4 -4
- data/Gemfile.lock +2 -2
- data/trusty-layouts-extension.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d221570ed47f3533c8f6801b9ca04b567e31ceb
|
|
4
|
+
data.tar.gz: fc52ed5c2b2ae6c0262dd701b6416fb88b29c0a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0366d784964d1ca54df29a6fdb87aad628e761ff36ba30eb83130741f34b6ee591e2f9942870b5956cf79787eed408e1a6fdd3c4eb50f29219193242e80791e7
|
|
7
|
+
data.tar.gz: ae1bbf8ce2d7c322156363300bc6f134d9028ea8d8534fefa70df5b88a9cb2cf5fccc0bfe59367b73ae688f81434cdedb00813f67f37982d9f9e0b106aee4387
|
data/Gemfile.lock
CHANGED
|
@@ -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 = "2.0.
|
|
6
|
+
s.version = "2.0.2"
|
|
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"]
|
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
|
24
24
|
# s.executables = Dir['bin/*'] - ignores
|
|
25
25
|
s.require_paths = ["lib"]
|
|
26
26
|
|
|
27
|
-
s.add_dependency 'trusty-cms', '~> 2.0.0
|
|
27
|
+
s.add_dependency 'trusty-cms', '~> 2.0.0'
|
|
28
28
|
|
|
29
29
|
end
|
|
30
30
|
|
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: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
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: 2.0.0
|
|
24
|
+
version: 2.0.0
|
|
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: 2.0.0
|
|
31
|
+
version: 2.0.0
|
|
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
|