old_sql 0.5.0 → 0.6.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.
- data/VERSION +1 -1
- data/app/views/old_sql/report/index.html.erb +4 -5
- data/old_sql.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.6.0
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<script type="text/javascript" src="old_sql/jquery-1.5.1.min.js"></script>
|
|
5
|
-
<script type="text/javascript" src="old_sql/jquery-ui-1.8.13.custom.min.js"></script>
|
|
1
|
+
<%= stylesheet_link_tag "old_sql/db_report" %>
|
|
2
|
+
<%= stylesheet_link_tag "old_sql/ui-lightness/jquery-ui-1.8.13.custom.css" %>
|
|
6
3
|
|
|
4
|
+
<%= javascript_link_tag "old_sql/jquery-1.5.1.min.js" %>
|
|
5
|
+
<%= javascript_link_tag "old_sql/jquery-ui-1.8.13.custom.min.js" %>
|
|
7
6
|
|
|
8
7
|
<script>
|
|
9
8
|
var host = "<%=@host%>";
|
data/old_sql.gemspec
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: old_sql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.
|
|
5
|
+
version: 0.6.0
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Eddie Gonzales
|
|
@@ -417,7 +417,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
417
417
|
requirements:
|
|
418
418
|
- - ">="
|
|
419
419
|
- !ruby/object:Gem::Version
|
|
420
|
-
hash:
|
|
420
|
+
hash: 4238683682909985684
|
|
421
421
|
segments:
|
|
422
422
|
- 0
|
|
423
423
|
version: "0"
|