Sha256: edb94d445e7744b34b882be4740ed0fe4c323198dad01361fc5f2368c948d9f0

Contents?: true

Size: 577 Bytes

Versions: 1

Compression:

Stored size: 577 Bytes

Contents

# webloc

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

It works on Ruby 1.8.7 and up, including Ruby 3.x. It appears to still work on macOS Monterey too, so I have made a quick tidy up and release for 2022!

## Installation

    gem install webloc
    
## Usage

Reading a .webloc file:

    Webloc.load(ARGV.first).url

Writing to a .webloc file:

    Webloc.new('https://rubyweekly.com/').save('rubyweekly.webloc')

## License

Copyright (C) 2011-2022 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.1.0 README.md