--- !ruby/object:Gem::Specification name: stopwatch version: !ruby/object:Gem::Version version: 1.0.1 platform: ruby authors: - Mark Mulder autorequire: bindir: bin cert_chain: [] date: 2017-04-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rack requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.6.5 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.6.5 - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.5.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.5.0 description: This gem uses Rack middleware and the Rails 3 Notification API to display page load time and amount of queries executed. email: - markmulder@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - CHANGELOG.md - Gemfile - Gemfile.lock - README.md - Rakefile - lib/load_speed.rb - lib/stopwatch.rb - lib/stopwatch/event.rb - lib/stopwatch/log.rb - lib/stopwatch/railtie.rb - lib/stopwatch/version.rb - spec/stopwatch_spec.rb - stopwatch.gemspec - stopwatch.png homepage: https://github.com/bittersweet/stopwatch licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.9' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: stopwatch rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: Show the page load duration. test_files: - spec/stopwatch_spec.rb