hightop.gemspec in hightop-0.1.2 vs hightop.gemspec in hightop-0.1.3

- old
+ new

@@ -1,16 +1,16 @@ # coding: utf-8 -lib = File.expand_path('../lib', __FILE__) +lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) -require 'hightop/version' +require "hightop/version" Gem::Specification.new do |spec| spec.name = "hightop" spec.version = Hightop::VERSION spec.authors = ["Andrew Kane"] spec.email = ["andrew@chartkick.com"] - spec.summary = %q{A nice shortcut for group count queries} - spec.description = %q{A nice shortcut for group count queries} + spec.summary = "A nice shortcut for group count queries" + spec.description = "A nice shortcut for group count queries" spec.homepage = "https://github.com/ankane/hightop" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }