From 341c6cda9ae56ec3bdce98dd41b5e5879f8c6bd2 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Mon, 1 Aug 2016 13:47:54 -0400 Subject: [PATCH] Correct file path for statsd.rb in gemspec --- statsd-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statsd-ruby.gemspec b/statsd-ruby.gemspec index 03fa904..6b9a7de 100644 --- a/statsd-ruby.gemspec +++ b/statsd-ruby.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| "README.rdoc", "Rakefile", "VERSION", - "lib/statsd.rb", + "lib/github/statsd.rb", "spec/helper.rb", "spec/statsd_spec.rb", "statsd-ruby.gemspec"