File: README.md

package info (click to toggle)
ruby-ruby-magic-static 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 732 kB
  • sloc: ansic: 1,879; ruby: 1,338; makefile: 6
file content (47 lines) | stat: -rw-r--r-- 1,248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# File Magic in Ruby

[![Gem Version](http://badge.fury.io/rb/ruby-magic.svg)](http://badge.fury.io/rb/ruby-magic)
[![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://opensource.org/licenses/Apache-2.0)

## Introduction

Provides simple interface to [libmagic][1] for Ruby Programming Language.

## Table of Contents

1. [Contributing](#contributing)
2. [Versioning](#versioning)
3. [Author](#author)
4. [Contributors](#contributors)
4. [Copyright](#copyright)
5. [License](#license)

## Contributing

See the [CONTRIBUTING.md](CONTRIBUTING.md) for best practices and instructions
on setting up your development environment.

## Versioning

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
For the versions available, see the tags on this repository.

## Author

Krzysztof Wilczyński (<kw@linux.com>)

## Contributors

See the [CONTRIBUTORS.md](CONTRIBUTORS.md) file for a list of contributors to
the project.

## Copyright

Copyright 2013-2022 Krzysztof Wilczyński

## License

This project is licensed under the terms of the Apache License, Version 2.0 license.   
To view the full license see the included [LICENSE](LICENSE) file.

[1]: https://en.wikipedia.org/wiki/File_(command)