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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8d6ef17ac7dd15f0671865b6e62de74425693d0
4
- data.tar.gz: 84fcdfeb1bf51c82517055778584c9f98c5500cf
3
+ metadata.gz: 2daa3c1e49802cae2e17ee78d1a1c0b9f41a3893
4
+ data.tar.gz: 05fd60ef85b3f6c60c5a3d8b23bcb739674e10fa
5
5
  SHA512:
6
- metadata.gz: 4e6d8bc5d2e1eabfb588b78c02a60c2e26ed37acf5940ce07016cb0976e97f5ebd1128af38e1b8f60bd2cb6e686232971935810b3735ac0386e5703d397a6894
7
- data.tar.gz: a61ce761091ed0a6118ae589ef902148c9d40d39ac1358b7e95d48cb95f0d495d72c8062060dd1300999fd292d825f7f490d613245dd688487663e15b9ed1313
6
+ metadata.gz: 69a783fc99fe276762d3cb9ff958644dfbcc550f44deec436edffa8d48039c94e6acdd93ff89abfbec554385e4db5e5a78249cc0f6e059959e69cd29fd6af6c1
7
+ data.tar.gz: e4c48c3b9aeb71ac59cc182abca0496c9659a9f291a84188291c90b7a71a61a5e77d9f938f4ab44d64183907c2da879b80c5934733818c31dd59fd0807f22d11
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # flex-slider-rails
1
+ # draggable-rails
2
2
  [![Gem Version](https://badge.fury.io/rb/draggable-rails.svg)](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.
@@ -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 = 'This gem provides the draggable.js Javascript library for your Rails 4 and Rails 5 application.'
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
 
@@ -1,5 +1,5 @@
1
1
  module Draggable
2
2
  module Rails
3
- VERSION = "1.0.0-beta"
3
+ VERSION = "1.0.1-beta"
4
4
  end
5
5
  end
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.0.pre.beta
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: This gem provides the draggable.js Javascript library for your Rails
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: []