olsen 0.0.8 → 0.0.9
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/Gemfile.lock +2 -2
- data/README +7 -7
- data/lib/olsen.rb +1 -0
- data/lib/olsen/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/README
CHANGED
|
@@ -19,10 +19,10 @@ These should be suffixed with a '.job' and they should be in the jobs folder.
|
|
|
19
19
|
=====Example
|
|
20
20
|
|
|
21
21
|
[output]
|
|
22
|
-
o1=<filename in the outputs folder>
|
|
23
|
-
o2=<another one>
|
|
24
|
-
...
|
|
25
|
-
oN=<and another>
|
|
22
|
+
o1=<filename in the outputs folder>
|
|
23
|
+
o2=<another one>
|
|
24
|
+
...
|
|
25
|
+
oN=<and another>
|
|
26
26
|
|
|
27
27
|
====PDF INI files
|
|
28
28
|
These should go in outputs and end in '.pdf.ini'
|
|
@@ -30,11 +30,11 @@ These should go in outputs and end in '.pdf.ini'
|
|
|
30
30
|
=====Example
|
|
31
31
|
|
|
32
32
|
[pdf]
|
|
33
|
-
type = latexmk #only type supported for now is latexmk
|
|
33
|
+
type = latexmk #only type supported for now is latexmk
|
|
34
34
|
|
|
35
35
|
[latexmk]
|
|
36
|
-
path_to_latexmk = /usr/bin/latexmk #optional, defaults to /usr/bin/latexmk
|
|
37
|
-
template = output.outputtest_pdf.tex #should point to a .tex.erb file in the outputs directory
|
|
36
|
+
path_to_latexmk = /usr/bin/latexmk #optional, defaults to /usr/bin/latexmk
|
|
37
|
+
template = output.outputtest_pdf.tex #should point to a .tex.erb file in the outputs directory
|
|
38
38
|
|
|
39
39
|
===Todo
|
|
40
40
|
* enable a 'olsen -init -with-examples' that will create a functioning olsen framework with example ini files, sqlite databases and queries, pdf outputs, formatting filters, etc.
|
data/lib/olsen.rb
CHANGED
data/lib/olsen/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: olsen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-04-20 00:00:00.000000000Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sadie
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &20469200 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *20469200
|
|
25
25
|
description: Olsen is a reporting tool intended to be used with Sadie.
|
|
26
26
|
email:
|
|
27
27
|
- fred@landmetrics.com
|