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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- olsen (0.0.7)
4
+ olsen (0.0.8)
5
5
  sadie
6
6
 
7
7
  GEM
@@ -14,7 +14,7 @@ GEM
14
14
  deprecated (= 2.0.1)
15
15
  deprecated (2.0.1)
16
16
  mysql (2.8.1)
17
- sadie (0.0.40)
17
+ sadie (0.0.42)
18
18
  dbd-mysql
19
19
  dbi
20
20
  mysql
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
@@ -41,6 +41,7 @@ class Olsen
41
41
  instance = Sadie::getCurrentSadieInstance
42
42
 
43
43
  fhnd = "filter.#{filters[0]}"
44
+ puts "fetching filter: #{fhnd}"
44
45
  f = instance.get fhnd
45
46
 
46
47
  if filters.length > 1
data/lib/olsen/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Olsen
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
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.8
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: &17471060 !ruby/object:Gem::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: *17471060
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