rails-jcarousel 1.1.0 → 1.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jcarousel/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 03e3c1dc731338e3d6bc01e62779899ff024e39f
4
- data.tar.gz: 36d7aa12b2a2485b45b7cf814e4f129ace97d52f
3
+ metadata.gz: 5243d4aa6c1355574d520f2fcd1227fca8c82a82
4
+ data.tar.gz: 53f5b282c7f243722af7f63add116bab2c98c203
5
5
  SHA512:
6
- metadata.gz: 4eb8ccce07daff2948cf302432bc89b8df20d3cbb68a4017296758e566fe08fb61101e96c6483269bed622cb91f5189279f912f066194016ffd8400608417acf
7
- data.tar.gz: 3fbb5131d0e8d5aa683ef02506ebba8e77bfbde569d56b55f1ce8130d904196019e223daf59a308ec5eb2bc2a9f54bffe970564d3a3948648b0afa81f404a6b6
6
+ metadata.gz: 3e6ea9a0a7d7b545c04c97c506db67368b3b6bf7895ea5972e592728c5025733ba6901d442a8f32224bbf54e15a31d8af874c33f4559bdef79ec78088de4c5cd
7
+ data.tar.gz: 23d9c2360ed70cfa921b599fb805b1579499e91b187d5857c88d3386a28155bee9462c8f75bb085b635da0378cad9c69e7370593777ac9ae3607139b50a93d21
@@ -1,4 +1,4 @@
1
1
  module Jcarousel
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-jcarousel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajarshi Das
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: integrate carousel javascripts in rails in assets folder
41
+ description: integrate jQuery carousel in rails in assets folder
42
42
  email:
43
43
  - rajarshi2576@gmail.com
44
44
  executables: []