# -*- encoding: utf-8 -*-
# stub: jtrupiano-timecop-console 0.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "jtrupiano-timecop-console".freeze
  s.version = "0.1.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["John Trupiano".freeze]
  s.date = "2009-03-07"
  s.email = "jtrupiano@gmail.com".freeze
  s.extra_rdoc_files = ["README.rdoc".freeze, "LICENSE".freeze]
  s.files = ["LICENSE".freeze, "README.rdoc".freeze, "VERSION.yml".freeze, "lib/timecop-console".freeze, "lib/timecop-console/controllers".freeze, "lib/timecop-console/controllers/timecop_controller.rb".freeze, "lib/timecop-console/routes.rb".freeze, "lib/timecop-console/timecop_controller_methods.rb".freeze, "lib/timecop_console.rb".freeze, "test/geminstaller.yml".freeze, "test/test_helper.rb".freeze, "test/timecop_console_test.rb".freeze]
  s.homepage = "http://github.com/jtrupiano/timecop-console".freeze
  s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Expose Timecop's capabilities to the UI in your rails app, allowing QA to take advantage of it.".freeze

  s.specification_version = 2

  s.add_runtime_dependency(%q<timecop>.freeze, ["~> 0.2.1".freeze])
end