librato-sidekiq 0.1.0 → 0.1.1

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.
data/History.md CHANGED
@@ -3,6 +3,10 @@ librato-sidekiq changelog
3
3
 
4
4
  HEAD
5
5
  =======
6
+ - Drop librato-rails dependency since librato-rack is API compliant. this is now an implicit dependency and not managed by gemspec
7
+
8
+ 0.1.0
9
+ =======
6
10
  - Initial commit
7
11
  - Each completed job measures current stats, timing, and increments processed for queue and worker name
8
12
 
data/README.md CHANGED
@@ -10,7 +10,7 @@ Requirements and Compatibility
10
10
  Gems:
11
11
 
12
12
  * sidekiq
13
- * librato-rails
13
+ * librato-rails OR librato-rack
14
14
 
15
15
  Compatibility (tested):
16
16
 
@@ -1,5 +1,5 @@
1
1
  module Librato
2
2
  module Sidekiq
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -21,7 +21,6 @@ Gem::Specification.new do |s|
21
21
  s.summary = %q{Sidekiq hooks to push stats into Librato}
22
22
  s.test_files = Dir.glob("test/**/*")
23
23
  s.add_dependency(%q<sidekiq>, [">= 0"])
24
- s.add_dependency(%q<librato-rails>, [">= 0"])
25
24
  s.add_development_dependency(%q<mini_shoulda>, [">= 0"])
26
25
  s.add_development_dependency(%q<mocha>, [">= 0"])
27
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: librato-sidekiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-05 00:00:00.000000000 Z
12
+ date: 2013-05-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sidekiq
@@ -27,22 +27,6 @@ dependencies:
27
27
  - - '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
- - !ruby/object:Gem::Dependency
31
- name: librato-rails
32
- requirement: !ruby/object:Gem::Requirement
33
- none: false
34
- requirements:
35
- - - '>='
36
- - !ruby/object:Gem::Version
37
- version: '0'
38
- type: :runtime
39
- prerelease: false
40
- version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
- requirements:
43
- - - '>='
44
- - !ruby/object:Gem::Version
45
- version: '0'
46
30
  - !ruby/object:Gem::Dependency
47
31
  name: mini_shoulda
48
32
  requirement: !ruby/object:Gem::Requirement