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

- old
+ new

@@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- -require File.expand_path('../lib/shadowbox-rails/version', __FILE__) +require File.expand_path('../lib/shadowbox/rails/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Mathieu Gagné"] gem.email = ["mathieu@motioneleven.com"] gem.description = %q{Adds shadowbox.js to your assets pipeline} @@ -12,6 +12,9 @@ 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" gem.require_paths = ["lib"] gem.version = Shadowbox::Rails::VERSION + + + gem.add_dependency 'sass-rails' end