repsheet_visualizer 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,7 +39,7 @@ class RepsheetVisualizer < Sinatra::Base
39
39
  end
40
40
 
41
41
  def redis_expiry
42
- defined?(settings.redis_expiry) ? (settings.redis_expiry) : (24 * 60 * 60)
42
+ defined?(settings.redis_expiry) ? (settings.redis_expiry * 60 * 60) : (24 * 60 * 60)
43
43
  end
44
44
 
45
45
  # TODO: These methods should get moved out to another place
@@ -1,3 +1,3 @@
1
1
  module RepsheetVisualizer
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repsheet_visualizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: