Bundler/rdoc updates
This commit is contained in:
parent
88012e8f7e
commit
9567872aeb
2 changed files with 6 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@
|
|||
*.gem
|
||||
nbproject
|
||||
doc/
|
||||
rdoc/
|
||||
rdoc/
|
||||
Gemfile.lock
|
4
Gemfile
4
Gemfile
|
@ -2,3 +2,7 @@
|
|||
source "http://rubygems.org"
|
||||
|
||||
gemspec
|
||||
|
||||
group :test, :development do
|
||||
gem 'rdoc', '>= 2.4.2'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue