jquery_tag 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/jquery_tag/version.rb +1 -1
- data/lib/jquery_tag/view_helpers.rb +1 -1
- data/spec/jquery_tag_spec.rb +2 -2
- metadata +4 -4
data/lib/jquery_tag/version.rb
CHANGED
data/spec/jquery_tag_spec.rb
CHANGED
@@ -36,7 +36,7 @@ describe JqueryTag::ViewHelpers do
|
|
36
36
|
before { production! }
|
37
37
|
|
38
38
|
it "uses the google CDN path" do
|
39
|
-
expects_include_with ['//ajax.googleapis.com/ajax/libs/jquery/1.
|
39
|
+
expects_include_with ['//ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js']
|
40
40
|
jquery_tag
|
41
41
|
end
|
42
42
|
|
@@ -46,7 +46,7 @@ describe JqueryTag::ViewHelpers do
|
|
46
46
|
end
|
47
47
|
|
48
48
|
it "uses the google CDN path for the jquery ui script" do
|
49
|
-
expects_include_with ['//ajax.googleapis.com/ajax/libs/jquery/1.
|
49
|
+
expects_include_with ['//ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js']
|
50
50
|
jquery_tag :ui => true
|
51
51
|
end
|
52
52
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery_tag
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 3
|
10
|
+
version: 0.1.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Lucas Mazza
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-02-03 00:00:00 -02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|