bootstrap-multiselect-rails 0.0.8 → 0.9.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c8445c9560b793ddd0c4ecccfd6ae3392a3710d
|
|
4
|
+
data.tar.gz: 171493dbfe329e6a632a9be0fb1be3e71a44dc70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0af588b33a50d95ac73f4a24e428c8bd3a8ae05473f4536392594f99f9e5b290cf8324a832bb9eeb5d65862e40a258ef5dd83b4b9e9963cb8f805600cf584278
|
|
7
|
+
data.tar.gz: c08cf1eb7938a0bbee7e5043df726e9d33b989fbb016e502a44d2c2c6301ecbbcd4dfdbcd22446104839f859227df76085793d0cb725f9abedb385e3d55071b9
|
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.
|
|
4
|
+
version: 0.9.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Canac
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: Add Bootstrap Multiselect to your rails app. See https://github.com/davidstutz/bootstrap-multiselect
|
|
55
|
+
description: Add Bootstrap Multiselect v0.9.5 to your rails app. See https://github.com/davidstutz/bootstrap-multiselect
|
|
56
56
|
for more information about bootstrap-multiselect.
|
|
57
57
|
email:
|
|
58
58
|
- canacb1@gmail.com
|
|
@@ -60,8 +60,8 @@ executables: []
|
|
|
60
60
|
extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
|
62
62
|
files:
|
|
63
|
-
- lib/bootstrap
|
|
64
|
-
- lib/rails.rb
|
|
63
|
+
- lib/bootstrap-multiselect-rails/version.rb
|
|
64
|
+
- lib/bootstrap-multiselect-rails.rb
|
|
65
65
|
- vendor/assets/javascripts/bootstrap-multiselect.js
|
|
66
66
|
- vendor/assets/stylesheets/bootstrap-multiselect.css
|
|
67
67
|
- MIT-LICENSE
|
|
@@ -90,5 +90,5 @@ rubyforge_project:
|
|
|
90
90
|
rubygems_version: 2.0.6
|
|
91
91
|
signing_key:
|
|
92
92
|
specification_version: 4
|
|
93
|
-
summary: Add Bootstrap Multiselect to your rails app.
|
|
93
|
+
summary: Add Bootstrap Multiselect v0.9.5 to your rails app.
|
|
94
94
|
test_files: []
|