@@ -6,8 +6,8 @@ require 'time'
66require 'date'
77require 'erb'
88
9- Projects = [ 'rspec' , 'rspec-core' , 'rspec-expectations' , 'rspec-mocks' , 'rspec-rails' , 'rspec-support' ]
10- UnDocumentedProjects = %w[ rspec rspec-support ]
9+ Projects = [ 'rspec-metagem ' , 'rspec-core' , 'rspec-expectations' , 'rspec-mocks' , 'rspec-rails' , 'rspec-support' ]
10+ UnDocumentedProjects = %w[ rspec-metagem rspec-support ]
1111BaseRspecPath = Pathname . new ( Dir . pwd )
1212ReposPath = BaseRspecPath . join ( 'repos' )
1313MAX_PROJECT_NAME_LENGTH = Projects . map ( &:length ) . max
@@ -563,7 +563,7 @@ namespace :common_plaintext_files do
563563
564564 COMMON_PLAINTEXT_EXCLUSIONS =
565565 {
566- 'rspec' =>
566+ 'rspec-metagem ' =>
567567 %w[ BUILD_DETAIL.md.erb CONTRIBUTING.md.erb DEVELOPMENT.md.erb ISSUE_TEMPLATE.md.erb REPORT_TEMPLATE.md ] ,
568568 'rspec-rails' => %w[ ISSUE_TEMPLATE.md.erb REPORT_TEMPLATE.md ]
569569 }
671671
672672desc "Lists stats generated from the logs for the provided commit ranges"
673673task :version_stats , :commit_ranges do |t , args |
674- projects = Projects - [ "rspec" ]
674+ projects = Projects - [ "rspec-metagem " ]
675675
676676 puts
677677 puts "### Combined: "
@@ -717,7 +717,7 @@ def confirm_branch_name(name, opts={})
717717end
718718
719719def each_project_with_common_build ( opts = { } , &b )
720- except = %w[ rspec ]
720+ except = %w[ rspec-metagem ]
721721 except += Array ( opts [ :except ] )
722722 except << "rspec-support" if BASE_BRANCH_MAJOR_VERSION < 3
723723 each_project ( :except => except , &b )
0 commit comments