phcscriptcdnpro 1.13.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +7 -10
  4. data/Rakefile +16 -3
  5. data/app/assets/config/phcscriptcdnpro_manifest.js +2 -0
  6. data/app/assets/javascripts/phcscriptcdnpro/application.js +1 -1
  7. data/app/assets/javascripts/phcscriptcdnpro/{api/informations.js → cdnsite/cdnpages.js} +0 -0
  8. data/app/assets/javascripts/phcscriptcdnpro/{api/versions.js → scriptcdn/authors.js} +0 -0
  9. data/app/assets/javascripts/phcscriptcdnpro/scriptcdn/information.js +2 -0
  10. data/app/assets/javascripts/phcscriptcdnpro/scriptcdn/mains.js +2 -0
  11. data/app/assets/javascripts/phcscriptcdnpro/scriptcdn/urls.js +2 -0
  12. data/app/assets/javascripts/phcscriptcdnpro/scriptcdn/versions.js +2 -0
  13. data/app/assets/stylesheets/phcscriptcdnpro/application.scss +22 -0
  14. data/app/assets/stylesheets/phcscriptcdnpro/{api/informations.scss → cdnsite/cdnpages.scss} +1 -1
  15. data/app/assets/stylesheets/phcscriptcdnpro/custom.scss +0 -4
  16. data/app/assets/stylesheets/phcscriptcdnpro/scriptcdn/authors.scss +3 -0
  17. data/app/assets/stylesheets/phcscriptcdnpro/scriptcdn/information.scss +3 -0
  18. data/app/assets/stylesheets/phcscriptcdnpro/scriptcdn/mains.scss +3 -0
  19. data/app/assets/stylesheets/phcscriptcdnpro/{api/versions.scss → scriptcdn/urls.scss} +1 -1
  20. data/app/assets/stylesheets/phcscriptcdnpro/scriptcdn/versions.scss +3 -0
  21. data/app/assets/stylesheets/scaffolds.scss +89 -0
  22. data/app/controllers/phcscriptcdnpro/application_controller.rb +3 -0
  23. data/app/controllers/phcscriptcdnpro/{frontend → cdnsite}/cdnpages_controller.rb +1 -1
  24. data/app/controllers/phcscriptcdnpro/scriptcdn/urls_controller.rb +1 -1
  25. data/app/controllers/phcscriptcdnpro/scriptcdn/versions_controller.rb +1 -1
  26. data/app/helpers/phcscriptcdnpro/application_helper.rb +2 -2
  27. data/app/helpers/phcscriptcdnpro/{api/informations_helper.rb → cdnsite/cdnpages_helper.rb} +1 -1
  28. data/app/helpers/phcscriptcdnpro/scriptcdn/authors_helper.rb +4 -0
  29. data/app/helpers/phcscriptcdnpro/scriptcdn/information_helper.rb +4 -0
  30. data/app/helpers/phcscriptcdnpro/scriptcdn/mains_helper.rb +4 -0
  31. data/app/helpers/phcscriptcdnpro/{api/versions_helper.rb → scriptcdn/urls_helper.rb} +1 -1
  32. data/app/helpers/phcscriptcdnpro/scriptcdn/versions_helper.rb +4 -0
  33. data/app/jobs/phcscriptcdnpro/application_job.rb +4 -0
  34. data/app/mailers/phcscriptcdnpro/application_mailer.rb +6 -0
  35. data/app/models/phcscriptcdnpro/application_record.rb +5 -0
  36. data/app/models/phcscriptcdnpro/scriptcdn.rb +5 -5
  37. data/app/views/layouts/phcscriptcdnpro/application.html.erb +2 -2
  38. data/app/views/layouts/phcscriptcdnpro/frontend.html.erb +4 -18
  39. data/app/views/phcscriptcdnpro/{frontend → cdnsite}/cdnpages/index.html.erb +0 -0
  40. data/app/views/phcscriptcdnpro/{frontend → cdnsite}/cdnpages/show.html.erb +0 -0
  41. data/app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb +1 -1
  42. data/app/views/phcscriptcdnpro/scriptcdn/versions/_form.html.erb +2 -2
  43. data/app/views/phcscriptcdnpro/scriptcdn/versions/_formpatch.html.erb +2 -2
  44. data/app/views/phcscriptcdnpro/scriptcdn/versions/index.html.erb +1 -1
  45. data/db/migrate/{20160617181959_create_phcscriptcdnpro_scriptcdn_authors.rb → 20160704185254_create_phcscriptcdnpro_scriptcdn_authors.rb} +0 -0
  46. data/db/migrate/{20160620233512_create_phcscriptcdnpro_scriptcdn_information.rb → 20160704185337_create_phcscriptcdnpro_scriptcdn_information.rb} +0 -0
  47. data/db/migrate/{20160618200955_create_phcscriptcdnpro_scriptcdn_urls.rb → 20160704185441_create_phcscriptcdnpro_scriptcdn_urls.rb} +0 -0
  48. data/db/migrate/{20160618201703_create_phcscriptcdnpro_scriptcdn_versions.rb → 20160704185454_create_phcscriptcdnpro_scriptcdn_versions.rb} +1 -1
  49. data/db/migrate/{20160618201418_create_phcscriptcdnpro_scriptcdn_mains.rb → 20160704190509_create_phcscriptcdnpro_scriptcdn_mains.rb} +0 -0
  50. data/lib/phcscriptcdnpro/engine.rb +1 -1
  51. data/lib/phcscriptcdnpro/version.rb +2 -2
  52. metadata +139 -106
  53. data/LICENSE +0 -238
  54. data/app/assets/stylesheets/phcscriptcdnpro/application.css.scss +0 -10
  55. data/app/models/phcscriptcdnpro/scripcdn.rb +0 -7
  56. data/app/views/phcscriptcdnpro/scriptcdn/informations/show.html.erb +0 -58
@@ -14,4 +14,4 @@
14
14
  <%= f.submit class: "btn blue-hoki" %>
15
15
  </div>
16
16
 
17
- <% end %>
17
+ <% end %>
@@ -3,8 +3,8 @@
3
3
  <%= render 'phcnotifi/validations', :object => @scriptcdn_version %>
4
4
 
5
5
  <div class="form-group field_with_error">
6
- <%= f.label :version %>
7
- <%= f.text_field :version, placeholder: "Script Version", class: "form-control" %>
6
+ <%= f.label :versionnumber %>
7
+ <%= f.text_field :versionnumber, placeholder: "Script Version", class: "form-control" %>
8
8
  </div>
9
9
  <div class="form-group field_with_error">
10
10
  <%= f.submit class: "btn blue-hoki" %>
@@ -3,8 +3,8 @@
3
3
  <%= render 'phcnotifi/validations', :object => @scriptcdn_version %>
4
4
 
5
5
  <div class="form-group field_with_error">
6
- <%= f.label :version %>
7
- <%= f.text_field :version, placeholder: "Script Version", class: "form-control" %>
6
+ <%= f.label :versionnumber %>
7
+ <%= f.text_field :versionnumber, placeholder: "Script Version", class: "form-control" %>
8
8
  </div>
9
9
  <div class="form-group field_with_error">
10
10
  <%= f.submit class: "btn blue-hoki" %>
@@ -48,7 +48,7 @@
48
48
  <tbody>
49
49
  <% @scriptcdn_versions.each do |scriptcdn_version| %>
50
50
  <tr>
51
- <td><%= link_to scriptcdn_version.version, edit_scriptcdn_main_version_path(scriptcdn_version.main, scriptcdn_version) %></td>
51
+ <td><%= link_to scriptcdn_version.versionnumber, edit_scriptcdn_main_version_path(scriptcdn_version.main, scriptcdn_version) %></td>
52
52
  <td><%= link_to 'Destroy', scriptcdn_main_version_path(scriptcdn_version.main, scriptcdn_version), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn red-mint" %></td>
53
53
  </tr>
54
54
  <% end %>
@@ -2,7 +2,7 @@ class CreatePhcscriptcdnproScriptcdnVersions < ActiveRecord::Migration
2
2
  def change
3
3
  create_table :phcscriptcdnpro_scriptcdn_versions do |t|
4
4
 
5
- t.string :version
5
+ t.string :versionnumber
6
6
 
7
7
  t.references :main, index: true
8
8
 
@@ -40,4 +40,4 @@ module Phcscriptcdnpro
40
40
  end
41
41
 
42
42
  end
