Skip to content

Commit

Permalink
drop hard librato-rails dependency, since librato-rack is API- and na…
Browse files Browse the repository at this point in the history
…mespace- compliant
  • Loading branch information
Scott Klein committed May 6, 2013
1 parent eae0e8b commit de101c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.md
Expand Up @@ -3,6 +3,10 @@ librato-sidekiq changelog

HEAD
=======
- Drop librato-rails dependency since librato-rack is API compliant. this is now an implicit dependency and not managed by gemspec

0.1.0
=======
- Initial commit
- Each completed job measures current stats, timing, and increments processed for queue and worker name

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Requirements and Compatibility
Gems:

* sidekiq
* librato-rails
* librato-rails OR librato-rack

Compatibility (tested):

Expand Down
2 changes: 1 addition & 1 deletion lib/librato-sidekiq/version.rb
@@ -1,5 +1,5 @@
module Librato
module Sidekiq
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end
1 change: 0 additions & 1 deletion librato-sidekiq.gemspec
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |s|
s.summary = %q{Sidekiq hooks to push stats into Librato}
s.test_files = Dir.glob("test/**/*")
s.add_dependency(%q<sidekiq>, [">= 0"])
s.add_dependency(%q<librato-rails>, [">= 0"])
s.add_development_dependency(%q<mini_shoulda>, [">= 0"])
s.add_development_dependency(%q<mocha>, [">= 0"])
end

0 comments on commit de101c8

Please sign in to comment.