Sha256: 5fcc03e0c2535a24f0c39f9574db7bab044db78f650fc5b310a271b96565100a

Contents?: true

Size: 695 Bytes

Versions: 8

Compression:

Stored size: 695 Bytes

Contents

# MultiSessionStore

![Build Status](https://app.codeship.com/projects/0b90ab10-e82c-0137-732b-0a6cbcdf516a/status?branch=master)

This gem provides a means to support multiple sessions across different tabs in the same browser window.

## Installation

### Rails

Add this line to your application's Gemfile:

```ruby
gem 'multi_session_store'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install multi_session_store

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/emartech/multi_session_store.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
multi_session_store-0.2.7 README.md
multi_session_store-0.2.6 README.md
multi_session_store-0.2.5 README.md
multi_session_store-0.2.4 README.md
multi_session_store-0.2.3 README.md
multi_session_store-0.2.2 README.md
multi_session_store-0.2.1 README.md
multi_session_store-0.1.0 README.md