jquery-dragdrop-rails 2.2.0 → 2.2.0.10
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/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# Jquery::Dragdrop::Rails
|
|
2
2
|
|
|
3
|
-
This is a simple integration
|
|
3
|
+
This is a simple integration of ThreeDubMedia's jquery.event.drag and jquery.event.drop plugins for Rails 3.x.
|
|
4
|
+
|
|
5
|
+
This gem just integrates the plugins as assets.
|
|
6
|
+
For more details on ThreeDubMedia's plugins, refer to http://threedubmedia.com
|
|
4
7
|
|
|
5
8
|
|
|
6
9
|
## Installation
|
|
@@ -9,10 +12,12 @@ Add this line to your application's Gemfile:
|
|
|
9
12
|
|
|
10
13
|
gem 'jquery-dragdrop-rails'
|
|
11
14
|
|
|
15
|
+
|
|
12
16
|
And then execute:
|
|
13
17
|
|
|
14
18
|
$ bundle
|
|
15
19
|
|
|
20
|
+
|
|
16
21
|
Or install it yourself as:
|
|
17
22
|
|
|
18
23
|
$ gem install jquery-dragdrop-rails
|
|
@@ -20,6 +25,11 @@ Or install it yourself as:
|
|
|
20
25
|
|
|
21
26
|
## Usage
|
|
22
27
|
|
|
28
|
+
In applicaion.js
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
//= require jquery-dragdrop-rails
|
|
32
|
+
```
|
|
23
33
|
|
|
24
34
|
|
|
25
35
|
## Contributing
|
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Jquery::Dragdrop::Rails::VERSION
|
|
9
9
|
gem.authors = ["Aki Atoji"]
|
|
10
10
|
gem.email = ["akiatoji@gmail.com"]
|
|
11
|
-
gem.description = %q{jQuery Drag Drop
|
|
11
|
+
gem.description = %q{Rails integration of ThreeDubMedia's jQuery Drag Drop plugins}
|
|
12
12
|
gem.summary = %q{Wraps ThreeDubMedia's jquery.event.drag and jquery.event.drop plugins for Rails}
|
|
13
|
-
gem.homepage = "http://github.
|
|
13
|
+
gem.homepage = "http://www.github.com/akiatoji/jquery-dragdrop-rails"
|
|
14
14
|
|
|
15
15
|
gem.add_dependency "railties", "~> 3.0"
|
|
16
16
|
gem.add_dependency "jquery-rails"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-dragdrop-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.0
|
|
4
|
+
version: 2.2.0.10
|
|
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-02-
|
|
12
|
+
date: 2013-02-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
- - ! '>='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
|
-
description: jQuery Drag Drop
|
|
46
|
+
description: Rails integration of ThreeDubMedia's jQuery Drag Drop plugins
|
|
47
47
|
email:
|
|
48
48
|
- akiatoji@gmail.com
|
|
49
49
|
executables: []
|
|
@@ -58,11 +58,12 @@ files:
|
|
|
58
58
|
- jquery-dragdrop-rails.gemspec
|
|
59
59
|
- lib/jquery-dragdrop-rails.rb
|
|
60
60
|
- lib/jquery-dragdrop-rails/version.rb
|
|
61
|
+
- vendor/assets/javascripts/jquery-dragdrop-rails.js
|
|
61
62
|
- vendor/assets/javascripts/jquery.event.drag-2.2.js
|
|
62
63
|
- vendor/assets/javascripts/jquery.event.drag.live-2.2.js
|
|
63
64
|
- vendor/assets/javascripts/jquery.event.drop-2.2.js
|
|
64
65
|
- vendor/assets/javascripts/jquery.event.drop.live-2.2.js
|
|
65
|
-
homepage: http://github.
|
|
66
|
+
homepage: http://www.github.com/akiatoji/jquery-dragdrop-rails
|
|
66
67
|
licenses: []
|
|
67
68
|
post_install_message:
|
|
68
69
|
rdoc_options: []
|