Skip to content

Commit de13ff5

Browse files
committed
minor: more reorganization
1 parent fe99463 commit de13ff5

File tree

14 files changed

+5
-2
lines changed

14 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
html
22
pkg
33
doc
4+
ydoc
5+
.yardoc
46
*.gem
57
nbproject
68
*.bundle
@@ -11,3 +13,4 @@ benchmark
1113
*~
1214
*#*
1315
*.class
16+
*.swp

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ That's all there is to it!
7171

7272
For extensive examples, see the [MongoDB Ruby Tutorial](http://www.mongodb.org/display/DOCS/Ruby+Tutorial).
7373

74-
Bundled with the driver are many examples, located in the "examples" subdirectory. Samples include using
74+
Bundled with the driver are many examples, located in the "docs/examples" subdirectory. Samples include using
7575
the driver and using the GridFS class GridStore. MongoDB must be running for
7676
these examples to work, of course.
7777

@@ -81,7 +81,7 @@ Here's how to start MongoDB and run the "simple.rb" example:
8181
$ ./mongod run
8282
... then in another window ...
8383
$ cd path/to/mongo-ruby-driver
84-
$ ruby examples/simple.rb
84+
$ ruby docs/examples/simple.rb
8585

8686
See also the test code, especially test/test_db_api.rb.
8787

CREDITS renamed to docs/CREDITS.md

File renamed without changes.

HISTORY renamed to docs/HISTORY.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)