bootstrap-multiselect-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2013 YOURNAME
1
+ Copyright 2013 Benjamin CANAC
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -0,0 +1,27 @@
1
+ # Bootstrap Multiselect Rails
2
+
3
+ Easily add [bootstrap-multiselect](https://github.com/davidstutz/bootstrap-multiselect.git) to your Rails application using the asset pipeline.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'bootstrap-multiselect-rails'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ ## Usage
16
+
17
+ In `application.js`:
18
+
19
+ //= require bootstrap-multiselect-rails
20
+
21
+ In `application.css`:
22
+
23
+ *= require bootstrap-multiselect-rails
24
+
25
+ ## License
26
+
27
+ bootstrap-multiselect-rails is under the MIT license.
@@ -1,3 +1,3 @@
1
1
  module BootstrapMultiselectRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -91,7 +91,8 @@ files:
91
91
  - test/dummy/README.rdoc
92
92
  - test/test_helper.rb
93
93
  homepage: https://github.com/benjamincanac/bootstrap-multiselect-rails
94
- licenses: []
94
+ licenses:
95
+ - MIT
95
96
  post_install_message:
96
97
  rdoc_options: []
97
98
  require_paths:
@@ -104,7 +105,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
104
105
  version: '0'
105
106
  segments:
106
107
  - 0
107
- hash: 771444930600361382
108
+ hash: -743330843439185767
108
109
  required_rubygems_version: !ruby/object:Gem::Requirement
109
110
  none: false
110
111
  requirements:
@@ -113,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
114
  version: '0'
114
115
  segments:
115
116
  - 0
116
- hash: 771444930600361382
117
+ hash: -743330843439185767
117
118
  requirements: []
118
119
  rubyforge_project:
119
120
  rubygems_version: 1.8.25