padrino-contrib 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of padrino-contrib might be problematic. Click here for more details.

@@ -14,6 +14,13 @@ module Padrino
14
14
  end
15
15
 
16
16
  module Helpers
17
+ def stylesheet_link_tag_jquery(options={})
18
+ theme = options.delete(:theme) || :smoothness
19
+ version = options.delete(:version) || '1.8.16'
20
+
21
+ stylesheet_link_tag('http://ajax.googleapis.com/ajax/libs/jqueryui/%s/themes/%s/jquery-ui.css' % [version, theme], options)
22
+ end
23
+
17
24
  def javascript_include_tag_jquery(options={})
18
25
  libs = ["http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"]
19
26
 
@@ -1,5 +1,5 @@
1
1
  module Padrino
2
2
  module Contrib
3
- VERSION = "0.1.9"
3
+ VERSION = '0.1.10'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padrino-contrib
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 9
10
- version: 0.1.9
9
+ - 10
10
+ version: 0.1.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Davide D'Agostino
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-09-26 00:00:00 +02:00
20
+ date: 2011-10-19 00:00:00 +02:00
21
21
  default_executable:
22
22
  dependencies: []
23
23