asha79-rack_revision_info 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rack_revision_info.rb +2 -0
  2. metadata +1 -1
@@ -48,6 +48,7 @@ module Rack
48
48
  unless opts[:revision_label].nil?
49
49
  revision_label = opts[:revision_label]
50
50
  end
51
+ revision_label
51
52
  end
52
53
 
53
54
  def get_date_format(opts={})
@@ -55,6 +56,7 @@ module Rack
55
56
  unless opts[:date_format].nil?
56
57
  date_format = opts[:date_format]
57
58
  end
59
+ date_format
58
60
  end
59
61
 
60
62
  def get_revision_info(path, opts={})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asha79-rack_revision_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Kulik