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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dae7ab5b59f9ad5c032b03daa5f81c324e8f3181
4
- data.tar.gz: 35a5b1fed9df42f8170e065114d4ed00015d5f8e
3
+ metadata.gz: 731329b30905bf120dc3ecfafac228c71af803ce
4
+ data.tar.gz: e7d7bea09853a75f8a597063a0e633c301650827
5
5
  SHA512:
6
- metadata.gz: 6607a0cf233ff8cbd8638c98be5b9890aef9fef0859e3f158e202251c142129e8a871eb612b69431a4a824baa12ab7b1969083ad23208633e923b4a52c91169e
7
- data.tar.gz: d52cf528501fde000010c1e89404b950063e3bf158ca24e37f011cee6b71b1a960172dd02d6932e384766661890cc8f1b46d34a9ead045ca3db72cfd7c305ee9
6
+ metadata.gz: 4b11bb964f80842080e2367a47055e81d3c85e576c4cd29d522ec9dfc671ac622b41e11455613e7b96a243c43e510389945a106412f75840688deabc677a5aab
7
+ data.tar.gz: 4f84a1e6dcf51f529651cdb21339ed6d02b48f7bce048df5c494ba24a2075e597aee1193301fa1a51169e676f1da2c5786b56bb36787ddc022c42301af073a64
@@ -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 ofr easy inclusion in the Rails Asset Pipeline."
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
 
@@ -1,6 +1,6 @@
1
1
  module Html5sortable
2
2
  module Rails
3
3
  # version of html5-sortable.gem-version if gem makes no changes to library
4
- VERSION = "0.9.3.0"
4
+ VERSION = "0.9.3.1"
5
5
  end
6
6
  end
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.0
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 ofr easy inclusion in
192
+ summary: Wraps the excellent html5sortable javascript library for easy inclusion in
193
193
  the Rails Asset Pipeline.
194
194
  test_files: []