trusty-festivity-extension 2.5.4 → 2.5.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +17 -2
- data/Gemfile.lock +508 -16
- data/README.md +2 -0
- data/Rakefile +9 -109
- data/app/assets/images/skins/crawl/crawl-after-dark-bg.png +0 -0
- data/app/assets/images/skins/crawl/crawl-intro-bg.png +0 -0
- data/app/assets/images/skins/crawl/crawl-map.png +0 -0
- data/app/assets/images/skins/crawl/crawl-up-next-bg.png +0 -0
- data/app/assets/images/skins/traf/traf-background.png +0 -0
- data/config/database.yml +7 -0
- data/coverage/assets/0.10.0/application.css +799 -0
- data/coverage/assets/0.10.0/application.js +1707 -0
- data/coverage/assets/0.10.0/colorbox/border.png +0 -0
- data/coverage/assets/0.10.0/colorbox/controls.png +0 -0
- data/coverage/assets/0.10.0/colorbox/loading.gif +0 -0
- data/coverage/assets/0.10.0/colorbox/loading_background.png +0 -0
- data/coverage/assets/0.10.0/favicon_green.png +0 -0
- data/coverage/assets/0.10.0/favicon_red.png +0 -0
- data/coverage/assets/0.10.0/favicon_yellow.png +0 -0
- data/coverage/assets/0.10.0/loading.gif +0 -0
- data/coverage/assets/0.10.0/magnify.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/coverage/index.html +11913 -0
- data/lib/festivity/engine.rb +1 -0
- data/lib/trusty-festivity-extension.rb +1 -1
- data/spec/ci/database.mysql.yml +21 -0
- data/spec/dummy/README.rdoc +28 -0
- data/spec/dummy/Rakefile +5 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/bin/setup +29 -0
- data/spec/dummy/config/application.rb +100 -0
- data/spec/dummy/config/boot.rb +6 -0
- data/spec/dummy/config/database.yml +13 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +49 -0
- data/spec/dummy/config/environments/production.rb +79 -0
- data/spec/dummy/config/environments/test.rb +42 -0
- data/spec/dummy/config/initializers/assets.rb +11 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +4 -0
- data/spec/dummy/config/initializers/session_store.rb +3 -0
- data/spec/dummy/config/initializers/trusty_cms_config.rb +20 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +23 -0
- data/spec/dummy/config/routes.rb +0 -0
- data/spec/dummy/config/secrets.yml +22 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/db/schema.rb +262 -0
- data/spec/dummy/log/test.log +2151 -0
- data/spec/dummy/public/404.html +67 -0
- data/spec/dummy/public/422.html +67 -0
- data/spec/dummy/public/500.html +66 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/tmp/cache/747/A70/TrustyCms%3A%3AConfig +2 -0
- data/spec/dummy/tmp/cache/85C/FA0/TrustyCms.cache_mtime +0 -0
- data/spec/dummy/tmp/radiant_config_cache.txt +0 -0
- data/spec/factories/festivity_event_page.rb +9 -0
- data/spec/factories/site.rb +9 -0
- data/spec/models/festivity_event_page_spec.rb +21 -0
- data/spec/rails_helper.rb +51 -0
- data/spec/spec_helper.rb +22 -0
- data/trusty-festivity-extension.gemspec +3 -3
- metadata +118 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 435a867c592ad2631681c5b61d4e6c41533aeaf6
|
4
|
+
data.tar.gz: ecc75ba955ffea2f34128bbd87228a5b70765531
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8634a136f4ebc148673de2e90ea3a8f26b93a1d45faa64bd9791a0ccd6272460b252d0ba3b3a7f0084da70f12b7a6d0535a4a0ea5cda674e253258b4f94da87
|
7
|
+
data.tar.gz: 2ba2d8f31531c495c1a5a6e42d367d4b19d4611654d86acdd4925986bb8d736c9a3621bd3bd9e5cfaa3ae06eed399005d7cb3f6a526d4f6b32a1cff8f5dc9c98
|
data/Gemfile
CHANGED
@@ -1,3 +1,18 @@
|
|
1
1
|
source "https://rubygems.org"
|
2
|
-
|
3
|
-
gem
|
2
|
+
gemspec
|
3
|
+
gem 'trustygems', '~> 0.1.0'
|
4
|
+
|
5
|
+
group :development, :test do
|
6
|
+
gem 'pry', '~> 0.10.0'
|
7
|
+
gem 'rspec-rails', '~> 3.0.0'
|
8
|
+
gem 'rails-observers'
|
9
|
+
gem 'protected_attributes'
|
10
|
+
gem 'pry-rails'
|
11
|
+
end
|
12
|
+
|
13
|
+
group :test do
|
14
|
+
gem 'database_cleaner'
|
15
|
+
gem 'factory_girl_rails'
|
16
|
+
gem 'simplecov'
|
17
|
+
gem 'faker'
|
18
|
+
end
|
data/Gemfile.lock
CHANGED
@@ -1,35 +1,527 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
trusty-festivity-extension (2.5.5)
|
5
|
+
actionpack-action_caching (~> 1.1.1)
|
6
|
+
chronic (~> 0.10.2)
|
7
|
+
dalli-elasticache (~> 0.1.2)
|
8
|
+
fog (~> 1.26)
|
9
|
+
immutable-struct (~> 2.1)
|
10
|
+
instagram (~> 1.1)
|
11
|
+
trusty-clipped-extension (~> 2.0.13)
|
12
|
+
trusty-cms (>= 2.0.21)
|
13
|
+
trusty-layouts-extension (~> 2.0.4)
|
14
|
+
trusty-multi-site-extension (~> 2.0.11)
|
15
|
+
trusty-rad-social-extension (~> 2.2.3)
|
16
|
+
trusty-reorder-extension (~> 2.0.6)
|
17
|
+
trusty-snippets-extension (~> 2.0.7)
|
18
|
+
trusty_google_custom_search
|
19
|
+
twitter (~> 5.15)
|
20
|
+
|
1
21
|
GEM
|
2
22
|
remote: https://rubygems.org/
|
3
23
|
specs:
|
24
|
+
CFPropertyList (2.3.2)
|
25
|
+
RedCloth (4.3.2)
|
26
|
+
actionmailer (4.2.6)
|
27
|
+
actionpack (= 4.2.6)
|
28
|
+
actionview (= 4.2.6)
|
29
|
+
activejob (= 4.2.6)
|
30
|
+
mail (~> 2.5, >= 2.5.4)
|
31
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
32
|
+
actionpack (4.2.6)
|
33
|
+
actionview (= 4.2.6)
|
34
|
+
activesupport (= 4.2.6)
|
35
|
+
rack (~> 1.6)
|
36
|
+
rack-test (~> 0.6.2)
|
37
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
38
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
39
|
+
actionpack-action_caching (1.1.1)
|
40
|
+
actionpack (>= 4.0.0, < 5.0)
|
41
|
+
actionview (4.2.6)
|
42
|
+
activesupport (= 4.2.6)
|
43
|
+
builder (~> 3.1)
|
44
|
+
erubis (~> 2.7.0)
|
45
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
46
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
47
|
+
activejob (4.2.6)
|
48
|
+
activesupport (= 4.2.6)
|
49
|
+
globalid (>= 0.3.0)
|
50
|
+
activemodel (4.2.6)
|
51
|
+
activesupport (= 4.2.6)
|
52
|
+
builder (~> 3.1)
|
53
|
+
activerecord (4.2.6)
|
54
|
+
activemodel (= 4.2.6)
|
55
|
+
activesupport (= 4.2.6)
|
56
|
+
arel (~> 6.0)
|
57
|
+
activesupport (4.2.6)
|
58
|
+
i18n (~> 0.7)
|
59
|
+
json (~> 1.7, >= 1.7.7)
|
60
|
+
minitest (~> 5.1)
|
61
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
62
|
+
tzinfo (~> 1.1)
|
63
|
+
acts_as_list (0.4.0)
|
64
|
+
activerecord (>= 3.0)
|
65
|
+
acts_as_tree (2.4.0)
|
66
|
+
activerecord (>= 3.0.0)
|
67
|
+
addressable (2.4.0)
|
68
|
+
arel (6.0.3)
|
69
|
+
buftok (0.2.0)
|
4
70
|
builder (3.2.2)
|
71
|
+
chronic (0.10.2)
|
72
|
+
chunky_png (1.3.6)
|
73
|
+
ckeditor (4.1.6)
|
74
|
+
cocaine
|
75
|
+
orm_adapter (~> 0.5.0)
|
76
|
+
climate_control (0.0.3)
|
77
|
+
activesupport (>= 3.0)
|
78
|
+
cocaine (0.5.8)
|
79
|
+
climate_control (>= 0.0.3, < 1.0)
|
80
|
+
coderay (1.1.1)
|
81
|
+
compass (1.0.3)
|
82
|
+
chunky_png (~> 1.2)
|
83
|
+
compass-core (~> 1.0.2)
|
84
|
+
compass-import-once (~> 1.0.5)
|
85
|
+
rb-fsevent (>= 0.9.3)
|
86
|
+
rb-inotify (>= 0.9)
|
87
|
+
sass (>= 3.3.13, < 3.5)
|
88
|
+
compass-core (1.0.3)
|
89
|
+
multi_json (~> 1.0)
|
90
|
+
sass (>= 3.3.0, < 3.5)
|
91
|
+
compass-import-once (1.0.5)
|
92
|
+
sass (>= 3.2, < 3.5)
|
93
|
+
compass-rails (2.0.5)
|
94
|
+
compass (~> 1.0.0)
|
95
|
+
sass-rails (< 5.1)
|
96
|
+
sprockets (< 2.13)
|
97
|
+
css_parser (1.3.7)
|
98
|
+
addressable
|
99
|
+
dalli (2.7.6)
|
100
|
+
dalli-elasticache (0.1.2)
|
101
|
+
dalli (>= 1.0.0)
|
102
|
+
database_cleaner (1.5.3)
|
103
|
+
delocalize (0.4.0)
|
104
|
+
rails (>= 3.0)
|
105
|
+
diff-lcs (1.2.5)
|
106
|
+
docile (1.1.5)
|
107
|
+
domain_name (0.5.20160615)
|
108
|
+
unf (>= 0.0.5, < 1.0.0)
|
109
|
+
equalizer (0.0.10)
|
110
|
+
erubis (2.7.0)
|
111
|
+
excon (0.49.0)
|
112
|
+
execjs (2.7.0)
|
113
|
+
factory_girl (4.7.0)
|
114
|
+
activesupport (>= 3.0.0)
|
115
|
+
factory_girl_rails (4.7.0)
|
116
|
+
factory_girl (~> 4.7.0)
|
117
|
+
railties (>= 3.0.0)
|
118
|
+
faker (1.6.3)
|
119
|
+
i18n (~> 0.5)
|
5
120
|
faraday (0.9.2)
|
6
121
|
multipart-post (>= 1.2, < 3)
|
7
|
-
|
122
|
+
faraday_middleware (0.9.2)
|
123
|
+
faraday (>= 0.7.4, < 0.10)
|
124
|
+
ffi (1.9.10)
|
125
|
+
fission (0.5.0)
|
126
|
+
CFPropertyList (~> 2.2)
|
127
|
+
fog (1.38.0)
|
128
|
+
fog-aliyun (>= 0.1.0)
|
129
|
+
fog-atmos
|
130
|
+
fog-aws (>= 0.6.0)
|
131
|
+
fog-brightbox (~> 0.4)
|
132
|
+
fog-cloudatcost (~> 0.1.0)
|
133
|
+
fog-core (~> 1.32)
|
134
|
+
fog-dynect (~> 0.0.2)
|
135
|
+
fog-ecloud (~> 0.1)
|
136
|
+
fog-google (<= 0.1.0)
|
137
|
+
fog-json
|
138
|
+
fog-local
|
139
|
+
fog-openstack
|
140
|
+
fog-powerdns (>= 0.1.1)
|
141
|
+
fog-profitbricks
|
142
|
+
fog-rackspace
|
143
|
+
fog-radosgw (>= 0.0.2)
|
144
|
+
fog-riakcs
|
145
|
+
fog-sakuracloud (>= 0.0.4)
|
146
|
+
fog-serverlove
|
147
|
+
fog-softlayer
|
148
|
+
fog-storm_on_demand
|
149
|
+
fog-terremark
|
150
|
+
fog-vmfusion
|
151
|
+
fog-voxel
|
152
|
+
fog-vsphere (>= 0.4.0)
|
153
|
+
fog-xenserver
|
154
|
+
fog-xml (~> 0.1.1)
|
155
|
+
ipaddress (~> 0.5)
|
156
|
+
fog-aliyun (0.1.0)
|
157
|
+
fog-core (~> 1.27)
|
158
|
+
fog-json (~> 1.0)
|
159
|
+
ipaddress (~> 0.8)
|
160
|
+
xml-simple (~> 1.1)
|
161
|
+
fog-atmos (0.1.0)
|
162
|
+
fog-core
|
163
|
+
fog-xml
|
164
|
+
fog-aws (0.9.3)
|
165
|
+
fog-core (~> 1.38)
|
166
|
+
fog-json (~> 1.0)
|
167
|
+
fog-xml (~> 0.1)
|
168
|
+
ipaddress (~> 0.8)
|
169
|
+
fog-brightbox (0.10.1)
|
170
|
+
fog-core (~> 1.22)
|
171
|
+
fog-json
|
172
|
+
inflecto (~> 0.0.2)
|
173
|
+
fog-cloudatcost (0.1.2)
|
174
|
+
fog-core (~> 1.36)
|
175
|
+
fog-json (~> 1.0)
|
176
|
+
fog-xml (~> 0.1)
|
177
|
+
ipaddress (~> 0.8)
|
178
|
+
fog-core (1.40.0)
|
8
179
|
builder
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
180
|
+
excon (~> 0.49)
|
181
|
+
formatador (~> 0.2)
|
182
|
+
fog-dynect (0.0.3)
|
183
|
+
fog-core
|
184
|
+
fog-json
|
185
|
+
fog-xml
|
186
|
+
fog-ecloud (0.3.0)
|
187
|
+
fog-core
|
188
|
+
fog-xml
|
189
|
+
fog-google (0.1.0)
|
190
|
+
fog-core
|
191
|
+
fog-json
|
192
|
+
fog-xml
|
193
|
+
fog-json (1.0.2)
|
194
|
+
fog-core (~> 1.0)
|
195
|
+
multi_json (~> 1.10)
|
196
|
+
fog-local (0.3.0)
|
197
|
+
fog-core (~> 1.27)
|
198
|
+
fog-openstack (0.1.6)
|
199
|
+
fog-core (>= 1.39)
|
200
|
+
fog-json (>= 1.0)
|
201
|
+
ipaddress (>= 0.8)
|
202
|
+
fog-powerdns (0.1.1)
|
203
|
+
fog-core (~> 1.27)
|
204
|
+
fog-json (~> 1.0)
|
205
|
+
fog-xml (~> 0.1)
|
206
|
+
fog-profitbricks (0.0.5)
|
207
|
+
fog-core
|
208
|
+
fog-xml
|
209
|
+
nokogiri
|
210
|
+
fog-rackspace (0.1.1)
|
211
|
+
fog-core (>= 1.35)
|
212
|
+
fog-json (>= 1.0)
|
213
|
+
fog-xml (>= 0.1)
|
214
|
+
ipaddress (>= 0.8)
|
215
|
+
fog-radosgw (0.0.5)
|
216
|
+
fog-core (>= 1.21.0)
|
217
|
+
fog-json
|
218
|
+
fog-xml (>= 0.0.1)
|
219
|
+
fog-riakcs (0.1.0)
|
220
|
+
fog-core
|
221
|
+
fog-json
|
222
|
+
fog-xml
|
223
|
+
fog-sakuracloud (1.7.5)
|
224
|
+
fog-core
|
225
|
+
fog-json
|
226
|
+
fog-serverlove (0.1.2)
|
227
|
+
fog-core
|
228
|
+
fog-json
|
229
|
+
fog-softlayer (1.1.2)
|
230
|
+
fog-core
|
231
|
+
fog-json
|
232
|
+
fog-storm_on_demand (0.1.1)
|
233
|
+
fog-core
|
234
|
+
fog-json
|
235
|
+
fog-terremark (0.1.0)
|
236
|
+
fog-core
|
237
|
+
fog-xml
|
238
|
+
fog-vmfusion (0.1.0)
|
239
|
+
fission
|
240
|
+
fog-core
|
241
|
+
fog-voxel (0.1.0)
|
242
|
+
fog-core
|
243
|
+
fog-xml
|
244
|
+
fog-vsphere (0.8.0)
|
245
|
+
fog-core
|
246
|
+
rbvmomi (~> 1.8)
|
247
|
+
fog-xenserver (0.2.3)
|
248
|
+
fog-core
|
249
|
+
fog-xml
|
250
|
+
fog-xml (0.1.2)
|
251
|
+
fog-core
|
252
|
+
nokogiri (~> 1.5, >= 1.5.11)
|
253
|
+
formatador (0.2.5)
|
254
|
+
globalid (0.3.6)
|
255
|
+
activesupport (>= 4.1.0)
|
256
|
+
haml (4.0.7)
|
257
|
+
tilt
|
258
|
+
haml-rails (0.9.0)
|
259
|
+
actionpack (>= 4.0.1)
|
260
|
+
activesupport (>= 4.0.1)
|
261
|
+
haml (>= 4.0.6, < 5.0)
|
262
|
+
html2haml (>= 1.0.1)
|
263
|
+
railties (>= 4.0.1)
|
264
|
+
hashie (3.4.4)
|
265
|
+
highline (1.7.8)
|
266
|
+
hike (1.2.3)
|
267
|
+
hpricot (0.8.6)
|
268
|
+
html2haml (2.0.0)
|
269
|
+
erubis (~> 2.7.0)
|
270
|
+
haml (~> 4.0.0)
|
271
|
+
nokogiri (~> 1.6.0)
|
272
|
+
ruby_parser (~> 3.5)
|
273
|
+
http (1.0.4)
|
274
|
+
addressable (~> 2.3)
|
275
|
+
http-cookie (~> 1.0)
|
276
|
+
http-form_data (~> 1.0.1)
|
277
|
+
http_parser.rb (~> 0.6.0)
|
278
|
+
http-cookie (1.0.2)
|
279
|
+
domain_name (~> 0.5)
|
280
|
+
http-form_data (1.0.1)
|
281
|
+
http_parser.rb (0.6.0)
|
282
|
+
i18n (0.7.0)
|
283
|
+
immutable-struct (2.2.2)
|
284
|
+
inflecto (0.0.2)
|
285
|
+
instagram (1.1.6)
|
286
|
+
faraday (>= 0.7, < 0.10)
|
287
|
+
faraday_middleware (>= 0.8, < 0.10)
|
288
|
+
hashie (>= 0.4.0)
|
289
|
+
multi_json (~> 1.0, >= 1.0.3)
|
290
|
+
ipaddress (0.8.3)
|
291
|
+
jquery-rails (3.1.4)
|
292
|
+
railties (>= 3.0, < 5.0)
|
293
|
+
thor (>= 0.14, < 2.0)
|
294
|
+
json (1.8.3)
|
295
|
+
libv8 (3.16.14.15)
|
296
|
+
loofah (2.0.3)
|
297
|
+
nokogiri (>= 1.5.9)
|
298
|
+
mail (2.6.4)
|
299
|
+
mime-types (>= 1.16, < 4)
|
300
|
+
memoizable (0.4.2)
|
301
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
302
|
+
method_source (0.8.2)
|
303
|
+
mime-types (3.1)
|
304
|
+
mime-types-data (~> 3.2015)
|
305
|
+
mime-types-data (3.2016.0521)
|
306
|
+
mimemagic (0.3.0)
|
307
|
+
mini_portile2 (2.1.0)
|
308
|
+
minitest (5.9.0)
|
309
|
+
multi_json (1.12.1)
|
14
310
|
multipart-post (2.0.0)
|
15
|
-
|
311
|
+
mysql2 (0.4.4)
|
312
|
+
naught (1.1.0)
|
313
|
+
nokogiri (1.6.8)
|
314
|
+
mini_portile2 (~> 2.1.0)
|
315
|
+
pkg-config (~> 1.1.7)
|
316
|
+
orm_adapter (0.5.0)
|
317
|
+
paperclip (4.3.6)
|
318
|
+
activemodel (>= 3.2.0)
|
319
|
+
activesupport (>= 3.2.0)
|
320
|
+
cocaine (~> 0.5.5)
|
321
|
+
mime-types
|
322
|
+
mimemagic (= 0.3.0)
|
323
|
+
pkg-config (1.1.7)
|
324
|
+
protected_attributes (1.0.9)
|
325
|
+
activemodel (>= 4.0.1, < 5.0)
|
326
|
+
pry (0.10.3)
|
327
|
+
coderay (~> 1.1.0)
|
328
|
+
method_source (~> 0.8.1)
|
329
|
+
slop (~> 3.4)
|
330
|
+
pry-rails (0.3.4)
|
331
|
+
pry (>= 0.9.10)
|
16
332
|
rack (1.6.4)
|
17
|
-
rack-
|
18
|
-
rack
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
333
|
+
rack-cache (1.6.1)
|
334
|
+
rack (>= 0.4)
|
335
|
+
rack-test (0.6.3)
|
336
|
+
rack (>= 1.0)
|
337
|
+
radius (0.7.4)
|
338
|
+
rails (4.2.6)
|
339
|
+
actionmailer (= 4.2.6)
|
340
|
+
actionpack (= 4.2.6)
|
341
|
+
actionview (= 4.2.6)
|
342
|
+
activejob (= 4.2.6)
|
343
|
+
activemodel (= 4.2.6)
|
344
|
+
activerecord (= 4.2.6)
|
345
|
+
activesupport (= 4.2.6)
|
346
|
+
bundler (>= 1.3.0, < 2.0)
|
347
|
+
railties (= 4.2.6)
|
348
|
+
sprockets-rails
|
349
|
+
rails-deprecated_sanitizer (1.0.3)
|
350
|
+
activesupport (>= 4.2.0.alpha)
|
351
|
+
rails-dom-testing (1.0.7)
|
352
|
+
activesupport (>= 4.2.0.beta, < 5.0)
|
353
|
+
nokogiri (~> 1.6.0)
|
354
|
+
rails-deprecated_sanitizer (>= 1.0.1)
|
355
|
+
rails-html-sanitizer (1.0.3)
|
356
|
+
loofah (~> 2.0)
|
357
|
+
rails-observers (0.1.2)
|
358
|
+
activemodel (~> 4.0)
|
359
|
+
railties (4.2.6)
|
360
|
+
actionpack (= 4.2.6)
|
361
|
+
activesupport (= 4.2.6)
|
362
|
+
rake (>= 0.8.7)
|
363
|
+
thor (>= 0.18.1, < 2.0)
|
364
|
+
rake (10.5.0)
|
365
|
+
rb-fsevent (0.9.7)
|
366
|
+
rb-inotify (0.9.7)
|
367
|
+
ffi (>= 0.5.0)
|
368
|
+
rbvmomi (1.8.2)
|
369
|
+
builder
|
370
|
+
nokogiri (>= 1.4.1)
|
371
|
+
trollop
|
372
|
+
rdoc (3.12.2)
|
373
|
+
json (~> 1.4)
|
374
|
+
recaptcha (3.2.0)
|
375
|
+
json
|
376
|
+
ref (2.0.0)
|
377
|
+
roadie (3.1.1)
|
378
|
+
css_parser (~> 1.3.4)
|
379
|
+
nokogiri (>= 1.5.0, < 1.7.0)
|
380
|
+
roadie-rails (1.0.6)
|
381
|
+
railties (>= 3.0, < 4.3)
|
382
|
+
roadie (~> 3.0)
|
383
|
+
rspec-core (3.0.4)
|
384
|
+
rspec-support (~> 3.0.0)
|
385
|
+
rspec-expectations (3.0.4)
|
386
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
387
|
+
rspec-support (~> 3.0.0)
|
388
|
+
rspec-mocks (3.0.4)
|
389
|
+
rspec-support (~> 3.0.0)
|
390
|
+
rspec-rails (3.0.2)
|
391
|
+
actionpack (>= 3.0)
|
392
|
+
activesupport (>= 3.0)
|
393
|
+
railties (>= 3.0)
|
394
|
+
rspec-core (~> 3.0.0)
|
395
|
+
rspec-expectations (~> 3.0.0)
|
396
|
+
rspec-mocks (~> 3.0.0)
|
397
|
+
rspec-support (~> 3.0.0)
|
398
|
+
rspec-support (3.0.4)
|
399
|
+
ruby_parser (3.8.2)
|
400
|
+
sexp_processor (~> 4.1)
|
401
|
+
sass (3.4.22)
|
402
|
+
sass-rails (5.0.4)
|
403
|
+
railties (>= 4.0.0, < 5.0)
|
404
|
+
sass (~> 3.1)
|
405
|
+
sprockets (>= 2.8, < 4.0)
|
406
|
+
sprockets-rails (>= 2.0, < 4.0)
|
407
|
+
tilt (>= 1.1, < 3)
|
408
|
+
sexp_processor (4.7.0)
|
409
|
+
simple_oauth (0.3.1)
|
410
|
+
simplecov (0.11.2)
|
411
|
+
docile (~> 1.1.0)
|
412
|
+
json (~> 1.8)
|
413
|
+
simplecov-html (~> 0.10.0)
|
414
|
+
simplecov-html (0.10.0)
|
415
|
+
slop (3.6.0)
|
416
|
+
sprockets (2.12.4)
|
417
|
+
hike (~> 1.2)
|
418
|
+
multi_json (~> 1.0)
|
419
|
+
rack (~> 1.0)
|
420
|
+
tilt (~> 1.1, != 1.3.0)
|
421
|
+
sprockets-rails (2.3.3)
|
422
|
+
actionpack (>= 3.0)
|
423
|
+
activesupport (>= 3.0)
|
424
|
+
sprockets (>= 2.8, < 4.0)
|
425
|
+
stringex (1.5.1)
|
426
|
+
therubyracer (0.12.2)
|
427
|
+
libv8 (~> 3.16.14.0)
|
428
|
+
ref
|
429
|
+
thor (0.19.1)
|
430
|
+
thread_safe (0.3.5)
|
431
|
+
tilt (1.4.1)
|
432
|
+
trollop (2.1.2)
|
433
|
+
trusty-clipped-extension (2.0.13)
|
434
|
+
acts_as_list (~> 0.4.0)
|
435
|
+
cocaine (~> 0.5)
|
436
|
+
paperclip (~> 4.2)
|
437
|
+
rake (< 11.0)
|
438
|
+
trusty-cms (~> 2.0.16)
|
439
|
+
uuidtools (~> 2.1)
|
440
|
+
trusty-cms (2.0.21)
|
441
|
+
RedCloth (~> 4.3.2)
|
442
|
+
acts_as_tree (~> 2.1)
|
443
|
+
bundler (~> 1.7)
|
444
|
+
ckeditor (~> 4.1)
|
445
|
+
compass-rails (~> 2.0)
|
446
|
+
delocalize (~> 0.2)
|
447
|
+
execjs (~> 2.2)
|
448
|
+
haml (~> 4.0)
|
449
|
+
haml-rails (~> 0.5)
|
450
|
+
highline (~> 1.6)
|
451
|
+
jquery-rails (~> 3.1)
|
452
|
+
mysql2 (~> 0.4.2)
|
453
|
+
protected_attributes (~> 1.0.9)
|
454
|
+
rack (~> 1.4)
|
455
|
+
rack-cache (~> 1.2)
|
456
|
+
radius (~> 0.7)
|
457
|
+
rails (~> 4.2)
|
458
|
+
rake (< 11.0)
|
459
|
+
rdoc (~> 3.9)
|
460
|
+
stringex (~> 1.3)
|
461
|
+
therubyracer (~> 0.12)
|
462
|
+
tzinfo (~> 1.2)
|
463
|
+
uglifier (~> 2.6)
|
464
|
+
will_paginate (~> 3.0)
|
465
|
+
trusty-layouts-extension (2.0.4)
|
466
|
+
trusty-cms (~> 2.0.16)
|
467
|
+
trusty-multi-site-extension (2.0.11)
|
468
|
+
acts_as_list (= 0.4.0)
|
469
|
+
rake (< 11.0)
|
470
|
+
trusty-cms (~> 2.0.16)
|
471
|
+
trusty-snippets-extension (~> 2.0.0)
|
472
|
+
trusty-rad-social-extension (2.2.6)
|
473
|
+
recaptcha (~> 3.0)
|
474
|
+
roadie-rails (~> 1.0.6)
|
475
|
+
trusty-cms (~> 2.0.0)
|
476
|
+
trusty-layouts-extension (~> 2.0.2)
|
477
|
+
trusty-reorder-extension (2.0.6)
|
478
|
+
acts_as_list (= 0.4.0)
|
479
|
+
rake (< 11.0)
|
480
|
+
trusty-cms (~> 2.0.16)
|
481
|
+
trusty-snippets-extension (2.0.7)
|
482
|
+
rake (< 11.0)
|
483
|
+
trusty-cms (~> 2.0.16)
|
484
|
+
trusty_google_custom_search (1.0.2)
|
485
|
+
hpricot (~> 0.8.6)
|
25
486
|
trustygems (0.1.0)
|
26
487
|
rake
|
488
|
+
twitter (5.16.0)
|
489
|
+
addressable (~> 2.3)
|
490
|
+
buftok (~> 0.2.0)
|
491
|
+
equalizer (= 0.0.10)
|
492
|
+
faraday (~> 0.9.0)
|
493
|
+
http (~> 1.0)
|
494
|
+
http_parser.rb (~> 0.6.0)
|
495
|
+
json (~> 1.8)
|
496
|
+
memoizable (~> 0.4.0)
|
497
|
+
naught (~> 1.0)
|
498
|
+
simple_oauth (~> 0.3.0)
|
499
|
+
tzinfo (1.2.2)
|
500
|
+
thread_safe (~> 0.1)
|
501
|
+
uglifier (2.7.2)
|
502
|
+
execjs (>= 0.3.0)
|
503
|
+
json (>= 1.8.0)
|
504
|
+
unf (0.1.4)
|
505
|
+
unf_ext
|
506
|
+
unf_ext (0.0.7.2)
|
507
|
+
uuidtools (2.1.5)
|
508
|
+
will_paginate (3.1.0)
|
509
|
+
xml-simple (1.1.5)
|
27
510
|
|
28
511
|
PLATFORMS
|
29
512
|
ruby
|
30
513
|
|
31
514
|
DEPENDENCIES
|
32
|
-
|
515
|
+
database_cleaner
|
516
|
+
factory_girl_rails
|
517
|
+
faker
|
518
|
+
protected_attributes
|
519
|
+
pry (~> 0.10.0)
|
520
|
+
pry-rails
|
521
|
+
rails-observers
|
522
|
+
rspec-rails (~> 3.0.0)
|
523
|
+
simplecov
|
524
|
+
trusty-festivity-extension!
|
33
525
|
trustygems (~> 0.1.0)
|
34
526
|
|
35
527
|
BUNDLED WITH
|
data/README.md
CHANGED
data/Rakefile
CHANGED
@@ -1,110 +1,10 @@
|
|
1
1
|
require 'trustygems'
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
# require "#{File.expand_path(File.dirname(__FILE__) + "/../../../")}/config/boot"
|
12
|
-
# end
|
13
|
-
# end
|
14
|
-
#
|
15
|
-
# require 'rake'
|
16
|
-
# require 'rdoc/task'
|
17
|
-
# require 'rake/testtask'
|
18
|
-
#
|
19
|
-
# rspec_base = File.expand_path(RADIANT_ROOT + '/vendor/plugins/rspec/lib')
|
20
|
-
# $LOAD_PATH.unshift(rspec_base) if File.exist?(rspec_base)
|
21
|
-
# require 'spec/rake/spectask'
|
22
|
-
# require 'cucumber'
|
23
|
-
# require 'cucumber/rake/task'
|
24
|
-
#
|
25
|
-
# # Cleanup the RADIANT_ROOT constant so specs will load the environment
|
26
|
-
# Object.send(:remove_const, :RADIANT_ROOT)
|
27
|
-
#
|
28
|
-
# extension_root = File.expand_path(File.dirname(__FILE__))
|
29
|
-
#
|
30
|
-
# task :default => [:spec, :features]
|
31
|
-
# task :stats => "spec:statsetup"
|
32
|
-
#
|
33
|
-
# desc "Run all specs in spec directory"
|
34
|
-
# Spec::Rake::SpecTask.new(:spec) do |t|
|
35
|
-
# t.spec_opts = ['--options', "\"#{extension_root}/spec/spec.opts\""]
|
36
|
-
# t.spec_files = FileList['spec/**/*_spec.rb']
|
37
|
-
# end
|
38
|
-
#
|
39
|
-
# task :features => 'spec:integration'
|
40
|
-
#
|
41
|
-
# namespace :spec do
|
42
|
-
# desc "Run all specs in spec directory with RCov"
|
43
|
-
# Spec::Rake::SpecTask.new(:rcov) do |t|
|
44
|
-
# t.spec_opts = ['--options', "\"#{extension_root}/spec/spec.opts\""]
|
45
|
-
# t.spec_files = FileList['spec/**/*_spec.rb']
|
46
|
-
# t.rcov = true
|
47
|
-
# t.rcov_opts = ['--exclude', 'spec', '--rails']
|
48
|
-
# end
|
49
|
-
#
|
50
|
-
# desc "Print Specdoc for all specs"
|
51
|
-
# Spec::Rake::SpecTask.new(:doc) do |t|
|
52
|
-
# t.spec_opts = ["--format", "specdoc", "--dry-run"]
|
53
|
-
# t.spec_files = FileList['spec/**/*_spec.rb']
|
54
|
-
# end
|
55
|
-
#
|
56
|
-
# [:models, :controllers, :views, :helpers].each do |sub|
|
57
|
-
# desc "Run the specs under spec/#{sub}"
|
58
|
-
# Spec::Rake::SpecTask.new(sub) do |t|
|
59
|
-
# t.spec_opts = ['--options', "\"#{extension_root}/spec/spec.opts\""]
|
60
|
-
# t.spec_files = FileList["spec/#{sub}/**/*_spec.rb"]
|
61
|
-
# end
|
62
|
-
# end
|
63
|
-
#
|
64
|
-
# desc "Run the Cucumber features"
|
65
|
-
# Cucumber::Rake::Task.new(:integration) do |t|
|
66
|
-
# t.fork = true
|
67
|
-
# t.cucumber_opts = ['--format', (ENV['CUCUMBER_FORMAT'] || 'pretty')]
|
68
|
-
# # t.feature_pattern = "#{extension_root}/features/**/*.feature"
|
69
|
-
# t.profile = "default"
|
70
|
-
# end
|
71
|
-
#
|
72
|
-
# # Setup specs for stats
|
73
|
-
# task :statsetup do
|
74
|
-
# require 'code_statistics'
|
75
|
-
# ::STATS_DIRECTORIES << %w(Model\ specs spec/models)
|
76
|
-
# ::STATS_DIRECTORIES << %w(View\ specs spec/views)
|
77
|
-
# ::STATS_DIRECTORIES << %w(Controller\ specs spec/controllers)
|
78
|
-
# ::STATS_DIRECTORIES << %w(Helper\ specs spec/views)
|
79
|
-
# ::CodeStatistics::TEST_TYPES << "Model specs"
|
80
|
-
# ::CodeStatistics::TEST_TYPES << "View specs"
|
81
|
-
# ::CodeStatistics::TEST_TYPES << "Controller specs"
|
82
|
-
# ::CodeStatistics::TEST_TYPES << "Helper specs"
|
83
|
-
# ::STATS_DIRECTORIES.delete_if {|a| a[0] =~ /test/}
|
84
|
-
# end
|
85
|
-
#
|
86
|
-
# namespace :db do
|
87
|
-
# namespace :fixtures do
|
88
|
-
# desc "Load fixtures (from spec/fixtures) into the current environment's database. Load specific fixtures using FIXTURES=x,y"
|
89
|
-
# task :load => :environment do
|
90
|
-
# require 'active_record/fixtures'
|
91
|
-
# ActiveRecord::Base.establish_connection(RAILS_ENV.to_sym)
|
92
|
-
# (ENV['FIXTURES'] ? ENV['FIXTURES'].split(/,/) : Dir.glob(File.join(RAILS_ROOT, 'spec', 'fixtures', '*.{yml,csv}'))).each do |fixture_file|
|
93
|
-
# Fixtures.create_fixtures('spec/fixtures', File.basename(fixture_file, '.*'))
|
94
|
-
# end
|
95
|
-
# end
|
96
|
-
# end
|
97
|
-
# end
|
98
|
-
# end
|
99
|
-
#
|
100
|
-
# desc 'Generate documentation for the snippets extension.'
|
101
|
-
# RDoc::Task.new(:rdoc) do |rdoc|
|
102
|
-
# rdoc.rdoc_dir = 'rdoc'
|
103
|
-
# rdoc.title = 'SnippetsExtension'
|
104
|
-
# rdoc.options << '--line-numbers' << '--inline-source'
|
105
|
-
# rdoc.rdoc_files.include('README')
|
106
|
-
# rdoc.rdoc_files.include('lib/**/*.rb')
|
107
|
-
# end
|
108
|
-
#
|
109
|
-
# # Load any custom rakefiles for extension
|
110
|
-
# Dir[File.dirname(__FILE__) + '/tasks/*.rake'].sort.each { |f| require f }
|
2
|
+
|
3
|
+
Bundler::GemHelper.install_tasks
|
4
|
+
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
|
5
|
+
load 'rails/tasks/engine.rake'
|
6
|
+
|
7
|
+
require 'rspec/core'
|
8
|
+
require 'rspec/core/rake_task'
|
9
|
+
|
10
|
+
task :default => :spec
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|