bootstrap-multiselect-rails 0.0.6 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4dc53b8cfa8b951d7216b82c1d49ff02a6ebd051
4
- data.tar.gz: 14a6ecf99e4d4daba47e6d45a8f29ca6c996871a
3
+ metadata.gz: 545a615322d0db3db2b6ff2f8cb5171c121c78ab
4
+ data.tar.gz: 324fac477d48008bb2c92f1be3702f8d85f842a6
5
5
  SHA512:
6
- metadata.gz: c1d991c834143b9a50bfcdaf8f9d8d0cd93a80a18b335db78e0c46d2d90978409e16baa72682b6237d7b0cf5b2f95ac7ff69b830e77bb62aa6f698b5598365f6
7
- data.tar.gz: be8e2965951159e1600c85b6c16ea0bdee6db3bd2b278c1747da175d1cad8990a0744e16e7ed3aa85274f45656f16b3525b5cea2faddbeb87a8ae6195cdd3216
6
+ metadata.gz: fd8196e45f2c00ab65efec8f11077146fe5e56e9e121f4f505c559fe4f1a0d7b13ffe701ed907c7386473d5c4d220c937639a6c05e3bbff0b96ff2f0234a46f6
7
+ data.tar.gz: b7edd0ea0073e7fdd24eb39231f86920ff5f8aab48c4a7f40b11a6ca47a32a11040d0d0b3e60539f2e5b08e2a7d945895f2e23e111e3565b150ff649f583c98c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Bootstrap Multiselect Rails
2
2
 
3
- Easily add [bootstrap-multiselect](https://github.com/davidstutz/bootstrap-multiselect.git) to your Rails application using the asset pipeline.
3
+ Easily add [bootstrap-multiselect v0.9.5](https://github.com/davidstutz/bootstrap-multiselect.git) to your Rails application using the asset pipeline.
4
4
 
5
5
  ## Installation
6
6
 
@@ -0,0 +1,7 @@
1
+ module Bootstrap
2
+ module Multiselect
3
+ module Rails
4
+ VERSION = "0.0.8"
5
+ end
6
+ end
7
+ end
@@ -1,8 +1,10 @@
1
- require "bootstrap-multiselect/rails/version"
1
+ require "bootstrap/multiselect/rails/version"
2
2
 
3
- module BootstrapMultiselect
4
- module Rails
5
- class Engine < Rails::Engine
6
- end
3
+ module Bootstrap
4
+ module Multiselect
5
+ module Rails
6
+ class Engine < Rails::Engine
7
+ end
8
+ end
7
9
  end
8
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-multiselect-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Canac
@@ -60,7 +60,7 @@ executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
- - lib/bootstrap-multiselect/rails/version.rb
63
+ - lib/bootstrap/multiselect/rails/version.rb
64
64
  - lib/rails.rb
65
65
  - vendor/assets/javascripts/bootstrap-multiselect.js
66
66
  - vendor/assets/stylesheets/bootstrap-multiselect.css
@@ -1,5 +0,0 @@
1
- module BootstrapMultiselect
2
- module Rails
3
- VERSION = "0.0.6"
4
- end
5
- end