This file is indexed.

/usr/share/doc/ruby-rails-assets-jquery-textchange/README.md is in ruby-rails-assets-jquery-textchange 0.2.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
# rails-assets-jquery-textchange

> 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 these two lines to your application’s `Gemfile`:

```ruby
source "https://rails-assets.org"

gem "rails-assets-jquery-textchange"
```

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

```js
//= require "jquery-textchange"
```