select2-bootstrap-css.gemspec 790 B

1234567891011121314151617181920212223
  1. # encoding: utf-8
  2. $:.unshift File.expand_path('../lib', __FILE__)
  3. require 'select2-bootstrap/version'
  4. Gem::Specification.new do |s|
  5. s.name = "select2-bootstrap-css"
  6. s.version = Select2::Bootstrap::VERSION
  7. s.authors = ["Michael Hellein"]
  8. s.email = ["themichael@gmail.com"]
  9. s.homepage = "https://github.com/t0m/select2-bootstrap-css"
  10. s.summary = "A stylesheet for making select2 fit in with bootstrap a bit better."
  11. s.description = "A stylesheet for making select2 fit in with bootstrap a bit better."
  12. s.license = 'MIT'
  13. s.files = `git ls-files compass lib`.split("\n")
  14. s.platform = Gem::Platform::RUBY
  15. s.require_paths = ['lib']
  16. s.rubyforge_project = '[none]'
  17. s.add_development_dependency 'jekyll'
  18. end