twitter_bootstrap_combo 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.description = %q{Advanced combo-box using Twitter-Bootstrap}
|
12
12
|
gem.summary = %q{twitter_bootstrap_combo workarounds limitation of SELECT tags in Rails application and provide a coherent look & feel through Twitter-Bootstraped applications.}
|
13
13
|
gem.homepage = "https://github.com/smortex/twitter_bootstrap_combo"
|
14
|
+
gem.license = "MIT"
|
14
15
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitter_bootstrap_combo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-11-
|
12
|
+
date: 2013-11-19 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Advanced combo-box using Twitter-Bootstrap
|
15
15
|
email:
|
@@ -31,7 +31,8 @@ files:
|
|
31
31
|
- twitter_bootstrap_combo.gemspec
|
32
32
|
- vendor/assets/javascripts/twitter_bootstrap_combo.js.coffee
|
33
33
|
homepage: https://github.com/smortex/twitter_bootstrap_combo
|
34
|
-
licenses:
|
34
|
+
licenses:
|
35
|
+
- MIT
|
35
36
|
post_install_message:
|
36
37
|
rdoc_options: []
|
37
38
|
require_paths:
|