Sha256: 85d48f2be1ee69607932a21c4552084635d34731cd341f8ec5ac16e9b2d4d077

Contents?: true

Size: 979 Bytes

Versions: 3

Compression:

Stored size: 979 Bytes

Contents

# Bookends
Shared footer (and eventually header) for Heroku properties.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'bookends', # path info coming soon
```

And then execute:

    $ bundle

## Usage

* `rails g bookends:install`
* add `@import 'bookends/footer';` to your application.css.scss
* add `<%= render partial: "bookends/footer" %>` to your layout where you want the footer.

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake rspec` to run the tests.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bookends-0.4.6 README.md
bookends-0.4.5 README.md
bookends-0.4.4 README.md