Skip to content

Commit a19d5bc

Browse files
committed
minor: removed old 1.0 upgrade notes
1 parent 26b9b69 commit a19d5bc

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ task :ydoc do
146146
require File.join(File.dirname(__FILE__), 'lib', 'mongo')
147147
out = File.join('ydoc', Mongo::VERSION)
148148
FileUtils.rm_rf('ydoc')
149-
system "yardoc lib/**/*.rb lib/mongo/**/*.rb lib/bson/**/*.rb -e yard/yard_ext.rb -p yard/templates -o #{out} --title MongoRuby-#{Mongo::VERSION} --files docs/TUTORIAL.md,docs/GridFS.md,docs/FAQ.md,docs/REPLICA_SETS.md,docs/WRITE_CONCERN.md,docs/HISTORY.md,docs/CREDITS.md,docs/1.0_UPGRADE.md,docs/RELEASES.md"
149+
system "yardoc lib/**/*.rb lib/mongo/**/*.rb lib/bson/**/*.rb -e yard/yard_ext.rb -p yard/templates -o #{out} --title MongoRuby-#{Mongo::VERSION} --files docs/TUTORIAL.md,docs/GridFS.md,docs/FAQ.md,docs/REPLICA_SETS.md,docs/WRITE_CONCERN.md,docs/HISTORY.md,docs/CREDITS.md,docs/docs/RELEASES.md"
150150
end
151151

152152
namespace :bamboo do

docs/1.0_UPGRADE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)