new bushido gem

This commit is contained in:
did 2011-05-27 15:23:42 -07:00
parent c68817c8c7
commit 1731536649
2 changed files with 2 additions and 6 deletions

View File

@ -45,7 +45,9 @@ end
group :test, :development do group :test, :development do
gem 'ruby-debug', :platforms => :mri_18 gem 'ruby-debug', :platforms => :mri_18
gem 'ruby-debug19', :platforms => :mri_19 gem 'ruby-debug19', :platforms => :mri_19
# gem 'bushido_stub', :path => '../gems/bushido_stub' # gem 'bushido_stub', :path => '../gems/bushido_stub'
gem 'bushido'
end end
group :production do group :production do

View File

@ -11,11 +11,6 @@ GIT
xpath (0.1.2) xpath (0.1.2)
nokogiri (~> 1.4) nokogiri (~> 1.4)
PATH
remote: ../gems/bushido_stub
specs:
bushido_stub (0.0.1)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
@ -274,7 +269,6 @@ DEPENDENCIES
autotest autotest
bson_ext (~> 1.3.0) bson_ext (~> 1.3.0)
bushido bushido
bushido_stub!
capybara capybara
cucumber (= 0.8.5) cucumber (= 0.8.5)
cucumber-rails cucumber-rails