Signed-off-by: Wincent Colaiuta <win@wincent.com>
PATH
remote: .
specs:
- mkdtemp (1.2.0.99)
+ mkdtemp (1.2.1)
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.3)
rake (0.9.2)
+ rcov (0.9.10)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
DEPENDENCIES
mkdtemp!
rake
+ rcov
rspec (~> 2.0)
yard
--- /dev/null
+#!/usr/bin/env ruby
+#
+# This file was generated by Bundler.
+#
+# The application 'rcov' is installed as part of a gem, and
+# this file is here to facilitate running it.
+#
+
+require 'pathname'
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+ Pathname.new(__FILE__).realpath)
+
+require 'rubygems'
+require 'bundler/setup'
+
+load Gem.bin_path('rcov', 'rcov')
s.extensions = ['ext/extconf.rb']
s.add_development_dependency 'rake'
+ s.add_development_dependency 'rcov'
s.add_development_dependency 'rspec', '~> 2.0'
s.add_development_dependency 'yard'
end