Bundler/rdoc updates

master
Alex Dunae 2011-09-14 11:33:46 -07:00
parent 88012e8f7e
commit 9567872aeb
2 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
*.gem
nbproject
doc/
rdoc/
rdoc/
Gemfile.lock

View File

@ -2,3 +2,7 @@
source "http://rubygems.org"
gemspec
group :test, :development do
gem 'rdoc', '>= 2.4.2'
end