43
- end
43
+ end
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "1.13.0"
3
- end
2
+ VERSION = "2.0.0"
3
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-01 00:00:00.000000000 Z
11
+ date: 2016-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,122 +16,148 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4.2'
19
+ version: '5.0'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 4.2.6
22
+ version: 5.0.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: '4.2'
29
+ version: '5.0'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 4.2.6
32
+ version: 5.0.0
33
33
  - !ruby/object:Gem::Dependency
34
- name: responders
34
+ name: multi_json
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '2.2'
39
+ version: '1.12'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 1.12.1
40
43
  type: :runtime
41
44
  prerelease: false
42
45
  version_requirements: !ruby/object:Gem::Requirement
43
46
  requirements:
44
47
  - - "~>"
45
48
  - !ruby/object:Gem::Version
46
- version: '2.2'
49
+ version: '1.12'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 1.12.1
47
53
  - !ruby/object:Gem::Dependency
48
- name: multi_json
54
+ name: authrocket
49
55
  requirement: !ruby/object:Gem::Requirement
50
56
  requirements:
51
57
  - - "~>"
52
58
  - !ruby/object:Gem::Version
53
- version: '1.12'
59
+ version: '2.0'
54
60
  - - ">="
55
61
  - !ruby/object:Gem::Version
56
- version: 1.12.1
62
+ version: 2.0.1
57
63
  type: :runtime
58
64
  prerelease: false
59
65
  version_requirements: !ruby/object:Gem::Requirement
60
66
  requirements:
61
67
  - - "~>"
62
68
  - !ruby/object:Gem::Version
63
- version: '1.12'
69
+ version: '2.0'
64
70
  - - ">="
65
71
  - !ruby/object:Gem::Version
66
- version: 1.12.1
72
+ version: 2.0.1
73
+ - !ruby/object:Gem::Dependency
74
+ name: phctitleseo
75
+ requirement: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - "~>"
78
+ - !ruby/object:Gem::Version
79
+ version: '3.0'
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: 3.0.1
83
+ type: :runtime
84
+ prerelease: false
85
+ version_requirements: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '3.0'
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ version: 3.0.1
67
93
  - !ruby/object:Gem::Dependency
68
94
  name: phcnotifi
69
95
  requirement: !ruby/object:Gem::Requirement
70
96
  requirements:
71
97
  - - "~>"
72
98
  - !ruby/object:Gem::Version
73
- version: '2.6'
99
+ version: '3.0'
74
100
  - - ">="
75
101
  - !ruby/object:Gem::Version
76
- version: 2.6.9
102
+ version: 3.0.1
77
103
  type: :runtime
78
104
  prerelease: false
79
105
  version_requirements: !ruby/object:Gem::Requirement
80
106
  requirements:
81
107
  - - "~>"
82
108
  - !ruby/object:Gem::Version
83
- version: '2.6'
109
+ version: '3.0'
84
110
  - - ">="
85
111
  - !ruby/object:Gem::Version
86
- version: 2.6.9
112
+ version: 3.0.1
87
113
  - !ruby/object:Gem::Dependency
88
- name: phctitleseo
114
+ name: pg
89
115
  requirement: !ruby/object:Gem::Requirement
90
116
  requirements:
91
117
  - - "~>"
92
118
  - !ruby/object:Gem::Version
93
- version: '2.0'
119
+ version: 0.18.4
94
120
  type: :runtime
95
121
  prerelease: false
96
122
  version_requirements: !ruby/object:Gem::Requirement
97
123
  requirements:
98
124
  - - "~>"
99
125
  - !ruby/object:Gem::Version
100
- version: '2.0'
126
+ version: 0.18.4
101
127
  - !ruby/object:Gem::Dependency
102
- name: authrocket
128
+ name: oj
103
129
  requirement: !ruby/object:Gem::Requirement
104
130
  requirements:
105
131
  - - "~>"
106
132
  - !ruby/object:Gem::Version
107
- version: '2.0'
133
+ version: '2.16'
108
134
  - - ">="
109
135
  - !ruby/object:Gem::Version
110
- version: 2.0.1
136
+ version: 2.16.1
111
137
  type: :runtime
112
138
  prerelease: false
113
139
  version_requirements: !ruby/object:Gem::Requirement
114
140
  requirements:
115
141
  - - "~>"
116
142
  - !ruby/object:Gem::Version
117
- version: '2.0'
143
+ version: '2.16'
118
144
  - - ">="
119
145
  - !ruby/object:Gem::Version
120
- version: 2.0.1
146
+ version: 2.16.1
121
147
  - !ruby/object:Gem::Dependency
122
- name: pg
148
+ name: rabl
123
149
  requirement: !ruby/object:Gem::Requirement
124
150
  requirements:
125
151
  - - "~>"
126
152
  - !ruby/object:Gem::Version
127
- version: 0.18.4
153
+ version: 0.12.0
128
154
  type: :runtime
129
155
  prerelease: false
130
156
  version_requirements: !ruby/object:Gem::Requirement
131
157
  requirements:
132
158
  - - "~>"
133
159
  - !ruby/object:Gem::Version
134
- version: 0.18.4
160
+ version: 0.12.0
135
161
  - !ruby/object:Gem::Dependency
136
162
  name: jquery-rails
137
163
  requirement: !ruby/object:Gem::Requirement
@@ -233,181 +259,173 @@ dependencies:
233
259
  - !ruby/object:Gem::Version
234
260
  version: 5.0.5
235
261
  - !ruby/object:Gem::Dependency
236
- name: oj
262
+ name: country_select
237
263
  requirement: !ruby/object:Gem::Requirement
238
264
  requirements:
239
265
  - - "~>"
240
266
  - !ruby/object:Gem::Version
241
- version: '2.16'
267
+ version: '2.5'
242
268
  - - ">="
243
269
  - !ruby/object:Gem::Version
244
- version: 2.16.1
270
+ version: 2.5.2
245
271
  type: :runtime
246
272
  prerelease: false
247
273
  version_requirements: !ruby/object:Gem::Requirement
248
274
  requirements:
249
275
  - - "~>"
250
276
  - !ruby/object:Gem::Version
251
- version: '2.16'
277
+ version: '2.5'
252
278
  - - ">="
253
279
  - !ruby/object:Gem::Version
254
- version: 2.16.1
280
+ version: 2.5.2
255
281
  - !ruby/object:Gem::Dependency
256
- name: rabl
282
+ name: rspec-rails
257
283
  requirement: !ruby/object:Gem::Requirement
258
284
  requirements:
259
285
  - - "~>"
260
286
  - !ruby/object:Gem::Version
261
- version: 0.12.0
262
- type: :runtime
287
+ version: '3.5'
288
+ type: :development
263
289
  prerelease: false
264
290
  version_requirements: !ruby/object:Gem::Requirement
265
291
  requirements:
266
292
  - - "~>"
267
293
  - !ruby/object:Gem::Version
268
- version: 0.12.0
294
+ version: '3.5'
269
295
  - !ruby/object:Gem::Dependency
270
- name: sqlite3
296
+ name: factory_girl_rails
271
297
  requirement: !ruby/object:Gem::Requirement
272
298
  requirements:
273
299
  - - "~>"
274
300
  - !ruby/object:Gem::Version
275
- version: '1.3'
276
- - - ">="
277
- - !ruby/object:Gem::Version
278
- version: 1.3.11
301
+ version: '4.7'
279
302
  type: :development
280
303
  prerelease: false
281
304
  version_requirements: !ruby/object:Gem::Requirement
282
305
  requirements:
283
306
  - - "~>"
284
307
  - !ruby/object:Gem::Version
285
- version: '1.3'
286
- - - ">="
287
- - !ruby/object:Gem::Version
288
- version: 1.3.11
308
+ version: '4.7'
289
309
  - !ruby/object:Gem::Dependency
290
- name: database_cleaner
310
+ name: capybara
291
311
  requirement: !ruby/object:Gem::Requirement
292
312
  requirements:
293
313
  - - "~>"
294
314
  - !ruby/object:Gem::Version
295
- version: '1.5'
315
+ version: '2.7'
296
316
  - - ">="
297
317
  - !ruby/object:Gem::Version
298
- version: 1.5.3
318
+ version: 2.7.1
299
319
  type: :development
300
320
  prerelease: false
301
321
  version_requirements: !ruby/object:Gem::Requirement
302
322
  requirements:
303
323
  - - "~>"
304
324
  - !ruby/object:Gem::Version
305
- version: '1.5'
325
+ version: '2.7'
306
326
  - - ">="
307
327
  - !ruby/object:Gem::Version
308
- version: 1.5.3
328
+ version: 2.7.1
309
329
  - !ruby/object:Gem::Dependency
