html5sortable-rails 0.9.3.0 → 0.9.3.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.
- checksums.yaml +4 -4
- data/html5sortable-rails.gemspec +1 -1
- data/lib/html5sortable/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 731329b30905bf120dc3ecfafac228c71af803ce
|
|
4
|
+
data.tar.gz: e7d7bea09853a75f8a597063a0e633c301650827
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b11bb964f80842080e2367a47055e81d3c85e576c4cd29d522ec9dfc671ac622b41e11455613e7b96a243c43e510389945a106412f75840688deabc677a5aab
|
|
7
|
+
data.tar.gz: 4f84a1e6dcf51f529651cdb21339ed6d02b48f7bce048df5c494ba24a2075e597aee1193301fa1a51169e676f1da2c5786b56bb36787ddc022c42301af073a64
|
data/html5sortable-rails.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["kendocode"]
|
|
10
10
|
spec.email = ["info@kendocoding.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = "Wraps the excellent html5sortable javascript library
|
|
12
|
+
spec.summary = "Wraps the excellent html5sortable javascript library for easy inclusion in the Rails Asset Pipeline."
|
|
13
13
|
spec.homepage = "https://github.com/kendocode/html5sortable-rails.git"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: html5sortable-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.3.
|
|
4
|
+
version: 0.9.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kendocode
|
|
@@ -189,6 +189,6 @@ rubyforge_project:
|
|
|
189
189
|
rubygems_version: 2.6.14
|
|
190
190
|
signing_key:
|
|
191
191
|
specification_version: 4
|
|
192
|
-
summary: Wraps the excellent html5sortable javascript library
|
|
192
|
+
summary: Wraps the excellent html5sortable javascript library for easy inclusion in
|
|
193
193
|
the Rails Asset Pipeline.
|
|
194
194
|
test_files: []
|