rack-olark.gemspec in rack-olark-0.0.3 vs rack-olark.gemspec in rack-olark-0.0.4

- old
+ new

@@ -5,10 +5,10 @@ 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. Code from rack/google-analytics has been used liberally and expanded/trimmed down where needed. Mucho thanks to Lee Hambley and other cool rack/google-analytics bros.} + 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.2']) s.add_dependency('haml', ['>= 3.1.1'])