draggable-rails 1.0.0.pre.beta → 1.0.1.pre.beta
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/README.md +1 -1
- data/draggable-rails.gemspec +1 -1
- data/lib/draggable/rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2daa3c1e49802cae2e17ee78d1a1c0b9f41a3893
|
|
4
|
+
data.tar.gz: 05fd60ef85b3f6c60c5a3d8b23bcb739674e10fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69a783fc99fe276762d3cb9ff958644dfbcc550f44deec436edffa8d48039c94e6acdd93ff89abfbec554385e4db5e5a78249cc0f6e059959e69cd29fd6af6c1
|
|
7
|
+
data.tar.gz: e4c48c3b9aeb71ac59cc182abca0496c9659a9f291a84188291c90b7a71a61a5e77d9f938f4ab44d64183907c2da879b80c5934733818c31dd59fd0807f22d11
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# draggable-rails
|
|
2
2
|
[](http://badge.fury.io/rb/draggable-rails)
|
|
3
3
|
|
|
4
4
|
draggable-rails gem is the integration of https://shopify.github.io/draggable/ javascript library for your Rails 4 and Rails 5 application.
|
data/draggable-rails.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["sadiqmmm@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = spec.description
|
|
13
|
-
spec.description = '
|
|
13
|
+
spec.description = 'draggable-rails gem is the integration of https://shopify.github.io/draggable/ javascript library for your Rails 4 and Rails 5 application.'
|
|
14
14
|
spec.homepage = 'https://github.com/sadiqmmm/draggable-rails'
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: draggable-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1.pre.beta
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mohammed Sadiq
|
|
@@ -52,8 +52,8 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '5.0'
|
|
55
|
-
description:
|
|
56
|
-
4 and Rails 5 application.
|
|
55
|
+
description: draggable-rails gem is the integration of https://shopify.github.io/draggable/
|
|
56
|
+
javascript library for your Rails 4 and Rails 5 application.
|
|
57
57
|
email:
|
|
58
58
|
- sadiqmmm@gmail.com
|
|
59
59
|
executables: []
|