lib/ajaxlibs/libraries/jqueryui.rb in ajaxlibs-0.1.0 vs lib/ajaxlibs/libraries/jqueryui.rb in ajaxlibs-0.1.1
- old
+ new
@@ -4,13 +4,11 @@
'1.6' ,
'1.7.0',
'1.7.1',
'1.7.2']
- def requires #:nodoc:
- 'jquery'
- end
-
- def filename #:nodoc:
+ Requirements = {:all => {:jquery => nil}}
+
+ def file_name #:nodoc:
"jquery-ui"
end
end
\ No newline at end of file