310
- name: factory_girl_rails
330
+ name: byebug
311
331
  requirement: !ruby/object:Gem::Requirement
312
332
  requirements:
313
333
  - - "~>"
314
334
  - !ruby/object:Gem::Version
315
- version: '4.7'
316
- type: :development
317
- prerelease: false
318
- version_requirements: !ruby/object:Gem::Requirement
319
- requirements:
320
- - - "~>"
321
- - !ruby/object:Gem::Version
322
- version: '4.7'
323
- - !ruby/object:Gem::Dependency
324
- name: rspec-rails
325
- requirement: !ruby/object:Gem::Requirement
326
- requirements:
327
- - - "~>"
335
+ version: '9.0'
336
+ - - ">="
328
337
  - !ruby/object:Gem::Version
329
- version: '3.5'
338
+ version: 9.0.5
330
339
  type: :development
331
340
  prerelease: false
332
341
  version_requirements: !ruby/object:Gem::Requirement
333
342
  requirements:
334
343
  - - "~>"
335
344
  - !ruby/object:Gem::Version
336
- version: '3.5'
345
+ version: '9.0'
346
+ - - ">="
347
+ - !ruby/object:Gem::Version
348
+ version: 9.0.5
337
349
  - !ruby/object:Gem::Dependency
338
- name: capybara
350
+ name: sqlite3
339
351
  requirement: !ruby/object:Gem::Requirement
340
352
  requirements:
341
353
  - - "~>"
342
354
  - !ruby/object:Gem::Version
343
- version: '2.7'
355
+ version: '1.3'
344
356
  - - ">="
345
357
  - !ruby/object:Gem::Version
346
- version: 2.7.1
358
+ version: 1.3.11
347
359
  type: :development
348
360
  prerelease: false
349
361
  version_requirements: !ruby/object:Gem::Requirement
350
362
  requirements:
351
363
  - - "~>"
352
364
  - !ruby/object:Gem::Version
353
- version: '2.7'
365
+ version: '1.3'
354
366
  - - ">="
355
367
  - !ruby/object:Gem::Version
356
- version: 2.7.1
368
+ version: 1.3.11
357
369
  - !ruby/object:Gem::Dependency
358
- name: better_errors
370
+ name: database_cleaner
359
371
  requirement: !ruby/object:Gem::Requirement
360
372
  requirements:
361
373
  - - "~>"
362
374
  - !ruby/object:Gem::Version
363
- version: '2.1'
375
+ version: '1.5'
364
376
  - - ">="
365
377
  - !ruby/object:Gem::Version
366
- version: 2.1.1
378
+ version: 1.5.3
367
379
  type: :development
368
380
  prerelease: false
369
381
  version_requirements: !ruby/object:Gem::Requirement
370
382
  requirements:
371
383
  - - "~>"
372
384
  - !ruby/object:Gem::Version
373
- version: '2.1'
385
+ version: '1.5'
374
386
  - - ">="
375
387
  - !ruby/object:Gem::Version
376
- version: 2.1.1
388
+ version: 1.5.3
377
389
  - !ruby/object:Gem::Dependency
378
- name: binding_of_caller
390
+ name: faker
379
391
  requirement: !ruby/object:Gem::Requirement
380
392
  requirements:
381
393
  - - "~>"
382
394
  - !ruby/object:Gem::Version
383
- version: 0.7.2
395
+ version: '1.6'
396
+ - - ">="
397
+ - !ruby/object:Gem::Version
398
+ version: 1.6.3
384
399
  type: :development
385
400
  prerelease: false
386
401
  version_requirements: !ruby/object:Gem::Requirement
387
402
  requirements:
388
403
  - - "~>"
389
404
  - !ruby/object:Gem::Version
390
- version: 0.7.2
405
+ version: '1.6'
406
+ - - ">="
407
+ - !ruby/object:Gem::Version
408
+ version: 1.6.3
391
409
  - !ruby/object:Gem::Dependency
392
- name: faker
410
+ name: launchy
393
411
  requirement: !ruby/object:Gem::Requirement
394
412
  requirements:
395
413
  - - "~>"
396
414
  - !ruby/object:Gem::Version
397
- version: '1.6'
415
+ version: '2.4'
398
416
  - - ">="
399
417
  - !ruby/object:Gem::Version
400
- version: 1.6.3
418
+ version: 2.4.3
401
419
  type: :development
