Sha256: f68aaee88d82e57cb4a28c19830d317ba50bd93971d4fc5275a5c5a578bca6e4

Contents?: true

Size: 511 Bytes

Versions: 1

Compression:

Stored size: 511 Bytes

Contents

# webloc

*webloc* is a Ruby library that can read from and write to <tt>.webloc</tt> files as used on OS X.

It works on both Ruby 1.9.2 and 1.8.7 (though development is focused on 1.9.2).

## Installation

    gem install webloc
    
## Usage

It's pretty simple.

Reading a .webloc file:

    Webloc.load(ARGV.first).url

Writing to a .webloc file:

    Webloc.new('http://peterc.org/').save('peterc.webloc')

## License

Copyright (C) 2011 Peter Cooper

webloc is licensed under the terms of the MIT License

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webloc-0.0.1 README.md