graphgraph 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 74e772d28fc6176cd71d10dce5911f9f37139b18
4
- data.tar.gz: 3a8f87f52c1d877cbb40e47aba149741cc4c9dba
3
+ metadata.gz: 2db4b964bd0edb5b21182894d184de0568eeea2d
4
+ data.tar.gz: 4015ebb3716a6b1ba33127ad3a338a804d87bb93
5
5
  SHA512:
6
- metadata.gz: 3c2504fdd6162141cef59e4d2bf1dd980c914482a75c3f7b945c2a204f6128d375a422966551e171bd60afcee39827c19465400c386f5b4e308d768e2d5f527c
7
- data.tar.gz: a28ed2dc32ee6900657ff723c6c90e074e0100b4febd907e45aedbf010e50cbad51d7fa18bd77262602702a56947b237361597b71eb85de655426438fe9306a7
6
+ metadata.gz: 239fbea2bcb1e3ffe1349e7c985135f8ad94baaefe141d3688b72b063c76e324814d138d01f893e793f6964ab4cf49aed7a5f3552fb837c4fb162879c1111021
7
+ data.tar.gz: 55cae6cfce010ed67624a7744435cadfcfee14355af54a16c18bf58b31e676bc1499e3c3a3e86d502e484e2103645c0fb979b613bd34edcf72b9e7eac6c33819
Binary file
@@ -273,7 +273,7 @@ class <%= @scope_prefix %>GraphgraphsController < ApplicationController
273
273
  <%= high_chart(\"my_scatter_div\", newchart) %>
274
274
  <% end %>
275
275
  <% end %>")
276
- @foruser=CGI.unescapeHTML(@foruserencode)
276
+ # @foruser=CGI.unescapeHTML(@foruserencode) comment out after install
277
277
  end
278
278
 
279
279
  def get_counts(dateValue,pluckValue,startvalue,endvalue)
@@ -1,3 +1,3 @@
1
1
  module Graphgraph
2
- VERSION = "0.6.0"
2
+ VERSION = "0.7.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suhas Shrestha
@@ -173,6 +173,7 @@ files:
173
173
  - graphgraph-0.3.0.gem
174
174
  - graphgraph-0.4.0.gem
175
175
  - graphgraph-0.5.0.gem
176
+ - graphgraph-0.6.0.gem
176
177
  - graphgraph.gemspec
177
178
  - lib/generators/graphgraph/controllers_generator.rb
178
179
  - lib/generators/graphgraph/install_generator.rb