jquery-cheat 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +6 -1
- data/License.txt +1 -1
- data/bin/jcheat +1 -1
- data/lib/jquery-cheat/version.rb +1 -1
- data/website/index.html +1 -1
- metadata +1 -1
data/History.txt
CHANGED
data/License.txt
CHANGED
data/bin/jcheat
CHANGED
@@ -4,7 +4,7 @@ require 'rubygems'
|
|
4
4
|
require 'hpricot'
|
5
5
|
gem 'jquery-cheat'
|
6
6
|
|
7
|
-
PATH = File.join(
|
7
|
+
PATH = File.join(Gem.cache.search("jquery-cheat").sort_by{|x| x.version.version}.last.full_gem_path, 'lib','jquery.dumped')
|
8
8
|
|
9
9
|
class JQueryMethod
|
10
10
|
|
data/lib/jquery-cheat/version.rb
CHANGED
data/website/index.html
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
<h1>jquery cheat</h1>
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/jquery-cheat"; return false'>
|
35
35
|
Get Version
|
36
|
-
<a href="http://rubyforge.org/projects/jquery-cheat" class="numbers">0.1.
|
36
|
+
<a href="http://rubyforge.org/projects/jquery-cheat" class="numbers">0.1.1</a>
|
37
37
|
</div>
|
38
38
|
<h1>→ ‘jquery-cheat’</h1>
|
39
39
|
|