-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from niyazpk/master
Update to v0.9.13
- Loading branch information
Showing
5 changed files
with
734 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec| | |
spec.version = BootstrapMultiselect::Rails::VERSION | ||
spec.authors = ["Benjamin Canac"] | ||
spec.email = ["[email protected]"] | ||
spec.description = %q{Add Bootstrap Multiselect v0.9.9 to your rails app. See https://github.com/davidstutz/bootstrap-multiselect for more information about bootstrap-multiselect.} | ||
spec.summary = %q{Add Bootstrap Multiselect v0.9.9 to your rails app.} | ||
spec.description = %q{Add Bootstrap Multiselect v0.9.13 to your rails app. See https://github.com/davidstutz/bootstrap-multiselect for more information about bootstrap-multiselect.} | ||
spec.summary = %q{Add Bootstrap Multiselect v0.9.13 to your rails app.} | ||
spec.homepage = "https://github.com/benjamincanac/bootstrap-multiselect-rails" | ||
spec.license = "MIT" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module BootstrapMultiselect | ||
module Rails | ||
VERSION = '0.9.9' | ||
VERSION = '0.9.13' | ||
end | ||
end |
Oops, something went wrong.