shadowbox-rails.gemspec in shadowbox-rails-0.0.2 vs shadowbox-rails.gemspec in shadowbox-rails-0.0.3

- old
+ new

@@ -4,10 +4,10 @@ Gem::Specification.new do |gem| gem.authors = ["Mathieu Gagné"] gem.email = ["mathieu@motioneleven.com"] gem.description = %q{Adds shadowbox.js to your assets pipeline} gem.summary = %q{Include the lightbox effect from shadowbox to your photos, videos, flash, etc. This gem will include the latest shadowbox.js, shadowbox.css and shadowbox required images to your assets pipeline so it's ready for deploy.} - gem.homepage = "" + gem.homepage = "https://github.com/motioneleven/shadowbox-rails" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "shadowbox-rails"