Skip to content

Commit

Permalink
Updated readme and description
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiassvedhem committed Jan 4, 2012
1 parent 1e2bc9d commit 17db886
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ fancybox-rails

[![Build Status](http://travis-ci.org/hecticjeff/fancybox-rails.png)](http://travis-ci.org/hecticjeff/fancybox-rails)

Use [fancybox](http://fancybox.net/) with rails 3.1 asset pipeline.
Use [fancybox](http://www.fancyapps.com/fancybox/) with rails 3.1 asset pipeline.

## Installation

This gem vendors jquery fancybox for Rails 3.1 and greater. The files
This gem vendors jquery fancybox 2 for Rails 3.1 and greater. The files
will be added to the asset pipeline and available for you to use.

First add the following lines to your applications `Gemfile`:
Expand Down Expand Up @@ -57,3 +57,7 @@ $(document).ready(function() {
* [DHH's RailsConf 2011 talk on the rails 3.1 asset pipeline](http://www.youtube.com/watch?v=cGdCI2HhfAU)

Copyright (c) Chris Mytton

## License

[Fancybox 2 license](http://www.fancyapps.com/fancybox/#license)
4 changes: 2 additions & 2 deletions fancybox-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.email = ["self@hecticjeff.net"]
s.homepage = "https://github.com/hecticjeff/fancybox-rails"

s.summary = "Use FancyBox with Rails 3.1"
s.description = "This gem provides jQuery FancyBox for your Rails 3.1 application."
s.summary = "Use FancyBox 2 with Rails 3.1"
s.description = "This gem provides jQuery FancyBox 2 for your Rails 3.1 application."
s.files = Dir["{lib,vendor}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.md"]
s.version = "0.1.4"

Expand Down

0 comments on commit 17db886

Please sign in to comment.