trusty-layouts-extension 2.0.3 → 2.0.4
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 +10 -7
- data/trusty-layouts-extension.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba444498b616011b9f5e13de89b7baed0da53469
|
|
4
|
+
data.tar.gz: fe6d3a58029301b6a57fde7c15bccbd61b50972f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff47fd87ac6ce25ed3c1f529dfa1dbcf0c62f61eaae667172b1a5885508596c12574d96548557e2fcc267a2fcc95d9366eec29fd1fb02894d33e722b4c6ed457
|
|
7
|
+
data.tar.gz: a47e97247060159fbdfa05e655a0cd2feed47877f3a58fa6f379171f651a2401bb7b7ee598b8a6411fa94a2cf2d810c4c2c3ea30b843e8cef75baefb900ca837
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
trusty-layouts-extension (2.0.
|
|
4
|
+
trusty-layouts-extension (2.0.4)
|
|
5
5
|
trusty-cms (~> 2.0.16)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -87,7 +87,7 @@ GEM
|
|
|
87
87
|
rails (>= 3.0)
|
|
88
88
|
diff-lcs (1.2.5)
|
|
89
89
|
erubis (2.7.0)
|
|
90
|
-
eventmachine (1.0.
|
|
90
|
+
eventmachine (1.2.0.1)
|
|
91
91
|
execjs (2.6.0)
|
|
92
92
|
factory_girl (4.5.0)
|
|
93
93
|
activesupport (>= 3.0.0)
|
|
@@ -122,10 +122,12 @@ GEM
|
|
|
122
122
|
libv8 (3.16.14.13)
|
|
123
123
|
loofah (2.0.3)
|
|
124
124
|
nokogiri (>= 1.5.9)
|
|
125
|
-
mail (2.6.
|
|
126
|
-
mime-types (>= 1.16, <
|
|
125
|
+
mail (2.6.4)
|
|
126
|
+
mime-types (>= 1.16, < 4)
|
|
127
127
|
method_source (0.8.2)
|
|
128
|
-
mime-types (
|
|
128
|
+
mime-types (3.0)
|
|
129
|
+
mime-types-data (~> 3.2015)
|
|
130
|
+
mime-types-data (3.2016.0221)
|
|
129
131
|
mini_portile2 (2.0.0)
|
|
130
132
|
minitest (5.8.4)
|
|
131
133
|
multi_json (1.11.2)
|
|
@@ -179,7 +181,7 @@ GEM
|
|
|
179
181
|
activesupport (= 4.2.6)
|
|
180
182
|
rake (>= 0.8.7)
|
|
181
183
|
thor (>= 0.18.1, < 2.0)
|
|
182
|
-
rake (
|
|
184
|
+
rake (10.5.0)
|
|
183
185
|
rb-fsevent (0.9.7)
|
|
184
186
|
rb-inotify (0.9.7)
|
|
185
187
|
ffi (>= 0.5.0)
|
|
@@ -233,7 +235,7 @@ GEM
|
|
|
233
235
|
thor (0.19.1)
|
|
234
236
|
thread_safe (0.3.5)
|
|
235
237
|
tilt (1.4.1)
|
|
236
|
-
trusty-cms (2.0.
|
|
238
|
+
trusty-cms (2.0.19)
|
|
237
239
|
RedCloth (~> 4.2)
|
|
238
240
|
acts_as_tree (~> 2.1)
|
|
239
241
|
bundler (~> 1.7)
|
|
@@ -251,6 +253,7 @@ GEM
|
|
|
251
253
|
rack-cache (~> 1.2)
|
|
252
254
|
radius (~> 0.7)
|
|
253
255
|
rails (~> 4.2)
|
|
256
|
+
rake (< 11.0)
|
|
254
257
|
rdoc (~> 3.9)
|
|
255
258
|
stringex (~> 1.3)
|
|
256
259
|
therubyracer (~> 0.12)
|
|
@@ -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.4"
|
|
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", "Brittany Martin"]
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Sipple
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2016-03-
|
|
17
|
+
date: 2016-03-25 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: trusty-cms
|