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.
@@ -1,4 +1,9 @@
1
- == 0.0.1 2007-05-30
1
+ == 0.1.0 2007-06-01
2
2
 
3
3
  * 1 major enhancement:
4
4
  * Initial release
5
+
6
+ == 0.1.1 2007-06-01
7
+
8
+ * 1 minor bugfix
9
+ * Fixed a bug in pathname
@@ -1,4 +1,4 @@
1
- Copyright (c) 2007 FIXME full name
1
+ Copyright (c) 2007 Yehuda Katz
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
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(File.dirname(__FILE__), '..', 'lib','jquery.dumped')
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
 
@@ -2,7 +2,7 @@ module JQueryCheat #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -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.0</a>
36
+ <a href="http://rubyforge.org/projects/jquery-cheat" class="numbers">0.1.1</a>
37
37
  </div>
38
38
  <h1>&#x2192; &#8216;jquery-cheat&#8217;</h1>
39
39
 
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: jquery-cheat
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
6
+ version: 0.1.1
7
7
  date: 2007-06-01 00:00:00 -07:00
8
8
  summary: jQuery command-line API reference
9
9
  require_paths: