half-pipe.gemspec in half-pipe-0.2.4 vs half-pipe.gemspec in half-pipe-0.3.0.alpha.1

- old
+ new

@@ -16,6 +16,7 @@ gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency "sass" + gem.add_dependency "rails", "~> 4.0.0" end