suspenders 0.1.0.beta.5 → 0.1.0.beta.6
Sign up to get free protection for your applications and to get access to all the features.
- data/suspenders.gemspec +1 -1
- data/template/suspenders.rb +1 -1
- metadata +2 -2
data/suspenders.gemspec
CHANGED
data/template/suspenders.rb
CHANGED
@@ -71,7 +71,7 @@ say "Let's use jQuery"
|
|
71
71
|
trout "public/javascripts/#{file}.js"
|
72
72
|
end
|
73
73
|
|
74
|
-
download_file "
|
74
|
+
download_file "https://github.com/rails/jquery-ujs/raw/master/src/rails.js",
|
75
75
|
"public/javascripts/rails.js"
|
76
76
|
|
77
77
|
say "Pulling in some common javascripts"
|