Sha256: 747b9d48497865ef9a82932f877a0299fb8625484744f2c50f17d41bc420b890
Contents?: true
Size: 925 Bytes
Versions: 3
Compression:
Stored size: 925 Bytes
Contents
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.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.rubyforge_project = "rack-olark" s.add_dependency('rack', ['>= 1.2.2']) s.add_dependency('haml', ['>= 3.1.1']) s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rack-olark-0.0.3 | rack-olark.gemspec |
rack-olark-0.0.2 | rack-olark.gemspec |
rack-olark-0.0.1 | rack-olark.gemspec |