graphgraph 0.4.0 → 0.5.0

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: 04906ef2c40cf20088fd506ce24010a74c843a9e
4
- data.tar.gz: c1df406623ae9e18f5d76dabadb91f11f0e02e67
3
+ metadata.gz: bb7c57a8073913270d48a963711c25c688bcd116
4
+ data.tar.gz: b36db576f61310dcef8bb479ea0f43dc049bf2dd
5
5
  SHA512:
6
- metadata.gz: 609528540517687646fc0e7bbf0fc627b4f68d5415cc2f19ced2bccfbeffc430efbac59257ee09b751d9b0b9c0e50b567ae6f95258c49f013c05c8ef0f05a882
7
- data.tar.gz: d4a8d1c3b683a50a91caa21aaf6ba60500b095eb1c5628994aa2f5c76e40db055ef51cdb6c99f639e087771f0fd384ffcabe32035fc86190eedcdf9589811da0
6
+ metadata.gz: 065955c35aa6243de072cbb112a278b8fbdce6ff0efeb09090513b00d22cbdc38995a1e9d897a9122ceceaefda2d9a9f0a68299e494303e9b2c1a30e031b4955
7
+ data.tar.gz: b8584364930b8a0110390693066b8d580b226be27992f93a952e2b3613937029d8d84196ea785cdeb41a6e99aa424d74913ed8f85e68a6b222509f7a2a11970f
Binary file
@@ -217,8 +217,7 @@ class <%= @scope_prefix %>GraphgraphsController < ApplicationController
217
217
  end
218
218
 
219
219
  def set_user_template
220
- current_model_path=<%= @scope.capitalize %>.to_s.downcase+"s"
221
- @foruser="<%= form_tag(\"/#{current_model_path}/graphgraph\", method: \"get\") do %>
220
+ @foruser="<%= form_tag(\"/replace_with_current_model/graphgraph\", method: \"get\") do %>
222
221
  <input type=\"text\" name=\"graphtype\" id=\"graphtype\" value=\"#{params[:graphtype]}\" hidden>
223
222
  <input type=\"text\" name=\"yaxis\" id=\"yaxis\" value=\"#{params[:yaxis]}\" hidden>
224
223
  <input type=\"text\" name=\"xaxis\" id=\"xaxis\" value=\"#{params[:xaxis]}\" hidden>
@@ -1,3 +1,3 @@
1
1
  module Graphgraph
2
- VERSION = "0.4.0"
2
+ VERSION = "0.5.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.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suhas Shrestha
@@ -171,6 +171,7 @@ files:
171
171
  - config/routes.rb
172
172
  - graphgraph-0.2.0.gem
173
173
  - graphgraph-0.3.0.gem
174
+ - graphgraph-0.4.0.gem
174
175
  - graphgraph.gemspec
175
176
  - lib/generators/graphgraph/controllers_generator.rb
176
177
  - lib/generators/graphgraph/install_generator.rb