jquery-mjs-nestedSortable-rails 0.0.1 → 1.3.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f53549929a16d69fa3e5841844440fb089dc6d4c
4
- data.tar.gz: f5219f306b029a13a499fd9717a664c1ff4b43eb
3
+ metadata.gz: e55e5f4608112415a1fab82f98657d011f76308d
4
+ data.tar.gz: c58df99bad0cc6794589683aa971e4e2c4a94797
5
5
  SHA512:
6
- metadata.gz: 739c6ebb755770dd82acaffa3ba8ffb32a2f84fb651b58d2d4135c8ecff109b70e5331b26c771d66cbe0421a68e4ed0d2f161ef60d29d4a5c5953f5d4c768fcb
7
- data.tar.gz: db31fb694e824561abe1048debc4904e5684e5f1bc5fc07d984a6130b29495d776b257bde4fcde6ca7c80e7135091651bb5a151308ef1d5c2a9fab1b3567f8e3
6
+ metadata.gz: 9e0f8f5c59a5d98b124c4a362b56162b5ea08deca189177c6c013ac2b8c5d043b118ef671e8a639244b4eae778c6429fad30331b1888cb7b431d1d462e6229a9
7
+ data.tar.gz: 56f0a57a6827718be3337394292c612381194fc740bfd6ab3e858d06b31fe461b1b4bbc1dfa9c773a50c1670080c291c8e641030076c1987eac5d05fea21dc47
data/README.md CHANGED
@@ -28,6 +28,14 @@ Or install it yourself as:
28
28
 
29
29
  $ gem install jquery-mjs-nestedSortable-rails
30
30
 
31
+ Add this to your `assets/javascripts/application.js`:
32
+
33
+ //= require jquery.mjs.nestedSortable
34
+
35
+ or your `assets/javascripts/application.js.coffee`:
36
+
37
+ #= require jquery.mjs.nestedSortable
38
+
31
39
  ## Usage
32
40
 
33
41
  ```
@@ -2,7 +2,7 @@ module Jquery
2
2
  module Mjs
3
3
  module NestedSortable
4
4
  module Rails
5
- VERSION = "0.0.1"
5
+ VERSION = "1.3.5"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-mjs-nestedSortable-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Sprauer
@@ -57,7 +57,7 @@ files:
57
57
  - README.md
58
58
  - lib/jquery/mjs/nestedSortable/rails.rb
59
59
  - lib/jquery/mjs/nestedSortable/rails/version.rb
60
- - vendor/assets/javascripts/jquery.mjs.netsedSortable.js
60
+ - vendor/assets/javascripts/jquery.mjs.nestedSortable.js
61
61
  homepage: https://github.com/MichaelSp/jquery.mjs.nestedSortable-rails
62
62
  licenses:
63
63
  - MIT