graph_starter 0.15.0 → 0.15.1

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: a8ee3a54564d68390d0217398ae1580cb396d9a6
4
- data.tar.gz: eb186700dc742741779ff24e52a70c05ef34c0bc
3
+ metadata.gz: c6b7db731cf371ebb4d6b91b39c65a0603757eac
4
+ data.tar.gz: 7009f0d57eef64b5f853d1895d637f118d77972d
5
5
  SHA512:
6
- metadata.gz: c9df04085c5e00c64caed53f08eef48da9b7d3fc81762343b5b080fd69269aa18fbc4cf18ab8bb9b79d9cc77a6948e3efd9e0a4022827967fd2e2e5127d87914
7
- data.tar.gz: 963a1890f3dc82e0c0b9ec27c8756f881405f1d4f20d46fc2961ccb6ab5de71847bc03ffa1607b96be69b2e7e7c204829ea3d5308cbdee58f54233a6ba4be008
6
+ metadata.gz: 9d2a1da8da789aaa98dc2b0cd4bfc727d61a51336022b38a406e745f89c13a620ed50d1f25c76a89b047c3829e3b52675c964114b9f3b2edc8f472ea73d8201b
7
+ data.tar.gz: 983636ee38b0ea3828e8b9d7846660b958d44a54f218c0720871db8f7a078ae7643ea8a23966cf1309464193d7baf7687035385cd9fd8c490edd827edf0010c6
@@ -10,6 +10,8 @@ html
10
10
 
11
11
  = render partial: 'layouts/graph_starter/twitter_meta_tags'
12
12
 
13
+ = render partial: 'layouts/graph_starter/head_startup_javascript'
14
+
13
15
  - if defined?(current_user)
14
16
  javascript:
15
17
  var current_user = #{current_user.to_json.html_safe}.user;
@@ -1,3 +1,3 @@
1
1
  module GraphStarter
2
- VERSION = "0.15.0"
2
+ VERSION = "0.15.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graph_starter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Underwood
@@ -209,6 +209,7 @@ files:
209
209
  - app/views/graph_starter/properties/_property.html.slim
210
210
  - app/views/layouts/graph_starter/_change_permissions_modal.html.slim
211
211
  - app/views/layouts/graph_starter/_custom_menu.html.slim
212
+ - app/views/layouts/graph_starter/_head_startup_javascript.html.slim
212
213
  - app/views/layouts/graph_starter/_menu.html.slim
213
214
  - app/views/layouts/graph_starter/_twitter_meta_tags.html.slim
214
215
  - app/views/layouts/graph_starter/application.html.slim