jquery-rails 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.2.6 (1 December 2010)
2
+
3
+ Feature:
4
+
5
+ - Updated to use jQuery 1.4.4 by default
6
+
1
7
  ## 0.2.5 (4 November 2010)
2
8
 
3
9
  Bugfix:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jquery-rails (0.2.4)
4
+ jquery-rails (0.2.6)
5
5
  rails (~> 3.0)
6
6
  thor (~> 0.14.4)
7
7
 
@@ -3,8 +3,8 @@ module Jquery
3
3
  class InstallGenerator < ::Rails::Generators::Base
4
4
  desc "This generator downloads and installs jQuery, jQuery-ujs HEAD, and (optionally) the newest jQuery UI"
5
5
  class_option :ui, :type => :boolean, :default => false, :desc => "Include jQueryUI"
6
- class_option :version, :type => :string, :default => "1.4.3", :desc => "Which version of jQuery to fetch"
7
- @@default_version = "1.4.3"
6
+ class_option :version, :type => :string, :default => "1.4.4", :desc => "Which version of jQuery to fetch"
7
+ @@default_version = "1.4.4"
8
8
 
9
9
  def remove_prototype
10
10
  %w(controls.js dragdrop.js effects.js prototype.js).each do |js|
@@ -43,4 +43,4 @@ module Jquery
43
43
 
44
44
  end
45
45
  end
46
- end
46
+ end
@@ -1,5 +1,5 @@
1
1
  module Jquery
2
2
  module Rails
3
- VERSION = "0.2.5"
3
+ VERSION = "0.2.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Andr\xC3\xA9 Arko"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-04 00:00:00 -07:00
18
+ date: 2010-12-01 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency