phcscriptcdnpro 1.11.11 → 1.11.12
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4962f44797b569ce04db1764179dd4c5a698f68d
|
4
|
+
data.tar.gz: 2cc9ec9f54126b91a273edbbfea4d8386b32881a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57b9f2c1fa42ae6fc7203011a7f332f183bb172e737e9d2badec6ee1fb92d3cac5355aaf6664774a89b17bcf2de87c424e437260a4be88929caa28b1acc3ed58
|
7
|
+
data.tar.gz: 1974a172d2baaf23e2abcbc411703339ad6de0e7428e08e994856e5ec793092ea378915c25a8369aa6811287067bccf6a3e03acbb659385ddff3792480bbcd56
|
@@ -1,27 +1,80 @@
|
|
1
1
|
<% phc_title "PHC Script CDN" %>
|
2
2
|
<% phc_title_tagline "Script Content Delivery Network" %>
|
3
3
|
|
4
|
+
<!-- Start Script CDN Detail -->
|
4
5
|
<section>
|
5
6
|
<div class="container">
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
<div class="
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
<
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
7
|
+
|
8
|
+
<div class="row nomargin">
|
9
|
+
<% @scriptcdn_main.informations.each do |information| %>
|
10
|
+
<div class="col-md-8 col-sm-8">
|
11
|
+
|
12
|
+
<div class="panel panel-default">
|
13
|
+
|
14
|
+
<div class="panel-body">
|
15
|
+
|
16
|
+
<!-- Subtitle -->
|
17
|
+
<div class="heading-title heading-border">
|
18
|
+
<h2><%= information.scripttitle %> <span><%= information.scriptplatform %></span></h2>
|
19
|
+
<ul class="list-inline categories nomargin">
|
20
|
+
<li><%= information.scriptcategory %></li>
|
21
|
+
</ul>
|
22
|
+
</div>
|
23
|
+
<!-- /Subtitle -->
|
24
|
+
|
25
|
+
<!-- Description -->
|
26
|
+
<p class="font-lato size-18"><%= information.scriptdescription %></p>
|
27
|
+
<!-- /Description -->
|
28
|
+
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<div class="panel-footer">
|
32
|
+
Created: Updated:
|
33
|
+
</div>
|
34
|
+
|
35
|
+
</div>
|
36
|
+
|
22
37
|
</div>
|
23
38
|
|
24
|
-
|
39
|
+
<div class="col-md-4 col-sm-4">
|
40
|
+
|
41
|
+
<div class="panel panel-default">
|
42
|
+
|
43
|
+
<div class="panel-body">
|
44
|
+
|
45
|
+
<ul class="portfolio-detail-list list-unstyled nomargin">
|
46
|
+
<li><span><i class="fa fa-user"></i>Status:</span> <%= information.scriptstatus %></li>
|
47
|
+
<li><span><i class="fa fa-calendar"></i>Released:</span> </li>
|
48
|
+
<li><span><i class="fa fa-lightbulb-o"></i>Licence:</span> <%= information.scriptlicence %></li>
|
49
|
+
<li><span><i class="fa fa-link"></i>Website:</span> <a href="<%= information.scriptwebsite %>"><%= information.scriptwebsite %></a></li>
|
50
|
+
</ul>
|
51
|
+
|
52
|
+
</div>
|
53
|
+
|
54
|
+
<div class="panel-footer">
|
55
|
+
|
56
|
+
<!-- Social Icons -->
|
57
|
+
<a href="<%= information.scripttwitter %>" class="social-icon social-icon-sm social-icon-transparent social-github" data-toggle="tooltip" data-placement="top" title="GitHub">
|
58
|
+
|
59
|
+
<i class="icon-github"></i>
|
60
|
+
<i class="icon-github"></i>
|
61
|
+
</a>
|
62
|
+
|
63
|
+
<a href="<%= information.scriptgithub %>" class="social-icon social-icon-sm social-icon-transparent social-twitter" data-toggle="tooltip" data-placement="top" title="Twitter">
|
64
|
+
<i class="icon-twitter"></i>
|
65
|
+
<i class="icon-twitter"></i>
|
66
|
+
</a>
|
67
|
+
<!-- /Social Icons -->
|
68
|
+
|
69
|
+
</div>
|
70
|
+
|
71
|
+
</div>
|
72
|
+
|
73
|
+
</div>
|
74
|
+
|
75
|
+
<% end %>
|
25
76
|
</div>
|
77
|
+
|
26
78
|
</div>
|
27
79
|
</section>
|
80
|
+
<!-- End Script CDN Detail -->
|
@@ -8,7 +8,7 @@ class CreatePhcscriptcdnproScriptcdnInformation < ActiveRecord::Migration
|
|
8
8
|
t.string :scriptwebsite
|
9
9
|
t.string :scripttwitter
|
10
10
|
t.string :scriptgithub
|
11
|
-
t.
|
11
|
+
t.date :scriptinitialrelease
|
12
12
|
t.string :scriptlicence
|
13
13
|
t.string :scriptplatform
|
14
14
|
t.string :scriptstatus
|
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.11.
|
4
|
+
version: 1.11.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BradPotts
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|