This file is indexed.

/usr/share/doc/ruby-rails-assets-blueimp-gallery/README.md is in ruby-rails-assets-blueimp-gallery 2.21.3-1.

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
# rails-assets-blueimp-gallery

> The Bower package inside a gem

This gem was automatically generated. You can visit [rails-assets.org](https://rails-assets.org) for more information.

## Usage

Add rails-assets source block to your `Gemfile`:

```ruby
source "https://rails-assets.org" do
  gem "rails-assets-blueimp-gallery"
end

```

Then, import the asset using Sprockets’ `require` directive:

```js
//= require "blueimp-gallery"
```