scrolls/jquery.rb in ey_rails_wizard-0.5.0 vs scrolls/jquery.rb in ey_rails_wizard-0.6.0
- old
+ new
@@ -1,20 +1,11 @@
+# No additional code required.
-after_bundler do
- ui = config['ui'] ? ' --ui' : ''
- generate "jquery:install#{ui}"
-end
-
__END__
name: jQuery
-description: "Adds the latest jQuery and Rails UJS helpers for jQuery."
-author: mbleigh
+description: "jQuery as the JavaScript framework"
+author: drnic
exclusive: javascript_framework
category: assets
-tags: [javascript, framework, defaults]
-config:
- - ui:
- type: boolean
- prompt: Install jQuery UI?