Skip to content

Commit 6ee8967

Browse files
committed
Updated to jquery version 1.11.1
1 parent 469171f commit 6ee8967

File tree

6 files changed

+327
-354
lines changed

6 files changed

+327
-354
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jQuery! For Rails! So great.
44

55
This gem provides:
66

7-
* jQuery 1.11.0
7+
* jQuery 1.11.1
88
* the jQuery UJS adapter
99
* assert_select_jquery to test jQuery responses in Ruby tests
1010

VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Gem | jQuery | jQuery UI |
44
|--------|--------|-----------|
5+
| 3.1.1 | 1.11.1 | - |
56
| 3.1.0 | 1.11.0 | - |
67
| 3.0.5 | 1.11.0 | - |
78
| 3.0.4 || - |

lib/jquery/rails/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Jquery
22
module Rails
3-
VERSION = "3.1.0"
4-
JQUERY_VERSION = "1.11.0"
3+
VERSION = "3.1.1"
4+
JQUERY_VERSION = "1.11.1"
55
JQUERY_UJS_VERSION = "f160fa2f4615f93e1a0d75e49de59d19c18c8728"
66
end
77
end

0 commit comments

Comments
 (0)