dokan-ruby
This is as wrapper-gem for dokan ruby bindings by Hiroki Asakawa. You can download the original souce from http://dokan-dev.net/en/download/#ruby.
To run this gem you need dokan library installed.
See the original README and LICENSE at
- ext\dokan-ruby-0.1.5.1229\readme.txt
- ext\dokan-ruby-0.1.5.1229\license.txt
What is Dokan Ruby Binding
This program is a Ruby binding of Dokan that is a user mode file system for Windows. Using this program, you can make a file system in Ruby language. Ruby extension to write a windows file system.
Howto
- Install dokan library. You can find it here: http://dokan-dev.net/en/download/
- Install this gem (gem install dokan-ruby)
- Run the samples unter ext\dokan-ruby-0.1.5.1229\samples to get a feeling ho things work
- Implement your own cool filsystem und mount it
Note on Patches/Pull Requests
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so I don't break it in a future version unintentionally.
- Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
- Send me a pull request. Bonus points for topic branches.
Copyright
Copyright (c) 2009 AncientLeGrey. See LICENSE for details.