olsen 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +2 -0
  2. data/README +24 -1
  3. data/lib/olsen/version.rb +1 -1
  4. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,2 +1,4 @@
1
1
  [0.0.4] initial public release...working in a lot of ways, but no docs
2
+ [0.0.6] added olsen executable to init and process jobs, added pdf generation, unit tests
3
+ [0.0.7] added README
2
4
 
data/README CHANGED
@@ -12,6 +12,29 @@ Olsen is a framework that wraps the Sadie gem and provides a facility for produc
12
12
  5. find output product in output folder
13
13
  6. Rejoice!
14
14
 
15
+ ===Formats
16
+ ====Job files
17
+ These should be suffixed with a '.job' and they should be in the jobs folder.
18
+
19
+ =====Example
20
+
21
+ [output]
22
+ o1=<filename in the outputs folder>
23
+ o2=<another one>
24
+ ...
25
+ oN=<and another>
26
+
27
+ ====PDF INI files
28
+ These should go in outputs and end in '.pdf.ini'
29
+
30
+ =====Example
31
+
32
+ [pdf]
33
+ type = latexmk #only type supported for now is latexmk
34
+
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
38
+
15
39
  ===Todo
16
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.
17
- * provide docs on job and pdf ini-file format
data/lib/olsen/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Olsen
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
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.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-04-18 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sadie
16
- requirement: &11535020 !ruby/object:Gem::Requirement
16
+ requirement: &23460220 !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: *11535020
24
+ version_requirements: *23460220
25
25
  description: Olsen is a reporting tool intended to be used with Sadie.
26
26
  email:
27
27
  - fred@landmetrics.com