Skip to content

Commit b84ed7c

Browse files
committed
Add maintenance-branch for 3.0.
1 parent fadf48e commit b84ed7c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ source "https://rubygems.org"
22

33
gemspec
44

5+
branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
56
%w[rspec rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
67
library_path = File.expand_path("../../#{lib}", __FILE__)
78
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
89
gem lib, :path => library_path
910
else
10-
gem lib, :git => "git://github.com/rspec/#{lib}.git"
11+
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => branch
1112
end
1213
end
1314

maintenance-branch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3-0-maintenance

0 commit comments

Comments
 (0)