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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb7c57a8073913270d48a963711c25c688bcd116
|
4
|
+
data.tar.gz: b36db576f61310dcef8bb479ea0f43dc049bf2dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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>
|
data/lib/graphgraph/version.rb
CHANGED
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
|
+
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
|