1
0
Fork 0
Go to file
Gregory Eremin 588fdd0f64 Initial commit 2013-07-17 20:26:20 +07:00
data Initial commit 2013-07-17 20:26:20 +07:00
lib Initial commit 2013-07-17 20:26:20 +07:00
.gitignore Initial commit 2013-07-17 20:26:20 +07:00
Gemfile Initial commit 2013-07-17 20:26:20 +07:00
LICENSE.txt Initial commit 2013-07-17 20:26:20 +07:00
README.md Initial commit 2013-07-17 20:26:20 +07:00
Rakefile Initial commit 2013-07-17 20:26:20 +07:00
cdnjs-rails.gemspec Initial commit 2013-07-17 20:26:20 +07:00

README.md

Cdnjs::Rails

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'cdnjs-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cdnjs-rails

Usage

TODO: Write usage instructions here

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