402
420
  prerelease: false
403
421
  version_requirements: !ruby/object:Gem::Requirement
404
422
  requirements:
405
423
  - - "~>"
406
424
  - !ruby/object:Gem::Version
407
- version: '1.6'
425
+ version: '2.4'
408
426
  - - ">="
409
427
  - !ruby/object:Gem::Version
410
- version: 1.6.3
428
+ version: 2.4.3
411
429
  - !ruby/object:Gem::Dependency
412
430
  name: selenium-webdriver
413
431
  requirement: !ruby/object:Gem::Requirement
@@ -436,31 +454,47 @@ executables: []
436
454
  extensions: []
437
455
  extra_rdoc_files: []
438
456
  files:
439
- - LICENSE
457
+ - MIT-LICENSE
440
458
  - README.md
441
459
  - Rakefile
442
- - app/assets/javascripts/phcscriptcdnpro/api/informations.js
460
+ - app/assets/config/phcscriptcdnpro_manifest.js
443
461
  - app/assets/javascripts/phcscriptcdnpro/api/mains.js
444
- - app/assets/javascripts/phcscriptcdnpro/api/versions.js
445
462
  - app/assets/javascripts/phcscriptcdnpro/application.js
446
- - app/assets/stylesheets/phcscriptcdnpro/api/informations.scss
463
+ - app/assets/javascripts/phcscriptcdnpro/cdnsite/cdnpages.js
464
+ - app/assets/javascripts/phcscriptcdnpro/scriptcdn/authors.js
465
+ - app/assets/javascripts/phcscriptcdnpro/scriptcdn/information.js
466
+ - app/assets/javascripts/phcscriptcdnpro/scriptcdn/mains.js
467
+ - app/assets/javascripts/phcscriptcdnpro/scriptcdn/urls.js
468
+ - app/assets/javascripts/phcscriptcdnpro/scriptcdn/versions.js
447
469
  - app/assets/stylesheets/phcscriptcdnpro/api/mains.scss
448
- - app/assets/stylesheets/phcscriptcdnpro/api/versions.scss
449
- - app/assets/stylesheets/phcscriptcdnpro/application.css.scss
470
+ - app/assets/stylesheets/phcscriptcdnpro/application.scss
471
+ - app/assets/stylesheets/phcscriptcdnpro/cdnsite/cdnpages.scss
450
472
  - app/assets/stylesheets/phcscriptcdnpro/custom.scss
473
+ - app/assets/stylesheets/phcscriptcdnpro/scriptcdn/authors.scss
474
+ - app/assets/stylesheets/phcscriptcdnpro/scriptcdn/information.scss
475
+ - app/assets/stylesheets/phcscriptcdnpro/scriptcdn/mains.scss
476
+ - app/assets/stylesheets/phcscriptcdnpro/scriptcdn/urls.scss
477
+ - app/assets/stylesheets/phcscriptcdnpro/scriptcdn/versions.scss
478
+ - app/assets/stylesheets/scaffolds.scss
451
479
  - app/controllers/phcscriptcdnpro/api/mains_controller.rb
452
480
  - app/controllers/phcscriptcdnpro/application_controller.rb
453
- - app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
481
+ - app/controllers/phcscriptcdnpro/cdnsite/cdnpages_controller.rb
454
482
  - app/controllers/phcscriptcdnpro/scriptcdn/authors_controller.rb
455
483
  - app/controllers/phcscriptcdnpro/scriptcdn/informations_controller.rb
456
484
  - app/controllers/phcscriptcdnpro/scriptcdn/mains_controller.rb
457
485
  - app/controllers/phcscriptcdnpro/scriptcdn/urls_controller.rb
458
486
  - app/controllers/phcscriptcdnpro/scriptcdn/versions_controller.rb
459
- - app/helpers/phcscriptcdnpro/api/informations_helper.rb
460
487
  - app/helpers/phcscriptcdnpro/api/mains_helper.rb
461
- - app/helpers/phcscriptcdnpro/api/versions_helper.rb
462
488
  - app/helpers/phcscriptcdnpro/application_helper.rb
