rack-olark.gemspec in rack-olark-0.0.6 vs rack-olark.gemspec in rack-olark-0.0.7

- old
+ new

@@ -1,19 +1,18 @@ Gem::Specification.new do |s| - s.name = "rack-olark" - s.version = ::File.read(::File.expand_path('../VERSION', __FILE__)).strip - s.date = ::Date.today.to_s + s.name = 'rack-olark' + s.version = File.read(File.expand_path('../VERSION', __FILE__)).strip + s.date = Date.today.to_s s.platform = Gem::Platform::RUBY s.authors = ['Dan Poggi'] s.email = ['dan.poggi@gmail.com'] s.homepage = 'https://github.com/dpoggi/rack-olark' s.summary = %q{Rack middleware for embedding Olark.} s.description = %q{Rack middleware which injects the Olark JavaScript code before the end of the body of any HTML document being sent to the client. See README.md for details.} s.rubyforge_project = "rack-olark" s.add_dependency 'rack', ['>= 1.2'] - s.add_dependency 'haml', ['>= 2.2.0'] s.add_development_dependency 'rake' s.add_development_dependency 'bundler' s.files = `git ls-files`.split("\n")