rack-graphite.gemspec in rack-graphite-1.0.0 vs rack-graphite.gemspec in rack-graphite-1.1.0

- old
+ new

@@ -1,8 +1,8 @@ # coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) -require 'rack/graphite' +require 'rack/graphite/version' Gem::Specification.new do |spec| spec.name = "rack-graphite" spec.version = Rack::Graphite::VERSION spec.authors = ["R. Tyler Croy"]