Sha256: d720c0f15503cfaf4c92a62486ad3942aea7840d47245afce180feb7091f11c0
Contents?: true
Size: 791 Bytes
Versions: 1
Compression:
Stored size: 791 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "stopwatch/version" Gem::Specification.new do |s| s.name = "stopwatch" s.version = Stopwatch::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Mark Mulder"] s.email = ["markmulder@gmail.com"] s.homepage = "http://ikbenbitterzoet.com" s.summary = "Show the page load duration." s.description = "This gem uses Rack middleware and the Rails 3 instrumentation to display page load time." s.rubyforge_project = "stopwatch" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stopwatch-0.0.1 | stopwatch.gemspec |