Sha256: 451ae12d98be666158785ea9fc0bc7f8a2900d9b7d7b3a3e20c223da8c258e07

Contents?: true

Size: 1.95 KB

Versions: 37

Compression:

Stored size: 1.95 KB

Contents

# Bootstrap-Slider-Rails

This Gem integrates [Seiyara's fork](https://github.com/seiyria/bootstrap-slider) of [Bootstrap Slider](http://www.eyecon.ro/bootstrap-slider/). The original has no public Github Repo, issues tracking etc.

It integrates this fork with your Rails project and is versioned to track the fork's version.

## Installation

Add this line to your application's Gemfile:

    gem 'bootstrap-slider-rails'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install bootstrap-slider-rails

## Usage

This gem uses a Rails Engine to make Bootstrap Slider's assets available to you.

Require the JavaScript files from your `application.js` or wherever needed using:

```
//= require bootstrap-slider
```

Require the CSS files from your `application.scss` or wherever needed using:

```
*= require bootstrap-slider
```

## Gem release

In the case you'd like to create a new release when [seiyria](https://github.com/seiyria) release a new version of his bootstrap-slider library, you just need to run the following:

```
$ ./make_new_release.sh
Ensuring Docker image zedtux/bootstrap-slider-rails exists ...
Updating library code to version 5.3.3 ...
Downlading Bootstrap-slider 5.3.3 ...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 51140  100 51140    0     0   124k      0 --:--:-- --:--:-- --:--:--  124k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  8238  100  8238    0     0  28698      0 --:--:-- --:--:-- --:--:-- 28703
Done!
Committing new version ...
Releasing gem ...
```

## Contributing

1. Fork it
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 new Pull Request

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
bootstrap-slider-rails-9.8.0 README.md
bootstrap-slider-rails-9.7.0 README.md
bootstrap-slider-rails-9.6.0 README.md
bootstrap-slider-rails-9.5.0 README.md
bootstrap-slider-rails-9.4.0 README.md
bootstrap-slider-rails-9.3.0 README.md
bootstrap-slider-rails-9.2.0 README.md
bootstrap-slider-rails-9.1.3 README.md
bootstrap-slider-rails-9.1.2 README.md
bootstrap-slider-rails-9.1.1 README.md
bootstrap-slider-rails-9.1.0 README.md
bootstrap-slider-rails-9.0.0 README.md
bootstrap-slider-rails-8.0.0 README.md
bootstrap-slider-rails-7.1.2 README.md
bootstrap-slider-rails-7.1.1 README.md
bootstrap-slider-rails-7.0.5 README.md
bootstrap-slider-rails-7.0.3 README.md
bootstrap-slider-rails-7.0.1 README.md
bootstrap-slider-rails-6.1.8 README.md
bootstrap-slider-rails-6.1.6 README.md