A simple webapp to manage your movie collection
Go to file
Guillaume Dott 1bdd77ea23 Use ajax to improve some functionalities 2015-10-22 12:58:43 +02:00
lib Use ajax to improve some functionalities 2015-10-22 12:58:43 +02:00
.gitignore Add basic features 2015-10-21 12:37:28 +02:00
Gemfile Create gem 2015-10-20 12:45:31 +02:00
LICENSE.txt Create gem 2015-10-20 12:45:31 +02:00
README.md Create gem 2015-10-20 12:45:31 +02:00
Rakefile Create gem 2015-10-20 12:45:31 +02:00
librarix.gemspec Add sass as a development dependency 2015-10-22 12:32:10 +02:00

README.md

Librarix

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'librarix'

And then execute:

$ bundle

Or install it yourself as:

$ gem install librarix

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/librarix/fork )
  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 a new Pull Request