Skip to content

Commit

Permalink
Add maintenance-branch for 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jun 9, 2014
1 parent fadf48e commit b84ed7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -2,12 +2,13 @@ source "https://rubygems.org"

gemspec

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

Expand Down
1 change: 1 addition & 0 deletions maintenance-branch
@@ -0,0 +1 @@
3-0-maintenance

0 comments on commit b84ed7c

Please sign in to comment.