dynarex-daily 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. data/lib/dynarex-daily.rb +5 -1
  2. metadata +1 -1
data/lib/dynarex-daily.rb CHANGED
@@ -23,6 +23,10 @@ class DynarexDaily < Dynarex
23
23
  create_file
24
24
  end
25
25
  end
26
+
27
+ def save()
28
+ super(@filename)
29
+ end
26
30
 
27
31
  private
28
32
 
@@ -32,7 +36,7 @@ class DynarexDaily < Dynarex
32
36
 
33
37
  initialize('entries[date]/entry(time, desc)')
34
38
  summary[:date] = Time.now.to_s
35
- save @filename
39
+ self.save
36
40
  end
37
41
 
38
42
  def archive_file()
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dynarex-daily
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson