graphgraph 1.0.0 → 1.0.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: 22a6f7b893735691da21b8316ac2341d7b86a67c
4
- data.tar.gz: d52ea1e2d1b42fa9ef082ffb366615f4cafa3e03
3
+ metadata.gz: f8b51b2c38ea76ddbc72589a926946be9b535a97
4
+ data.tar.gz: e097859ce3c1863ffec66d6eecd928da434bb6b5
5
5
  SHA512:
6
- metadata.gz: 35fa77dfa95df7629e4e8c9ce25787dac31b460ca169da4044d66e86fae6e0ec8c1740860f7ed6864d44f0e263470df69bad71b53b7b289d2964012001c14b24
7
- data.tar.gz: 43d2778116ca2510af1f75748017ae571c506cf41e9667244f682e76d5efe015cde34a7067a4552847c25c376cae3f9d8b4cad8f674cbed1af5900ab7b12da15
6
+ metadata.gz: 33b6c516bdcc60287477a3450438f6a0462a3605e3d80e53ca4673a8ca5814a76b7223830331dfc9bc69a9b1fd8fcac284adeade92012d7ec11076b57abab464
7
+ data.tar.gz: c83fa757797313e5ae2331220585f622700cb4f94429a19d69fb4b94efec25313c183a0781c6c793c0d1208617c954da9e18a2dd53a5c3ef1f13b5ec3ac412c1
@@ -138,4 +138,6 @@
138
138
  <button onclick="showSource()">Show Source</button>
139
139
  <% end %>
140
140
 
141
+ <% if @foruser!=nil %>
141
142
  <textarea id="sourceArea" style="width: 900px; height: 300px;" hidden><%= @foruser.html_safe %></textarea>
143
+ <% end %>
@@ -1,3 +1,3 @@
1
1
  module Graphgraph
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suhas Shrestha
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-27 00:00:00.000000000 Z
11
+ date: 2016-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler