This file is indexed.

/usr/share/doc/ruby-fog-atmos/README.md is in ruby-fog-atmos 0.1.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
# Fog::Atmos

![Gem Version](https://badge.fury.io/rb/fog-atmos.svg) [![Build Status](https://travis-ci.org/fog/fog-atmos.svg?branch=master)](https://travis-ci.org/fog/fog-atmos) [![Dependency Status](https://gemnasium.com/fog/fog-atmos.svg)](https://gemnasium.com/fog/fog-atmos) [![Coverage Status](https://img.shields.io/coveralls/fog/fog-atmos.svg)](https://coveralls.io/r/fog/fog-atmos?branch=master) [![Code Climate](https://codeclimate.com/github/fog/fog-atmos.png)](https://codeclimate.com/github/fog/fog-atmos)

Module for the 'fog' gem to support Atmos

## Help Needed

This gem needs a maintainer. If you want to work on it, please contact
[@geemus](mailto:geemus@gmail.com) or [@plribeiro3000](mailto:plribeiro3000@gmail.com)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'fog-atmos'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install fog-atmos

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/fog/fog-atmos/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