dynamic_query 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
|
-
<%= form_tag(request.
|
1
|
+
<%= form_tag(request.path, { :method => :get, :style => 'text-align: center;' }.merge(opt)) %>
|
2
2
|
<% if panel %>
|
3
3
|
<table style="margin-left: auto; margin-right: auto;">
|
4
4
|
<% panel.select { |k, _| k =~ /^or_\d+$/ }.each_with_index do |(or_key, or_val), idx1| %>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<%= form_tag(request.
|
1
|
+
<%= form_tag(request.path, { :method => :get, :style => 'text-align: center;' }.merge(opt)) %>
|
2
2
|
<% if panel %>
|
3
3
|
<table style="margin-left: auto; margin-right: auto;">
|
4
4
|
<% panel.select { |k, _| k =~ /^or_\d+$/ }.each_with_index do |(or_key, or_val), idx1| %>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dynamic_query
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -143,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
143
143
|
version: '0'
|
144
144
|
segments:
|
145
145
|
- 0
|
146
|
-
hash:
|
146
|
+
hash: 1730957928545005888
|
147
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
148
148
|
none: false
|
149
149
|
requirements:
|
@@ -155,5 +155,5 @@ rubyforge_project:
|
|
155
155
|
rubygems_version: 1.8.24
|
156
156
|
signing_key:
|
157
157
|
specification_version: 3
|
158
|
-
summary: dynamic_query-0.1.
|
158
|
+
summary: dynamic_query-0.1.3
|
159
159
|
test_files: []
|