dgw_gallery 0.2.7 → 0.2.8

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
  SHA256:
3
- metadata.gz: 397c88e72908ae2a71b0433fd0e8aaacfedd3961f84030d5003d05b852cf5198
4
- data.tar.gz: 30dcc858eed28478e575f23c6c8e1aaa75c27e8b2176b94f9810175a13fe14bd
3
+ metadata.gz: 2ce94c5d92d8b19e40bac736ba5637adcd767135a591fca6b33995223ee3f593
4
+ data.tar.gz: 82596aa468e8ed843d148080f5039f3d7639962bf3fb4c2940bcbe8fe324cb24
5
5
  SHA512:
6
- metadata.gz: 2c743a6565ea9ac2eecc067a3a47a07818af8dcce645008b1776e06bd87447c66c5bc49aa37dcab35d969b6219f0bc23ee34ca08f761622c286b08b96bcda8cb
7
- data.tar.gz: 687ac7ebe6e1592e3d3db309c4f7988df0f061d19c8fe5e3546c4400f77b2680cd41a3dd3bcde479adbc1788b9e64c2499b6c58569bb05c16baf4d886ffe0913
6
+ metadata.gz: 4c9e43f641b20dd184d47372a36a702e2dc554d06d4db48a8d917b6a9f24fe2a70c8d714e4d7a5f869bc8c04ee078011c42887d9ddd02808442c71f349547e51
7
+ data.tar.gz: d355c7eff7e8e7f39b10d8394da1f81feb23e564a5942f18a64d0f733f03536051264002dc714d8223ec41ebb265bd8f4820ea938179063da58fbd89e371af06
data/README.md CHANGED
@@ -69,7 +69,7 @@ If you are using turbolinks and experiencing issues with the carousel not starti
69
69
  </div>
70
70
  ```
71
71
 
72
- Customizations can be made in the galler/_carousel.html.erb view if necessary
72
+ Customizations can be made in the app/views/gallery/_carousel.html.erb view if necessary (after installing views)
73
73
 
74
74
 
75
75
  ## Contributing
@@ -1,4 +1,8 @@
1
1
  <!-- Start Embeded Gallery Area -->
2
+ <%= stylesheet_link_tag "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" %>
3
+ <%= stylesheet_link_tag "dgw_gallery/dgw_gallery_style.css" %>
4
+ <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
5
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
2
6
  <% if !@gallery.gallery_images.blank? %>
3
7
  <div id="dgwGalleryIndicators" class="carousel slide" data-bs-ride="carousel" data-bs-interval="5000">
4
8
  <div class="carousel-inner">
@@ -1,3 +1,3 @@
1
1
  module DgwGallery
2
- VERSION = '0.2.7'
2
+ VERSION = '0.2.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dgw_gallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dev Ghost Writers