jquery_cheats 4.1.2 → 4.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -192,7 +192,6 @@ function getSlices(xml)
|
|
192
192
|
slice = new Array($(this).attr("name"));
|
193
193
|
slice.push(parseInt($(this).attr("size")));
|
194
194
|
var link = $(this).attr("link");
|
195
|
-
alert(link);
|
196
195
|
if(link) slice.push(link); else slice.push("");
|
197
196
|
slices.push(slice);
|
198
197
|
});
|
data/jquery_cheats.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "jquery_cheats"
|
5
|
-
s.version = "4.1.
|
5
|
+
s.version = "4.1.3"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Travis Pessettto"]
|
9
|
-
s.date = "2012-
|
9
|
+
s.date = "2012-07-30"
|
10
10
|
s.description = "JQuery, JQPlot graphing, and other useful items for jquery."
|
11
11
|
s.email = "travis@pessetto.com"
|
12
12
|
s.extra_rdoc_files = ["README.md", "lib/jquery_cheats.rb"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery_cheats
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-07-30 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: JQuery, JQPlot graphing, and other useful items for jquery.
|
15
15
|
email: travis@pessetto.com
|