resque-analytics 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d34a98fb442788fefc0a49735c2fab53284a1cd4
4
- data.tar.gz: 65663fbffa2183494ab24091c5bf3f4342afa1df
3
+ metadata.gz: 07fe2506507ec8edb4e416bbc9e70ff1885bb29f
4
+ data.tar.gz: ab059c3805f8622410f1a85ecbcdaf501d0cdacd
5
5
  SHA512:
6
- metadata.gz: 043b5a5aad5f9d9c8edae96b262e8a2b9572b6a00326b83362ea308d58f60c062d5f2b3382f27dd2b5cad218065703258766e4f86d52255c7603c28985d6d4e3
7
- data.tar.gz: eea25ad9de22a490d44fe8d160107a7621faec14350c971de69efabd4b8be248751db988d078549dc83e92f27fb8ca9a54b08af58c2018d22a14a7b53afe2c62
6
+ metadata.gz: 9ef6ad86f0d1d386acac6cff4b4787e361b7d677be9b91b4010c77a5cb895f6effad62704bdf665ab95f2ec1c06180a4f9e729595f9a10abae6765d7177b8053
7
+ data.tar.gz: 6ae7e6bb4c852c40f76949cba59ef51b39f5b2e459dd9e21c531f80d9341cff20952805b6420f6e6fa022bc37f485fb709ed15017210505efbecfa8652eba332
data/Changelog CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.7.1 (August 17, 2014)
2
+
3
+ * Bug fix - set expiration to 90 days
4
+
1
5
  ## 0.7.0 (August 11, 2014)
2
6
 
3
7
  * Move statistics to summary format, keep a single value for each key per day
@@ -18,7 +22,6 @@
18
22
 
19
23
  * Add queue wait time
20
24
 
21
-
22
25
  ## 0.5.0 (June 8, 2014)
23
26
 
24
27
  * Initial release
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.0
1
+ 0.7.1
@@ -29,7 +29,7 @@ module Resque
29
29
  TOTAL_TIME = "total_time"
30
30
  WAIT_TIME = "wait_time"
31
31
 
32
- EXPIRE = 90 * 24 * 60
32
+ EXPIRE = 90.days.to_i
33
33
 
34
34
  def self.ignore_classes=(class_array)
35
35
  @ignore_classes = class_array
Binary file
@@ -2,15 +2,15 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: resque-analytics 0.7.0 ruby lib
5
+ # stub: resque-analytics 0.7.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "resque-analytics"
9
- s.version = "0.7.0"
9
+ s.version = "0.7.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Nir Tzur"]
13
- s.date = "2014-08-11"
13
+ s.date = "2014-08-17"
14
14
  s.description = "Shows Resque jobs key performance indciators over time"
15
15
  s.email = "nir.tzur@samanage.com"
16
16
  s.extra_rdoc_files = [
@@ -30,6 +30,7 @@ Gem::Specification.new do |s|
30
30
  "lib/resque-analytics/server.rb",
31
31
  "lib/resque-analytics/server/views/analytics.erb",
32
32
  "lib/resque/plugins/analytics.rb",
33
+ "resque-analytics-0.7.0.gem",
33
34
  "resque-analytics.gemspec"
34
35
  ]
35
36
  s.homepage = "http://github.com/nirtzur/resque-analytics"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nir Tzur
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-11 00:00:00.000000000 Z
11
+ date: 2014-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: resque
@@ -100,6 +100,7 @@ files:
100
100
  - lib/resque-analytics/server.rb
101
101
  - lib/resque-analytics/server/views/analytics.erb
102
102
  - lib/resque/plugins/analytics.rb
103
+ - resque-analytics-0.7.0.gem
103
104
  - resque-analytics.gemspec
104
105
  homepage: http://github.com/nirtzur/resque-analytics
105
106
  licenses: