RubyApp 0.0.30 → 0.0.41

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.0.30)
4
+ RubyApp (0.0.41)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -55,7 +55,7 @@ module RubyApp
55
55
  super()
56
56
  @today = today
57
57
  @display = display || today
58
- @value = value || today
58
+ @value = value || @display
59
59
  end
60
60
 
61
61
  def display_first_date
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.0.30"
2
+ VERSION = "0.0.41"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyApp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 77
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 30
10
- version: 0.0.30
9
+ - 41
10
+ version: 0.0.41
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar