rails_shepherd 1.0.1 → 1.1.0

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
  SHA1:
3
- metadata.gz: c4bb280aee4ec480da955dfcea71919cab09cad8
4
- data.tar.gz: cea5019a09c791bca9aea5e98e66f19d214e4c6f
3
+ metadata.gz: e334d8a9c48297b6583520791c52d74f4d35b595
4
+ data.tar.gz: dd15be3717f1780a5690a17d18d4b1a429fcca94
5
5
  SHA512:
6
- metadata.gz: 35128cc6e6cd2c58756468d9158d834c03006d6e15b0fcdfaa9ff6578e1348196e752901758ce3092184471cf1374e2a41ccf689908b67963eb058f8d3f3af03
7
- data.tar.gz: 5993c58e4fb63a70b2d5f026e959cd67d71485b882ad87efe9c173b7cfebe30e71263e737c7d37def9dbf9c05cb72db3c07ec2d197c97acb17f4b931b2d8207e
6
+ metadata.gz: 6fafcc17d091dcadf6858708275dd0afc929bbe0261a661d02b80265eace1e9a7b4219b344109c4ff3306241da4718c30d89d46f66466b9107c7d1d318a79c8a
7
+ data.tar.gz: ccd314b229da3253129560b8bf7f71af3760a841dfdc8268afd64136e27ff9ae8b92994bb1cdcd120321c00166e8c38006b79df161add423534c8843f7633df6
data/README.md CHANGED
@@ -25,7 +25,9 @@ Or install it yourself as:
25
25
  add rails_shepherd to your application.js manifest
26
26
 
27
27
  ```
28
- //= require shepherd.min
28
+ //= require popper.js
29
+ //= require tippy.js
30
+ //= require shepherd.min.js
29
31
  ```
30
32
 
31
33
  and include the stylesheets in your application.css manifest
@@ -1,3 +1,3 @@
1
1
  module RailsShepherd
2
- VERSION = "1.0.1"
2
+ VERSION = "1.1.0"
3
3
  end