jquery-ui-rails 4.0.4 → 4.0.5

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

Potentially problematic release.


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

data/History.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # master
2
2
 
3
+ # 4.0.5
4
+
5
+ * Remove unused dependency on the `jquery-rails` gem. If you get an error
6
+ "couldn't find file 'jquery'", you may need to explicitly add `gem
7
+ 'jquery-rails'` to your Gemfile.
8
+
3
9
  # 4.0.4
4
10
 
5
11
  * Include license in gemspec
data/README.md CHANGED
@@ -12,6 +12,10 @@ Also check out the
12
12
  [jquery-ui-sass-rails](https://github.com/jhilden/jquery-ui-sass-rails) gem,
13
13
  which allows you to override theme variables with Sass.
14
14
 
15
+ *Note: As of version 4.0.5, jquery-ui-rails has dropped its unused dependency
16
+ on the `jquery-rails` gem. If you get an error "couldn't find file 'jquery'",
17
+ you may need to explicitly add `gem 'jquery-rails'` to your Gemfile.*
18
+
15
19
  ## Usage
16
20
 
17
21
  In your Gemfile, add:
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Ui
3
3
  module Rails
4
- VERSION = "4.0.4"
4
+ VERSION = "4.0.5"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.4
4
+ version: 4.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-25 00:00:00.000000000 Z
12
+ date: 2013-09-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -27,22 +27,6 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: 3.1.0
30
- - !ruby/object:Gem::Dependency
31
- name: jquery-rails
32
- requirement: !ruby/object:Gem::Requirement
33
- none: false
34
- requirements:
35
- - - ! '>='
36
- - !ruby/object:Gem::Version
37
- version: '0'
38
- type: :runtime
39
- prerelease: false
40
- version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
- requirements:
43
- - - ! '>='
44
- - !ruby/object:Gem::Version
45
- version: '0'
46
30
  - !ruby/object:Gem::Dependency
47
31
  name: json
48
32
  requirement: !ruby/object:Gem::Requirement
@@ -234,7 +218,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
234
218
  version: '0'
235
219
  segments:
236
220
  - 0
237
- hash: 4094581315230364202
221
+ hash: -1641329107782459314
238
222
  required_rubygems_version: !ruby/object:Gem::Requirement
239
223
  none: false
240
224
  requirements: