Sha256: 8522cbdd73f5c3a48d2987d4afa8bfa129d41760449e49b2acc00a18e0d6afa8
Contents?: true
Size: 1015 Bytes
Versions: 2
Compression:
Stored size: 1015 Bytes
Contents
= XDG Base Directory Standards for Ruby http://xdg.rubyforge.org == Introduction XDG provides an easy to use interface for utilizing the XDG Base Directory Standards. See: http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html == Release Notes Please see the RELEASE file. == Usage XDG is a module with a small set of easy to use methods: XDG.config_home XDG.config_dirs XDG.data_home XDG.data_dirs XDG.cache_home XDG.data_file(file) XDG.config_file(file) XDG.cache_file(file) XDG.config_work XDG.data_work XDG.cache_work If you know XDG these are pretty much self-explanitory. But see the RDocs for specifics. == Installation Using RubyGems: $ gem install xdg Installing the tarball requires Ruby Setup (see http://setup.rubyforge.org). $ tar -xvzf xdg-0.4.1 $ cd xdg-0.4.1 $ sudo setup.rb all == Development Visit http://rubyforge.org/projects/xdg == Copyright Copyright (c) 2008 Tiger Ops / 7rans Distributed under the terms of the MIT license.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xdg-0.3.0 | README |
xdg-0.4.0 | README |