busted.gemspec in busted-0.2.1 vs busted.gemspec in busted-0.2.2

- old
+ new

@@ -15,10 +15,12 @@ Busted reports when code increments these counters. DESC spec.homepage = "https://github.com/simeonwillbanks/busted" spec.license = "MIT" + spec.required_ruby_version = ">= 2.1.0" + spec.files = %w( .ruby-version CONTRIBUTING.md Gemfile LICENSE.txt @@ -32,13 +34,15 @@ lib/busted/counter.rb lib/busted/current_process.rb lib/busted/profiler.rb lib/busted/profiler/default.rb lib/busted/profiler/sandwich.rb + lib/busted/stack.rb lib/busted/traceable.rb lib/busted/tracer.rb lib/busted/version.rb test/busted/current_process_test.rb + test/busted/stack_test.rb test/busted_test.rb test/test_helper.rb ) spec.test_files = spec.files.grep(%r{^test/}) spec.require_paths = ["lib"]