forked from icicletech/bootstrap-tokenfield-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap_tokenfield_rails.gemspec
23 lines (20 loc) · 1.04 KB
/
bootstrap_tokenfield_rails.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'bootstrap_tokenfield_rails/version'
Gem::Specification.new do |spec|
spec.name = "bootstrap_tokenfield_rails"
spec.version = BootstrapTokenfieldRails::VERSION
spec.authors = ["Akash Devaraju"]
spec.email = ["[email protected]"]
spec.description = %q{A gem for adding the tokenizing plugin, Bootstrap Tokenfield to the rails asset pipeline}
spec.summary = %q{A jQuery tagging / tokenizer input plugin for Twitter's Bootstrap}
spec.homepage = "http://www.icicletech.com/open-source-software/bootstrap-tokenfield-rails"
spec.license = "MIT"
spec.files = Dir["{lib,vendor}/**/*"]
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
end