jquery-ui-rails 2.0.0 → 2.0.1

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.

Potentially problematic release.


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

data/History.md CHANGED
@@ -1,3 +1,9 @@
1
+ # master
2
+
3
+ # 2.0.1
4
+
5
+ * Add draggable and resizable to the dependencies of dialog (#1)
6
+
1
7
  # 2.0.0
2
8
 
3
9
  * Do not require the main datepicker module from datepicker i18n modules.
data/Rakefile CHANGED
@@ -2,6 +2,9 @@ require 'json'
2
2
  require 'bundler/gem_tasks'
3
3
 
4
4
  DEPENDENCY_HASH = JSON.load(File.read('dependencies.js'))
5
+ # Fix dependencies. https://github.com/joliss/jquery-ui-rails/issues/1#issuecomment-8512917
6
+ DEPENDENCY_HASH['ui.dialog.js'].concat ['ui.draggable.js', 'ui.resizable.js']
7
+
5
8
  LANGUAGE_REGEX = /-[-a-zA-Z]+(?=\.js\z)/
6
9
 
7
10
  def version
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Ui
3
3
  module Rails
4
- VERSION = "2.0.0"
4
+ VERSION = "2.0.1"
5
5
  end
6
6
  end
7
7
  end
@@ -1,6 +1,8 @@
1
1
  //= require jquery.ui.core
2
2
  //= require jquery.ui.widget
3
3
  //= require jquery.ui.position
4
+ //= require jquery.ui.draggable
5
+ //= require jquery.ui.resizable
4
6
 
5
7
  /*!
6
8
  * jQuery UI Dialog 1.8.23
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: 2.0.0
4
+ version: 2.0.1
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: 2012-08-22 00:00:00.000000000 Z
12
+ date: 2012-09-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -222,7 +222,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
222
222
  version: '0'
223
223
  segments:
224
224
  - 0
225
- hash: 3947700227848693028
225
+ hash: -3883854818130885329
226
226
  required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  none: false
228
228
  requirements: