cornucopia 0.1.35 → 0.1.36
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/lib/cornucopia/source_files/index_base.html +1 -1
- data/lib/cornucopia/source_files/index_contents.html +1 -1
- data/lib/cornucopia/source_files/report_base.html +1 -1
- data/lib/cornucopia/source_files/report_contents.html +1 -1
- data/lib/cornucopia/source_files/report_holder.html +1 -1
- data/lib/cornucopia/version.rb +1 -1
- metadata +2 -2
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
<body class="base-body">
|
|
6
6
|
<link href="cornucopia.css" rel="stylesheet" type="text/css" />
|
|
7
7
|
<iframe id="base-contents" src="report_contents.html" class="cornucopia-frame"></iframe>
|
|
8
|
-
<script src="
|
|
8
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
|
9
9
|
</body>
|
|
10
10
|
</html>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<link href="cornucopia.css" rel="stylesheet" type="text/css" />
|
|
2
|
-
<script src="
|
|
2
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
<body class="base-body">
|
|
6
6
|
<link href="cornucopia.css" rel="stylesheet" type="text/css" />
|
|
7
7
|
<iframe id="report-base-contents" src="report_contents.html" class="cornucopia-frame"></iframe>
|
|
8
|
-
<script src="
|
|
8
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
|
9
9
|
</body>
|
|
10
10
|
</html>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<link href="cornucopia.css" rel="stylesheet" type="text/css" />
|
|
2
|
-
<script src="
|
|
2
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
|
3
3
|
<script src="more_info.js"></script>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<html>
|
|
2
2
|
<header><title>%{report_title}</title></header>
|
|
3
3
|
<body>
|
|
4
|
-
<script src="
|
|
4
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
|
5
5
|
<link href="cornucopia.css" rel="stylesheet" type="text/css" />
|
|
6
6
|
<div class="coruncopia-report-holder-table">
|
|
7
7
|
<div class="coruncopia-report-holder-row">
|
data/lib/cornucopia/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cornucopia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.36
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2016-02-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|