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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f1fde63450b25516bbdfc55986e6b805292e4da
4
- data.tar.gz: d8910f3a2e71948e9ddca3c424ee0dfece5ba471
3
+ metadata.gz: e5a08ecc7f8c8a609bbddd20062c270da00ebd06
4
+ data.tar.gz: 9f9786cc87888258964aa1ebb55aba36ff53b1b1
5
5
  SHA512:
6
- metadata.gz: 327886833816f85f8ad112f01aa4cf9cc6f936ca9823f1cbc87d8a8c1f53d2aac2336f2f7393e35cc632b41e5523bb1a5f521967436ba0b310faafd5551aa6aa
7
- data.tar.gz: f4c3241c4446a974ba0796ad9b64f87f0ea2cb5a60ecbd4f0308e9db12ed4aec85a4bd6e15f9cb757556e9c4e5d45fb15458763b88bcc39aee476b790814efca
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 )
@@ -1,3 +1,3 @@
1
1
  module Googledocviewer
2
- VERSION = "1.7.1"
2
+ VERSION = "1.7.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: googledocviewer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Mitchell