463
- - app/models/phcscriptcdnpro/scripcdn.rb
489
+ - app/helpers/phcscriptcdnpro/cdnsite/cdnpages_helper.rb
490
+ - app/helpers/phcscriptcdnpro/scriptcdn/authors_helper.rb
491
+ - app/helpers/phcscriptcdnpro/scriptcdn/information_helper.rb
492
+ - app/helpers/phcscriptcdnpro/scriptcdn/mains_helper.rb
493
+ - app/helpers/phcscriptcdnpro/scriptcdn/urls_helper.rb
494
+ - app/helpers/phcscriptcdnpro/scriptcdn/versions_helper.rb
495
+ - app/jobs/phcscriptcdnpro/application_job.rb
496
+ - app/mailers/phcscriptcdnpro/application_mailer.rb
497
+ - app/models/phcscriptcdnpro/application_record.rb
464
498
  - app/models/phcscriptcdnpro/scriptcdn.rb
465
499
  - app/models/phcscriptcdnpro/scriptcdn/author.rb
466
500
  - app/models/phcscriptcdnpro/scriptcdn/information.rb
@@ -471,8 +505,8 @@ files:
471
505
  - app/views/layouts/phcscriptcdnpro/frontend.html.erb
472
506
  - app/views/phcscriptcdnpro/api/mains/index.json.rabl
473
507
  - app/views/phcscriptcdnpro/api/mains/show.json.rabl
474
- - app/views/phcscriptcdnpro/frontend/cdnpages/index.html.erb
475
- - app/views/phcscriptcdnpro/frontend/cdnpages/show.html.erb
508
+ - app/views/phcscriptcdnpro/cdnsite/cdnpages/index.html.erb
509
+ - app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
476
510
  - app/views/phcscriptcdnpro/scriptcdn/authors/_form.html.erb
477
511
  - app/views/phcscriptcdnpro/scriptcdn/authors/_formpatch.html.erb
478
512
  - app/views/phcscriptcdnpro/scriptcdn/authors/edit.html.erb
@@ -483,7 +517,6 @@ files:
483
517
  - app/views/phcscriptcdnpro/scriptcdn/informations/edit.html.erb
484
518
  - app/views/phcscriptcdnpro/scriptcdn/informations/index.html.erb
485
519
  - app/views/phcscriptcdnpro/scriptcdn/informations/new.html.erb
486
- - app/views/phcscriptcdnpro/scriptcdn/informations/show.html.erb
487
520
  - app/views/phcscriptcdnpro/scriptcdn/mains/_form.html.erb
488
521
  - app/views/phcscriptcdnpro/scriptcdn/mains/edit.html.erb
489
522
  - app/views/phcscriptcdnpro/scriptcdn/mains/index.html.erb
@@ -499,18 +532,18 @@ files:
499
532
  - app/views/phcscriptcdnpro/scriptcdn/versions/index.html.erb
500
533
  - app/views/phcscriptcdnpro/scriptcdn/versions/new.html.erb
501
534
  - config/routes.rb
502
- - db/migrate/20160617181959_create_phcscriptcdnpro_scriptcdn_authors.rb
503
- - db/migrate/20160618200955_create_phcscriptcdnpro_scriptcdn_urls.rb
504
- - db/migrate/20160618201418_create_phcscriptcdnpro_scriptcdn_mains.rb
505
- - db/migrate/20160618201703_create_phcscriptcdnpro_scriptcdn_versions.rb
506
- - db/migrate/20160620233512_create_phcscriptcdnpro_scriptcdn_information.rb
535
+ - db/migrate/20160704185254_create_phcscriptcdnpro_scriptcdn_authors.rb
536
+ - db/migrate/20160704185337_create_phcscriptcdnpro_scriptcdn_information.rb
537
+ - db/migrate/20160704185441_create_phcscriptcdnpro_scriptcdn_urls.rb
538
+ - db/migrate/20160704185454_create_phcscriptcdnpro_scriptcdn_versions.rb
539
+ - db/migrate/20160704190509_create_phcscriptcdnpro_scriptcdn_mains.rb
507
540
  - lib/phcscriptcdnpro.rb
508
541
  - lib/phcscriptcdnpro/engine.rb
509
542
  - lib/phcscriptcdnpro/version.rb
510
543
  - lib/tasks/phcscriptcdnpro_tasks.rake
511
- homepage: https://www.phcnetworks.net/enterprise
544
+ homepage: https://www.phcnetworks.net/
512
545
  licenses:
513
- - GPL-3.0
546
+ - MIT
514
547
  metadata: {}
515
548
  post_install_message:
516
549
  rdoc_options: []