appscms-tools-theme 5.0.5 → 5.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 737eab698cbdbd639c8470c0c1ff95fa32deaec81c07243d49f25ed54387fb99
4
- data.tar.gz: 2691ebd27a97494218669f01553b2568e455bf02f8e755dba7524df6ae51e002
3
+ metadata.gz: 50a5496be0a4d88dc97fd099a0361a4488c38167114a39416f54bcca02215e15
4
+ data.tar.gz: 1408f36c168ed6c974d449448e23a61c4c5ea3b322088e17c9052079585dc80a
5
5
  SHA512:
6
- metadata.gz: c9ee363df655cffa6db01d3490ecb910a8fdf925b78d73e81cb46da0f6fc94fde3c6d0301ccf2ff3ddfbfdabc95e8e47f05e1148a3f6f8485e96a45943bad7d9
7
- data.tar.gz: 945be9b9d57731334907a8812fdcb66b83174ec433d2baa2c598d0f221d856eb69322e6eee07ced471ff9920ab613d2152af944df5adee8c535e369e103bda82
6
+ metadata.gz: 274c1b7ad90e21b75a884e898a097a91cbb291d21b226c0966fbc955fe2970e1465db4613be47afe215c8c1129a856b1fc76acb78f1c73f49e57f8aebd1d0b8c
7
+ data.tar.gz: ddea4da303d6233169bbad9a4c8d1603b5726725d933b50aa2a3d1e83296b4cc7c4b21ca81c715eb765b45662f31628721c2144b484cf0fe4400e37c4de7e1dd
@@ -71,7 +71,7 @@ languages/languages.html -%} {% assign dataFile= site.data[folder][lang][file]
71
71
  <div class="col-md-12 mt-4 mb-2">
72
72
  <div class="d-flex justify-content-between">
73
73
  <div id="copyright-text">
74
- © 2024 Copyright:
74
+ © 2025 Copyright:
75
75
  <a class="text-reset fw-bold" href="{{site.siteurl}}"
76
76
  >{{site.name}}</a
77
77
  >
@@ -73,7 +73,7 @@ languages/languages.html -%} {% assign dataFile= site.data[folder][lang][file]
73
73
  </div>
74
74
  <div class="col-md-12">
75
75
  <div class="d-flex justify-content-between">
76
- <div id="copyright-text">© 2024 Copyright:</div>
76
+ <div id="copyright-text">© 2025 Copyright:</div>
77
77
  </div>
78
78
  </div>
79
79
  </div>
@@ -15,11 +15,30 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
15
15
  role="alert"
16
16
  id="safeui-alert"
17
17
  >
18
- <div class="container">
19
- {%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do
20
- not upload any files to server, hence your data is 100% secure. {%-
21
- endif -%}
22
- </div>
18
+ <svg
19
+ fill="#004084"
20
+ viewBox="0 0 1024 1024"
21
+ xmlns="http://www.w3.org/2000/svg"
22
+ stroke="#004084"
23
+ >
24
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
25
+ <g
26
+ id="SVGRepo_tracerCarrier"
27
+ stroke-linecap="round"
28
+ stroke-linejoin="round"
29
+ ></g>
30
+ <g id="SVGRepo_iconCarrier">
31
+ <path
32
+ d="M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192L512 64zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110 312 110v330z"
33
+ ></path>
34
+ <path
35
+ d="M378.4 475.1a35.91 35.91 0 0 0-50.9 0 35.91 35.91 0 0 0 0 50.9l129.4 129.4 2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7 378.4 475.1z"
36
+ ></path>
37
+ </g>
38
+ </svg>
39
+
40
+ {%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do not
41
+ upload any files to server, hence your data is 100% secure. {%- endif -%}
23
42
  </div>
24
43
  {%- endif -%} {%- include appscms/headings/headings.html -%}
25
44
  <div class="appscms-sidebar-left"></div>
@@ -28,10 +47,8 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
28
47
  appscms/featurehighlight/featurehighlight.html -%} {%- include
29
48
  appscms/howto/howto.html -%} {%- if pageData.infographics.size > 0 -%} {%-
30
49
  include appscms/infographics/infographics.html -%} {%- endif -%} {%- include
31
- appscms/faq/faq.html -%}
32
-
33
- {%- include appscms/usp/usp.html -%}
34
- {%- include appscms/reviews/trustpilot.html -%}
50
+ appscms/faq/faq.html -%} {%- include appscms/usp/usp.html -%} {%- include
51
+ appscms/reviews/trustpilot.html -%}
35
52
  <!-- {%- include
36
53
  appscms/extras/traffic-count.html -%} -->
37
54
  {%- if site.userTrackingCount -%} {%- include userTracking.html -%} {%-
@@ -2593,352 +2593,355 @@ select:focus {
2593
2593
  padding: 4px;
2594
2594
  }
2595
2595
 
2596
- .search-container {
2597
- display: flex;
2598
- border: 1px solid #ccc;
2599
- border-radius: 5px;
2600
- overflow: hidden;
2601
- height: 38px;
2602
- width: 400px;
2603
- background-color: white;
2604
- position: relative;
2596
+ .search-container {
2597
+ display: flex;
2598
+ border: 1px solid #ccc;
2599
+ border-radius: 5px;
2600
+ overflow: hidden;
2601
+ height: 38px;
2602
+ width: 400px;
2603
+ background-color: white;
2604
+ position: relative;
2605
2605
  }
2606
2606
 
2607
2607
  .search-input {
2608
- flex: 1;
2609
- border: none;
2610
- padding: 12px 16px;
2611
- font-size: 16px;
2612
- outline: none;
2608
+ flex: 1;
2609
+ border: none;
2610
+ padding: 12px 16px;
2611
+ font-size: 16px;
2612
+ outline: none;
2613
2613
  }
2614
2614
 
2615
2615
  .search-input::placeholder {
2616
- color: #888;
2616
+ color: #888;
2617
2617
  }
2618
2618
 
2619
2619
  .search-button {
2620
- background-color: var(--primary-color);
2621
- border: none;
2622
- padding: 0 16px;
2623
- display: flex;
2624
- align-items: center;
2625
- justify-content: center;
2626
- cursor: pointer;
2627
- outline: none;
2628
- border-radius: 0 !important;
2620
+ background-color: var(--primary-color);
2621
+ border: none;
2622
+ padding: 0 16px;
2623
+ display: flex;
2624
+ align-items: center;
2625
+ justify-content: center;
2626
+ cursor: pointer;
2627
+ outline: none;
2628
+ border-radius: 0 !important;
2629
2629
  }
2630
2630
 
2631
2631
  .search-button svg {
2632
- /* fill: #fff; */
2633
- height: 20px;
2632
+ /* fill: #fff; */
2633
+ height: 20px;
2634
2634
  }
2635
2635
 
2636
2636
  .search-button:active {
2637
- background-color: #555;
2637
+ background-color: #555;
2638
2638
  }
2639
- .nav-search{
2639
+ .nav-search {
2640
2640
  position: relative;
2641
2641
  }
2642
- .result-item{
2642
+ .result-item {
2643
2643
  padding: 9px 12px;
2644
2644
  }
2645
- .result-item a{
2645
+ .result-item a {
2646
2646
  color: #222325;
2647
2647
  }
2648
- .searchbarResults{
2648
+ .searchbarResults {
2649
2649
  overflow: scroll;
2650
2650
  height: 60vh;
2651
2651
  background-color: #fff;
2652
- border: 1px solid #e4e5e7;
2653
- border-radius: 6px;
2654
- -webkit-box-shadow: 0 17px 58px rgba(0, 0, 0, .08);
2655
- box-shadow: 0 17px 58px rgba(0, 0, 0, .08);
2656
- -webkit-box-sizing: border-box;
2657
- box-sizing: border-box;
2658
- color: #74767e;
2659
- cursor: default;
2660
- margin-top: 8px;
2661
- padding: 12px;
2662
- position: absolute;
2663
- width: 100%;
2664
- z-index: 101;
2665
- display: none;
2652
+ border: 1px solid #e4e5e7;
2653
+ border-radius: 6px;
2654
+ -webkit-box-shadow: 0 17px 58px rgba(0, 0, 0, 0.08);
2655
+ box-shadow: 0 17px 58px rgba(0, 0, 0, 0.08);
2656
+ -webkit-box-sizing: border-box;
2657
+ box-sizing: border-box;
2658
+ color: #74767e;
2659
+ cursor: default;
2660
+ margin-top: 8px;
2661
+ padding: 12px;
2662
+ position: absolute;
2663
+ width: 100%;
2664
+ z-index: 101;
2665
+ display: none;
2666
2666
  }
2667
2667
 
2668
+ .scroll-container {
2669
+ display: flex;
2670
+ align-items: center;
2671
+ background-color: #333;
2672
+ position: relative;
2673
+ }
2668
2674
 
2675
+ .scroll-left,
2676
+ .scroll-right {
2677
+ background-color: #4456f6f7;
2678
+ color: white;
2679
+ border: none;
2680
+ height: 40px;
2681
+ cursor: pointer;
2682
+ position: absolute;
2683
+ width: 40px;
2684
+ top: 50%;
2685
+ z-index: 100;
2686
+ transform: translateY(-50%);
2687
+ }
2669
2688
 
2670
- .scroll-container {
2671
- display: flex;
2672
- align-items: center;
2673
- background-color: #333;
2674
- position: relative;
2675
- }
2676
-
2677
- .scroll-left,
2678
- .scroll-right {
2679
- background-color: #4456f6f7;
2680
- color: white;
2681
- border: none;
2682
- height: 40px;
2683
- cursor: pointer;
2684
- position: absolute;
2685
- width: 40px;
2686
- top: 50%;
2687
- z-index: 100;
2688
- transform: translateY(-50%);
2689
- }
2690
-
2691
- .scroll-left {
2692
- left: 0;
2693
- }
2694
-
2695
- .scroll-right {
2696
- right: 0;
2697
- }
2698
-
2699
- .scroll-left:hover,
2700
- .scroll-right:hover {
2701
- background-color: #8691f6f7;
2702
- }
2689
+ .scroll-left {
2690
+ left: 0;
2691
+ }
2703
2692
 
2704
- .navbar {
2705
- /* overflow-x: auto; */
2706
- white-space: nowrap;
2707
- flex-grow: 1;
2708
- scroll-behavior: smooth;
2709
- display: flex;
2710
- }
2693
+ .scroll-right {
2694
+ right: 0;
2695
+ }
2711
2696
 
2712
- .navbar ul {
2713
- padding: 0;
2714
- margin: 0;
2715
- display: flex;
2716
- list-style-type: none;
2717
- }
2697
+ .scroll-left:hover,
2698
+ .scroll-right:hover {
2699
+ background-color: #8691f6f7;
2700
+ }
2718
2701
 
2719
- .navbar li {
2720
- display: inline;
2721
- }
2702
+ .navbar {
2703
+ /* overflow-x: auto; */
2704
+ white-space: nowrap;
2705
+ flex-grow: 1;
2706
+ scroll-behavior: smooth;
2707
+ display: flex;
2708
+ }
2722
2709
 
2710
+ .navbar ul {
2711
+ padding: 0;
2712
+ margin: 0;
2713
+ display: flex;
2714
+ list-style-type: none;
2715
+ }
2723
2716
 
2717
+ .navbar li {
2718
+ display: inline;
2719
+ }
2724
2720
 
2725
- .mobile-search-bar {
2726
- position: relative;
2727
- height: 100px;
2728
- width: 100%;
2729
- display: none;
2730
- }
2721
+ .mobile-search-bar {
2722
+ position: relative;
2723
+ height: 100px;
2724
+ width: 100%;
2725
+ display: none;
2726
+ }
2731
2727
 
2732
- .mobile-search-container {
2733
- display: flex;
2734
- border: 1px solid #ccc;
2735
- border-radius: 5px;
2736
- overflow: hidden;
2737
- height: 38px;
2738
- margin: 20px 0px 20px 0px;
2739
- background-color: white;
2740
- position: relative;
2741
- }
2728
+ .mobile-search-container {
2729
+ display: flex;
2730
+ border: 1px solid #ccc;
2731
+ border-radius: 5px;
2732
+ overflow: hidden;
2733
+ height: 38px;
2734
+ margin: 20px 0px 20px 0px;
2735
+ background-color: white;
2736
+ position: relative;
2737
+ }
2742
2738
 
2743
- .mobile-search-input {
2744
- flex: 1;
2745
- border: none;
2746
- padding: 12px 16px;
2747
- font-size: 16px;
2748
- outline: none;
2749
- }
2739
+ .mobile-search-input {
2740
+ flex: 1;
2741
+ border: none;
2742
+ padding: 12px 16px;
2743
+ font-size: 16px;
2744
+ outline: none;
2745
+ }
2750
2746
 
2751
- .mobile-search-input::placeholder {
2752
- color: #888;
2753
- }
2747
+ .mobile-search-input::placeholder {
2748
+ color: #888;
2749
+ }
2754
2750
 
2755
- .mobile-search-button {
2756
- background-color: #000;
2757
- border: none;
2758
- padding: 0 16px;
2759
- display: flex;
2760
- align-items: center;
2761
- justify-content: center;
2762
- cursor: pointer;
2763
- outline: none;
2764
- }
2751
+ .mobile-search-button {
2752
+ background-color: #000;
2753
+ border: none;
2754
+ padding: 0 16px;
2755
+ display: flex;
2756
+ align-items: center;
2757
+ justify-content: center;
2758
+ cursor: pointer;
2759
+ outline: none;
2760
+ }
2765
2761
 
2766
- .mobile-search-button svg {
2767
- /* fill: #fff; */
2768
- height: 20px;
2769
- }
2762
+ .mobile-search-button svg {
2763
+ /* fill: #fff; */
2764
+ height: 20px;
2765
+ }
2770
2766
 
2771
- .mobile-search-button:active {
2772
- background-color: #555;
2773
- }
2767
+ .mobile-search-button:active {
2768
+ background-color: #555;
2769
+ }
2774
2770
 
2775
- .mobile-nav-search {
2776
- position: relative;
2777
- }
2771
+ .mobile-nav-search {
2772
+ position: relative;
2773
+ }
2778
2774
 
2779
- .mobile-result-item {
2780
- padding: 9px 12px;
2781
- }
2775
+ .mobile-result-item {
2776
+ padding: 9px 12px;
2777
+ }
2782
2778
 
2783
- .mobile-result-item a {
2784
- color: #222325;
2785
- }
2779
+ .mobile-result-item a {
2780
+ color: #222325;
2781
+ }
2786
2782
 
2787
- .mobile-searchbarResults {
2788
- background-color: #fff;
2789
- border: 1px solid #e4e5e7;
2790
- border-radius: 6px;
2791
- -webkit-box-shadow: 0 17px 58px rgba(0, 0, 0, .08);
2792
- box-shadow: 0 17px 58px rgba(0, 0, 0, .08);
2793
- -webkit-box-sizing: border-box;
2794
- box-sizing: border-box;
2795
- color: #74767e;
2796
- cursor: default;
2797
- margin-top: 8px;
2798
- padding: 12px;
2799
- position: fixed;
2800
- margin-top: 42px;
2801
- width: 244px;
2802
- height: 400px;
2803
- overflow-y: scroll;
2804
- z-index: 101;
2805
- display: none;
2806
- }
2807
- .trustpilot-container {
2808
- background-color: #eeeeee;
2809
- width: 100vw;
2810
-
2811
- padding-top: 8rem;
2812
- padding-bottom: 8rem;
2813
- }
2783
+ .mobile-searchbarResults {
2784
+ background-color: #fff;
2785
+ border: 1px solid #e4e5e7;
2786
+ border-radius: 6px;
2787
+ -webkit-box-shadow: 0 17px 58px rgba(0, 0, 0, 0.08);
2788
+ box-shadow: 0 17px 58px rgba(0, 0, 0, 0.08);
2789
+ -webkit-box-sizing: border-box;
2790
+ box-sizing: border-box;
2791
+ color: #74767e;
2792
+ cursor: default;
2793
+ margin-top: 8px;
2794
+ padding: 12px;
2795
+ position: fixed;
2796
+ margin-top: 42px;
2797
+ width: 244px;
2798
+ height: 400px;
2799
+ overflow-y: scroll;
2800
+ z-index: 101;
2801
+ display: none;
2802
+ }
2803
+ .trustpilot-container {
2804
+ background-color: #eeeeee;
2805
+ width: 100vw;
2814
2806
 
2815
- .trustpilot-container a {
2816
- text-decoration: none;
2817
- }
2807
+ padding-top: 8rem;
2808
+ padding-bottom: 8rem;
2809
+ }
2818
2810
 
2819
- .trustpilot-h2 {
2820
- font-size: 24px;
2821
- text-align: center;
2822
- font-weight: bold;
2823
- }
2811
+ .trustpilot-container a {
2812
+ text-decoration: none;
2813
+ }
2824
2814
 
2825
- .trustpilot-description {
2826
- font-size: 15px;
2827
- text-align: center;
2828
- }
2815
+ .trustpilot-h2 {
2816
+ font-size: 24px;
2817
+ text-align: center;
2818
+ font-weight: bold;
2819
+ }
2829
2820
 
2830
- .review-container {
2831
- display: flex;
2832
- }
2821
+ .trustpilot-description {
2822
+ font-size: 15px;
2823
+ text-align: center;
2824
+ }
2833
2825
 
2834
-
2826
+ .review-container {
2827
+ display: flex;
2828
+ }
2835
2829
 
2836
- .reviews {
2837
- display: flex;
2838
- overflow: hidden;
2839
- }
2830
+ .reviews {
2831
+ display: flex;
2832
+ overflow: hidden;
2833
+ }
2840
2834
 
2841
- .review-stars {
2842
- display: flex;
2843
- align-items: center;
2844
- }
2835
+ .review-stars {
2836
+ display: flex;
2837
+ align-items: center;
2838
+ }
2845
2839
 
2846
- .review-stars svg {
2847
- height: 18px;
2848
- width: 18px;
2849
- }
2840
+ .review-stars svg {
2841
+ height: 18px;
2842
+ width: 18px;
2843
+ }
2850
2844
 
2851
- .review-verified {
2852
- margin-left: 5px;
2853
- display: flex;
2854
- align-items: center;
2855
- font-size: 13px;
2856
- color: #676767;
2857
- }
2845
+ .review-verified {
2846
+ margin-left: 5px;
2847
+ display: flex;
2848
+ align-items: center;
2849
+ font-size: 13px;
2850
+ color: #676767;
2851
+ }
2858
2852
 
2859
- .review-text {
2860
- color: #1a1a1a;
2861
- font-size: 14px;
2862
- display: -webkit-box;
2863
- -webkit-line-clamp: 3;
2864
- -webkit-box-orient: vertical;
2865
- overflow: hidden;
2866
- text-overflow: ellipsis;
2867
- }
2853
+ .review-text {
2854
+ color: #1a1a1a;
2855
+ font-size: 14px;
2856
+ display: -webkit-box;
2857
+ -webkit-line-clamp: 3;
2858
+ -webkit-box-orient: vertical;
2859
+ overflow: hidden;
2860
+ text-overflow: ellipsis;
2861
+ }
2868
2862
 
2869
- .review-title {
2870
- font-weight: 600;
2871
- color: #1a1a1a;
2872
- font-size: 16px;
2873
- }
2863
+ .review-title {
2864
+ font-weight: 600;
2865
+ color: #1a1a1a;
2866
+ font-size: 16px;
2867
+ }
2874
2868
 
2875
- .reviewer-name {
2876
- color: #646565;
2877
- font-size: 14px;
2878
- }
2869
+ .reviewer-name {
2870
+ color: #646565;
2871
+ font-size: 14px;
2872
+ }
2879
2873
 
2880
- .trustpilot-arrow-left,
2881
- .trustpilot-arrow-right {
2882
- position: absolute;
2883
- top: 30%;
2884
- background-color: #fff;
2885
- border: none;
2886
- display: flex;
2887
- align-items: center;
2888
- justify-content: center;
2889
- border-radius: 50%;
2890
- padding: 2px;
2891
- height: 30px;
2892
- width: 30px;
2893
- }
2874
+ .trustpilot-arrow-left,
2875
+ .trustpilot-arrow-right {
2876
+ position: absolute;
2877
+ top: 30%;
2878
+ background-color: #fff;
2879
+ border: none;
2880
+ display: flex;
2881
+ align-items: center;
2882
+ justify-content: center;
2883
+ border-radius: 50%;
2884
+ padding: 2px;
2885
+ height: 30px;
2886
+ width: 30px;
2887
+ }
2894
2888
 
2895
- .trustpilot-arrow-left svg,
2896
- .trustpilot-arrow-right svg {
2897
- color: #1a1a1a;
2898
- height: 20px;
2899
- width: 20px;
2900
- }
2901
- .trustpilot-arrow-left {
2902
- left: -20px;
2903
- }
2904
- .trustpilot-arrow-right {
2905
- right: 0;
2906
- }
2907
- .trustpilot-end{
2908
- font-size: 15px;
2909
- text-align: center;
2910
- color: #1A1A1A;
2911
- }
2912
- .trustpilot-total-reviews,.trustpilot-rating{
2913
- color: #000;
2914
- font-weight: bold;
2915
- }
2916
- /* Styles for mobile devices (max-width: 767px) */
2889
+ .trustpilot-arrow-left svg,
2890
+ .trustpilot-arrow-right svg {
2891
+ color: #1a1a1a;
2892
+ height: 20px;
2893
+ width: 20px;
2894
+ }
2895
+ .trustpilot-arrow-left {
2896
+ left: -20px;
2897
+ }
2898
+ .trustpilot-arrow-right {
2899
+ right: 0;
2900
+ }
2901
+ .trustpilot-end {
2902
+ font-size: 15px;
2903
+ text-align: center;
2904
+ color: #1a1a1a;
2905
+ }
2906
+ .trustpilot-total-reviews,
2907
+ .trustpilot-rating {
2908
+ color: #000;
2909
+ font-weight: bold;
2910
+ }
2911
+ /* Styles for mobile devices (max-width: 767px) */
2917
2912
  @media only screen and (max-width: 1024px) {
2918
- .review {
2913
+ .review {
2919
2914
  flex: 0 0 calc(100% / 1);
2920
2915
  }
2921
2916
  }
2922
2917
  @media only screen and (max-width: 768px) {
2923
- .trustpilot-arrow-left {
2918
+ .trustpilot-arrow-left {
2924
2919
  left: 25px;
2925
2920
  }
2926
2921
  .trustpilot-arrow-right {
2927
2922
  right: 25px;
2928
2923
  }
2929
- .review{
2924
+ .review {
2930
2925
  padding: 0px 50px;
2931
2926
  }
2932
2927
  }
2933
2928
 
2934
2929
  .reviews {
2935
- display: flex;
2936
- overflow: hidden;
2937
- /* width: 300px; Set to the width of one review card */
2938
- transition: transform 0.3s ease;
2930
+ display: flex;
2931
+ overflow: hidden;
2932
+ /* width: 300px; Set to the width of one review card */
2933
+ transition: transform 0.3s ease;
2939
2934
  }
2940
2935
 
2941
2936
  .review {
2942
- width: 300px; /* Set each review card width to match the `.reviews` container */
2943
- flex-shrink: 0;
2937
+ width: 300px; /* Set each review card width to match the `.reviews` container */
2938
+ flex-shrink: 0;
2939
+ }
2940
+ #safeui-alert {
2941
+ display: flex;
2942
+ justify-content: center;
2943
+ }
2944
+ #safeui-alert svg {
2945
+ height: 25px;
2946
+ margin-right: 5px;
2944
2947
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.5
4
+ version: 5.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms