/virtual-file

RubyGem 实现虚拟文件夹逻辑

Primary LanguageRubyMIT LicenseMIT

virtual_file_system

RubyGem 实现虚拟文件夹逻辑

Installation

Add this line to your application's Gemfile:

gem 'virtual_file_system', :github => "mindpin/virtual-file", :tag => "v0.0.3"

And then execute:

$ bundle

Contributing

  1. Fork it ( https://github.com/mindpin/virtual-file/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request