trusty-festivity-extension 2.5.5 → 2.5.6
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 +52 -52
- data/lib/trusty-festivity-extension.rb +1 -1
- data/trusty-festivity-extension.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f5a027105854f73e9217d87bb7cdcbec849687f
|
|
4
|
+
data.tar.gz: 59a56e21d8406885eddbb0ce81d079b5668d9732
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36addf610b3da9b53d3dc06073931165bf8f03cf4e1e30f9fcda44a5d6d9861621bdd21a3077823084e07f50f6f1c7cc8de26a14e61ef67f10a88634e2777973
|
|
7
|
+
data.tar.gz: 2fe6ea4c94c678f03a077366083c6d831d883c3cbc93421b1c5bfb0bd40013f9d1230f6bf52ed632fce97657710f73987745b84651034d17056c8a517484cb58
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
trusty-festivity-extension (2.5.
|
|
4
|
+
trusty-festivity-extension (2.5.6)
|
|
5
5
|
actionpack-action_caching (~> 1.1.1)
|
|
6
6
|
chronic (~> 0.10.2)
|
|
7
7
|
dalli-elasticache (~> 0.1.2)
|
|
@@ -9,10 +9,10 @@ PATH
|
|
|
9
9
|
immutable-struct (~> 2.1)
|
|
10
10
|
instagram (~> 1.1)
|
|
11
11
|
trusty-clipped-extension (~> 2.0.13)
|
|
12
|
-
trusty-cms (>= 2.0.
|
|
12
|
+
trusty-cms (>= 2.0.22)
|
|
13
13
|
trusty-layouts-extension (~> 2.0.4)
|
|
14
14
|
trusty-multi-site-extension (~> 2.0.11)
|
|
15
|
-
trusty-rad-social-extension (~> 2.2.
|
|
15
|
+
trusty-rad-social-extension (~> 2.2.6)
|
|
16
16
|
trusty-reorder-extension (~> 2.0.6)
|
|
17
17
|
trusty-snippets-extension (~> 2.0.7)
|
|
18
18
|
trusty_google_custom_search
|
|
@@ -23,38 +23,38 @@ GEM
|
|
|
23
23
|
specs:
|
|
24
24
|
CFPropertyList (2.3.2)
|
|
25
25
|
RedCloth (4.3.2)
|
|
26
|
-
actionmailer (4.2.
|
|
27
|
-
actionpack (= 4.2.
|
|
28
|
-
actionview (= 4.2.
|
|
29
|
-
activejob (= 4.2.
|
|
26
|
+
actionmailer (4.2.7)
|
|
27
|
+
actionpack (= 4.2.7)
|
|
28
|
+
actionview (= 4.2.7)
|
|
29
|
+
activejob (= 4.2.7)
|
|
30
30
|
mail (~> 2.5, >= 2.5.4)
|
|
31
31
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
32
|
-
actionpack (4.2.
|
|
33
|
-
actionview (= 4.2.
|
|
34
|
-
activesupport (= 4.2.
|
|
32
|
+
actionpack (4.2.7)
|
|
33
|
+
actionview (= 4.2.7)
|
|
34
|
+
activesupport (= 4.2.7)
|
|
35
35
|
rack (~> 1.6)
|
|
36
36
|
rack-test (~> 0.6.2)
|
|
37
37
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
38
38
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
39
39
|
actionpack-action_caching (1.1.1)
|
|
40
40
|
actionpack (>= 4.0.0, < 5.0)
|
|
41
|
-
actionview (4.2.
|
|
42
|
-
activesupport (= 4.2.
|
|
41
|
+
actionview (4.2.7)
|
|
42
|
+
activesupport (= 4.2.7)
|
|
43
43
|
builder (~> 3.1)
|
|
44
44
|
erubis (~> 2.7.0)
|
|
45
45
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
46
46
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
47
|
-
activejob (4.2.
|
|
48
|
-
activesupport (= 4.2.
|
|
47
|
+
activejob (4.2.7)
|
|
48
|
+
activesupport (= 4.2.7)
|
|
49
49
|
globalid (>= 0.3.0)
|
|
50
|
-
activemodel (4.2.
|
|
51
|
-
activesupport (= 4.2.
|
|
50
|
+
activemodel (4.2.7)
|
|
51
|
+
activesupport (= 4.2.7)
|
|
52
52
|
builder (~> 3.1)
|
|
53
|
-
activerecord (4.2.
|
|
54
|
-
activemodel (= 4.2.
|
|
55
|
-
activesupport (= 4.2.
|
|
53
|
+
activerecord (4.2.7)
|
|
54
|
+
activemodel (= 4.2.7)
|
|
55
|
+
activesupport (= 4.2.7)
|
|
56
56
|
arel (~> 6.0)
|
|
57
|
-
activesupport (4.2.
|
|
57
|
+
activesupport (4.2.7)
|
|
58
58
|
i18n (~> 0.7)
|
|
59
59
|
json (~> 1.7, >= 1.7.7)
|
|
60
60
|
minitest (~> 5.1)
|
|
@@ -70,7 +70,7 @@ GEM
|
|
|
70
70
|
builder (3.2.2)
|
|
71
71
|
chronic (0.10.2)
|
|
72
72
|
chunky_png (1.3.6)
|
|
73
|
-
ckeditor (4.
|
|
73
|
+
ckeditor (4.2.0)
|
|
74
74
|
cocaine
|
|
75
75
|
orm_adapter (~> 0.5.0)
|
|
76
76
|
climate_control (0.0.3)
|
|
@@ -108,20 +108,20 @@ GEM
|
|
|
108
108
|
unf (>= 0.0.5, < 1.0.0)
|
|
109
109
|
equalizer (0.0.10)
|
|
110
110
|
erubis (2.7.0)
|
|
111
|
-
excon (0.
|
|
111
|
+
excon (0.51.0)
|
|
112
112
|
execjs (2.7.0)
|
|
113
113
|
factory_girl (4.7.0)
|
|
114
114
|
activesupport (>= 3.0.0)
|
|
115
115
|
factory_girl_rails (4.7.0)
|
|
116
116
|
factory_girl (~> 4.7.0)
|
|
117
117
|
railties (>= 3.0.0)
|
|
118
|
-
faker (1.6.
|
|
118
|
+
faker (1.6.6)
|
|
119
119
|
i18n (~> 0.5)
|
|
120
120
|
faraday (0.9.2)
|
|
121
121
|
multipart-post (>= 1.2, < 3)
|
|
122
122
|
faraday_middleware (0.9.2)
|
|
123
123
|
faraday (>= 0.7.4, < 0.10)
|
|
124
|
-
ffi (1.9.
|
|
124
|
+
ffi (1.9.14)
|
|
125
125
|
fission (0.5.0)
|
|
126
126
|
CFPropertyList (~> 2.2)
|
|
127
127
|
fog (1.38.0)
|
|
@@ -161,12 +161,12 @@ GEM
|
|
|
161
161
|
fog-atmos (0.1.0)
|
|
162
162
|
fog-core
|
|
163
163
|
fog-xml
|
|
164
|
-
fog-aws (0.
|
|
164
|
+
fog-aws (0.10.0)
|
|
165
165
|
fog-core (~> 1.38)
|
|
166
166
|
fog-json (~> 1.0)
|
|
167
167
|
fog-xml (~> 0.1)
|
|
168
168
|
ipaddress (~> 0.8)
|
|
169
|
-
fog-brightbox (0.
|
|
169
|
+
fog-brightbox (0.11.0)
|
|
170
170
|
fog-core (~> 1.22)
|
|
171
171
|
fog-json
|
|
172
172
|
inflecto (~> 0.0.2)
|
|
@@ -175,7 +175,7 @@ GEM
|
|
|
175
175
|
fog-json (~> 1.0)
|
|
176
176
|
fog-xml (~> 0.1)
|
|
177
177
|
ipaddress (~> 0.8)
|
|
178
|
-
fog-core (1.
|
|
178
|
+
fog-core (1.42.0)
|
|
179
179
|
builder
|
|
180
180
|
excon (~> 0.49)
|
|
181
181
|
formatador (~> 0.2)
|
|
@@ -195,8 +195,8 @@ GEM
|
|
|
195
195
|
multi_json (~> 1.10)
|
|
196
196
|
fog-local (0.3.0)
|
|
197
197
|
fog-core (~> 1.27)
|
|
198
|
-
fog-openstack (0.1.
|
|
199
|
-
fog-core (>= 1.
|
|
198
|
+
fog-openstack (0.1.9)
|
|
199
|
+
fog-core (>= 1.40)
|
|
200
200
|
fog-json (>= 1.0)
|
|
201
201
|
ipaddress (>= 0.8)
|
|
202
202
|
fog-powerdns (0.1.1)
|
|
@@ -226,7 +226,7 @@ GEM
|
|
|
226
226
|
fog-serverlove (0.1.2)
|
|
227
227
|
fog-core
|
|
228
228
|
fog-json
|
|
229
|
-
fog-softlayer (1.1.
|
|
229
|
+
fog-softlayer (1.1.3)
|
|
230
230
|
fog-core
|
|
231
231
|
fog-json
|
|
232
232
|
fog-storm_on_demand (0.1.1)
|
|
@@ -241,7 +241,7 @@ GEM
|
|
|
241
241
|
fog-voxel (0.1.0)
|
|
242
242
|
fog-core
|
|
243
243
|
fog-xml
|
|
244
|
-
fog-vsphere (0.
|
|
244
|
+
fog-vsphere (1.0.0)
|
|
245
245
|
fog-core
|
|
246
246
|
rbvmomi (~> 1.8)
|
|
247
247
|
fog-xenserver (0.2.3)
|
|
@@ -251,7 +251,7 @@ GEM
|
|
|
251
251
|
fog-core
|
|
252
252
|
nokogiri (~> 1.5, >= 1.5.11)
|
|
253
253
|
formatador (0.2.5)
|
|
254
|
-
globalid (0.3.
|
|
254
|
+
globalid (0.3.7)
|
|
255
255
|
activesupport (>= 4.1.0)
|
|
256
256
|
haml (4.0.7)
|
|
257
257
|
tilt
|
|
@@ -314,7 +314,7 @@ GEM
|
|
|
314
314
|
mini_portile2 (~> 2.1.0)
|
|
315
315
|
pkg-config (~> 1.1.7)
|
|
316
316
|
orm_adapter (0.5.0)
|
|
317
|
-
paperclip (4.3.
|
|
317
|
+
paperclip (4.3.7)
|
|
318
318
|
activemodel (>= 3.2.0)
|
|
319
319
|
activesupport (>= 3.2.0)
|
|
320
320
|
cocaine (~> 0.5.5)
|
|
@@ -323,7 +323,7 @@ GEM
|
|
|
323
323
|
pkg-config (1.1.7)
|
|
324
324
|
protected_attributes (1.0.9)
|
|
325
325
|
activemodel (>= 4.0.1, < 5.0)
|
|
326
|
-
pry (0.10.
|
|
326
|
+
pry (0.10.4)
|
|
327
327
|
coderay (~> 1.1.0)
|
|
328
328
|
method_source (~> 0.8.1)
|
|
329
329
|
slop (~> 3.4)
|
|
@@ -335,16 +335,16 @@ GEM
|
|
|
335
335
|
rack-test (0.6.3)
|
|
336
336
|
rack (>= 1.0)
|
|
337
337
|
radius (0.7.4)
|
|
338
|
-
rails (4.2.
|
|
339
|
-
actionmailer (= 4.2.
|
|
340
|
-
actionpack (= 4.2.
|
|
341
|
-
actionview (= 4.2.
|
|
342
|
-
activejob (= 4.2.
|
|
343
|
-
activemodel (= 4.2.
|
|
344
|
-
activerecord (= 4.2.
|
|
345
|
-
activesupport (= 4.2.
|
|
338
|
+
rails (4.2.7)
|
|
339
|
+
actionmailer (= 4.2.7)
|
|
340
|
+
actionpack (= 4.2.7)
|
|
341
|
+
actionview (= 4.2.7)
|
|
342
|
+
activejob (= 4.2.7)
|
|
343
|
+
activemodel (= 4.2.7)
|
|
344
|
+
activerecord (= 4.2.7)
|
|
345
|
+
activesupport (= 4.2.7)
|
|
346
346
|
bundler (>= 1.3.0, < 2.0)
|
|
347
|
-
railties (= 4.2.
|
|
347
|
+
railties (= 4.2.7)
|
|
348
348
|
sprockets-rails
|
|
349
349
|
rails-deprecated_sanitizer (1.0.3)
|
|
350
350
|
activesupport (>= 4.2.0.alpha)
|
|
@@ -356,9 +356,9 @@ GEM
|
|
|
356
356
|
loofah (~> 2.0)
|
|
357
357
|
rails-observers (0.1.2)
|
|
358
358
|
activemodel (~> 4.0)
|
|
359
|
-
railties (4.2.
|
|
360
|
-
actionpack (= 4.2.
|
|
361
|
-
activesupport (= 4.2.
|
|
359
|
+
railties (4.2.7)
|
|
360
|
+
actionpack (= 4.2.7)
|
|
361
|
+
activesupport (= 4.2.7)
|
|
362
362
|
rake (>= 0.8.7)
|
|
363
363
|
thor (>= 0.18.1, < 2.0)
|
|
364
364
|
rake (10.5.0)
|
|
@@ -371,7 +371,7 @@ GEM
|
|
|
371
371
|
trollop
|
|
372
372
|
rdoc (3.12.2)
|
|
373
373
|
json (~> 1.4)
|
|
374
|
-
recaptcha (3.
|
|
374
|
+
recaptcha (3.3.0)
|
|
375
375
|
json
|
|
376
376
|
ref (2.0.0)
|
|
377
377
|
roadie (3.1.1)
|
|
@@ -399,17 +399,17 @@ GEM
|
|
|
399
399
|
ruby_parser (3.8.2)
|
|
400
400
|
sexp_processor (~> 4.1)
|
|
401
401
|
sass (3.4.22)
|
|
402
|
-
sass-rails (5.0.
|
|
403
|
-
railties (>= 4.0.0, <
|
|
402
|
+
sass-rails (5.0.6)
|
|
403
|
+
railties (>= 4.0.0, < 6)
|
|
404
404
|
sass (~> 3.1)
|
|
405
405
|
sprockets (>= 2.8, < 4.0)
|
|
406
406
|
sprockets-rails (>= 2.0, < 4.0)
|
|
407
407
|
tilt (>= 1.1, < 3)
|
|
408
408
|
sexp_processor (4.7.0)
|
|
409
409
|
simple_oauth (0.3.1)
|
|
410
|
-
simplecov (0.
|
|
410
|
+
simplecov (0.12.0)
|
|
411
411
|
docile (~> 1.1.0)
|
|
412
|
-
json (
|
|
412
|
+
json (>= 1.8, < 3)
|
|
413
413
|
simplecov-html (~> 0.10.0)
|
|
414
414
|
simplecov-html (0.10.0)
|
|
415
415
|
slop (3.6.0)
|
|
@@ -437,7 +437,7 @@ GEM
|
|
|
437
437
|
rake (< 11.0)
|
|
438
438
|
trusty-cms (~> 2.0.16)
|
|
439
439
|
uuidtools (~> 2.1)
|
|
440
|
-
trusty-cms (2.0.
|
|
440
|
+
trusty-cms (2.0.22)
|
|
441
441
|
RedCloth (~> 4.3.2)
|
|
442
442
|
acts_as_tree (~> 2.1)
|
|
443
443
|
bundler (~> 1.7)
|
|
@@ -22,12 +22,12 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
# s.executables = Dir['bin/*'] - ignores
|
|
23
23
|
s.require_paths = ["lib"]
|
|
24
24
|
|
|
25
|
-
s.add_dependency "trusty-cms" , '>= 2.0.
|
|
25
|
+
s.add_dependency "trusty-cms" , '>= 2.0.22'
|
|
26
26
|
s.add_dependency "trusty-clipped-extension" , "~> 2.0.13"
|
|
27
27
|
s.add_dependency "trusty-snippets-extension" , "~> 2.0.7"
|
|
28
28
|
s.add_dependency "trusty-reorder-extension" , "~> 2.0.6"
|
|
29
29
|
s.add_dependency "trusty-layouts-extension" , "~> 2.0.4"
|
|
30
|
-
s.add_dependency "trusty-rad-social-extension" , "~> 2.2.
|
|
30
|
+
s.add_dependency "trusty-rad-social-extension" , "~> 2.2.6"
|
|
31
31
|
s.add_dependency "trusty-multi-site-extension" , "~> 2.0.11"
|
|
32
32
|
s.add_dependency 'actionpack-action_caching' , '~> 1.1.1'
|
|
33
33
|
s.add_dependency 'dalli-elasticache' ,'~> 0.1.2'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trusty-festivity-extension
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.
|
|
4
|
+
version: 2.5.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Sipple, Danielle Greaves, Brittany Martin, Patrick FitzGerald
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-07-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: trusty-cms
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 2.0.
|
|
19
|
+
version: 2.0.22
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 2.0.
|
|
26
|
+
version: 2.0.22
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: trusty-clipped-extension
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 2.2.
|
|
89
|
+
version: 2.2.6
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 2.2.
|
|
96
|
+
version: 2.2.6
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: trusty-multi-site-extension
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|