jquery-rails 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of jquery-rails might be problematic. Click here for more details.

@@ -1,3 +1,7 @@
1
+ ## 1.0.9 (25 May 2011)
2
+
3
+ - Merged with new rails repo (3.1 fix)
4
+
1
5
  ## 1.0.8 (25 May 2011)
2
6
 
3
7
  - Updated to latest jquery-ujs with `[disabled][required]` fix
data/README.md CHANGED
@@ -19,11 +19,11 @@ In order to use the themed parts of jQuery UI, you will also need to supply your
19
19
 
20
20
  ### Installation
21
21
 
22
- When you generate a new Rails 3.1 app, pass the `-j jquery` option, like this:
22
+ New Rails 3.1 apps include jquery-rails in the Gemfile by default. So just make a new app:
23
23
 
24
- rails new myapp -j jquery
24
+ rails new myapp
25
25
 
26
- Then run `bundle install`. You're done!
26
+ You're done!
27
27
 
28
28
  ## Rails 3.0
29
29
 
@@ -1,5 +1,5 @@
1
1
  module Jquery
2
2
  module Rails
3
- VERSION = "1.0.8"
3
+ VERSION = "1.0.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 8
9
- version: 1.0.8
8
+ - 9
9
+ version: 1.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Andr\xC3\xA9 Arko"