unicorn_metrics 0.1.1 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,7 +50,7 @@ class UnicornMetrics::Timer
50
50
  name => {
51
51
  "type" => type,
52
52
  "sum" => sum,
53
- "count" => count
53
+ "value" => count
54
54
  }
55
55
  }
56
56
  end
@@ -1,3 +1,3 @@
1
1
  module UnicornMetrics
2
- VERSION = "0.1.1"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -57,7 +57,7 @@ describe UnicornMetrics::Timer do
57
57
  @timer.name => {
58
58
  "type" => @timer.type,
59
59
  "sum" => @timer.sum,
60
- "count" => @timer.count
60
+ "value" => @timer.count
61
61
  }
62
62
  }
63
63
 
metadata CHANGED
@@ -1,43 +1,38 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicorn_metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.1
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Alan Cohen
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-08-12 00:00:00.000000000 Z
12
+ date: 2013-08-15 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rake
15
- requirement: !ruby/object:Gem::Requirement
16
+ requirement: &70326952674160 !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - ~>
18
20
  - !ruby/object:Gem::Version
19
21
  version: 10.1.0
20
22
  type: :development
21
23
  prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ~>
25
- - !ruby/object:Gem::Version
26
- version: 10.1.0
24
+ version_requirements: *70326952674160
27
25
  - !ruby/object:Gem::Dependency
28
26
  name: raindrops
29
- requirement: !ruby/object:Gem::Requirement
27
+ requirement: &70326952673160 !ruby/object:Gem::Requirement
28
+ none: false
30
29
  requirements:
31
30
  - - ~>
32
31
  - !ruby/object:Gem::Version
33
32
  version: 0.11.0
34
33
  type: :runtime
35
34
  prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ~>
39
- - !ruby/object:Gem::Version
40
- version: 0.11.0
35
+ version_requirements: *70326952673160
41
36
  description:
42
37
  email:
43
38
  - acohen@climate.com
@@ -66,17 +61,18 @@ files:
66
61
  - test/test_unicorn_metrics.rb
67
62
  homepage: http://www.climate.com
68
63
  licenses: []
69
- metadata: {}
70
64
  post_install_message:
71
65
  rdoc_options: []
72
66
  require_paths:
73
67
  - lib
74
68
  required_ruby_version: !ruby/object:Gem::Requirement
69
+ none: false
75
70
  requirements:
76
71
  - - ! '>='
77
72
  - !ruby/object:Gem::Version
78
73
  version: 1.9.3
79
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
+ none: false
80
76
  requirements:
81
77
  - - ! '>='
82
78
  - !ruby/object:Gem::Version
@@ -84,9 +80,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
80
  requirements:
85
81
  - Preforking http server (i.e., Unicorn).
86
82
  rubyforge_project:
87
- rubygems_version: 2.0.6
83
+ rubygems_version: 1.8.11
88
84
  signing_key:
89
- specification_version: 4
85
+ specification_version: 3
90
86
  summary: Metrics library for Rack applications using a preforking http server (i.e.,
91
87
  Unicorn)
92
88
  test_files:
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MzM4NmFhYWM4ZjU5YjAxMGE0NjA5YWQ0ZTUzMTEwNjI0OGE5YmRmOQ==
5
- data.tar.gz: !binary |-
6
- MmYxZDljYTIyZTRkZjAyZjkyYTMzMGZhNzc2ZmUxOTA4NWI3MzM5OA==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- ZjZiNzRjODE2MmIzNzY0YmI1MWRjNjdkMjMwNGUzOWFmY2NlZTIyMGI3MTM1
10
- MTA3ODU4MTM5ZTZjYTY4OTMzNThiYzFlYzc5MzZmMmU3Mzg2ZWQwMzhhNGQx
11
- YTY3ZDE2MGFmNDJhYmU2ZDZjYmI1NTQyZTFlYzU2NTFkYTc1NDU=
12
- data.tar.gz: !binary |-
13
- ZjhiMDNkZjczNjJmNzQ2Y2JmMDIwYTliODk1MWZhNTU5MTE5ZGVhMDFlMzBk
14
- MzZmZDc0MTE0YzNkNGQ2ZWI3M2FjYmU5YWNmNmVhODkwMDNlOTA5MjVjZWUx
15
- MTljNTJlOGM2MGY1NzEyNDg3YTlhOTYxYTg4Mzk1NjU1ODRiZTc=