System notice: In light of the Debian OpenSSL security issue we've regenerated the server keys. See this thread for instructions and the new key fingerprints.

Commit 690590b10eb1890e161aa8f1c9eb9191b1978ba9

removed webby from pre-commit (it requires the rspec gem so we've got an unfortunate cycle)

Commit diff

rspec/lib/spec/version.rb

 
66 TINY = 3
77 RELEASE_CANDIDATE = nil
88
9 BUILD_TIME_UTC = 20080316231210
9 BUILD_TIME_UTC = 20080325021625
1010
1111 STRING = [MAJOR, MINOR, TINY].join('.')
1212 TAG = "REL_#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('_')}".upcase.gsub(/\.|-/, '_')
toggle raw diff

rspec/pre_commit/lib/pre_commit/core.rb

 
88 clobber
99 rake_invoke :verify_rcov
1010 rake_invoke :spec_html
11 webby
11 # webby
1212 rake_invoke :failing_examples_with_html
1313 rdoc
1414 rdoc_rails
toggle raw diff

rspec/pre_commit/lib/pre_commit/rspec.rb

 
1212 def check_for_gem_dependencies
1313 require "rubygems"
1414 gem 'rake'
15 gem 'webby'
15 # gem 'webby'
1616 gem 'coderay'
1717 gem 'RedCloth'
1818 gem 'syntax'
toggle raw diff

rspec_on_rails/lib/spec/rails/version.rb

 
11module Spec
22 module Rails
33 module VERSION #:nodoc:
4 BUILD_TIME_UTC = 20080316231210
4 BUILD_TIME_UTC = 20080325021625
55 end
66 end
77end
toggle raw diff