googledocviewer 1.7.1 → 1.7.5
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 +4 -4
- data/README.md +6 -0
- data/lib/googledocviewer/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5a08ecc7f8c8a609bbddd20062c270da00ebd06
|
|
4
|
+
data.tar.gz: 9f9786cc87888258964aa1ebb55aba36ff53b1b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: beaefc28b895eb3b1f421ca1ded16b5340629f33429784cc1efcfa78fcc74560df7084e7d2629b077ac6cf86d4c8337b48d82a279488f9406b2eb907f234f3de
|
|
7
|
+
data.tar.gz: e89924622fbde19e850706fe4d453878d01d99aafe704fdca65d90cb1678284563e8665de94b880f572b4c4ad712c5ea5f6b58d80a78aa05bb9650a69dc5bf4f
|
data/README.md
CHANGED
|
@@ -61,6 +61,12 @@ or
|
|
|
61
61
|
$('#embedURL').gdocsViewer({width :'400',height : '500'});
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
+
### You can now change security settings! Default is 'http', however if you do not allow http in production you can now use https.
|
|
65
|
+
|
|
66
|
+
```html
|
|
67
|
+
$('#embedURL').gdocsViewer({security : 'https'});
|
|
68
|
+
```
|
|
69
|
+
|
|
64
70
|
## Contributing
|
|
65
71
|
|
|
66
72
|
1. Fork it ( https://github.com/scy0846/googledocviewer/fork )
|