# -*- encoding: utf-8 -*- # stub: busted 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "busted".freeze s.version = "0.2.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 = ["Simeon F. Willbanks".freeze] s.date = "2013-12-21" s.description = "Find code that busts the Ruby 2.1+ cache.".freeze s.email = ["sfw@simeonfosterwillbanks.com".freeze] s.files = [".ruby-version".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "busted.gemspec".freeze, "dtrace/probes/busted/method-cache-clear.d".freeze, "dtrace/probes/examples/method-cache-clear.d".freeze, "lib/busted.rb".freeze, "lib/busted/countable.rb".freeze, "lib/busted/counter.rb".freeze, "lib/busted/current_process.rb".freeze, "lib/busted/profiler.rb".freeze, "lib/busted/profiler/default.rb".freeze, "lib/busted/profiler/sandwich.rb".freeze, "lib/busted/traceable.rb".freeze, "lib/busted/tracer.rb".freeze, "lib/busted/version.rb".freeze, "test/busted/current_process_test.rb".freeze, "test/busted_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/simeonwillbanks/busted".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "MRI Ruby defines RubyVM.stat which accesses internal cache counters. When the cache counters are incremented, the internal cache is invalidated. Busted reports when code increments these counters.".freeze s.test_files = ["test/busted/current_process_test.rb".freeze, "test/busted_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end