Sha256: b7d6f9a57b8fb26aacad735e62ed0df54088c485be17033aeb4a2851ef4f6208

Contents?: true

Size: 1021 Bytes

Versions: 4

Compression:

Stored size: 1021 Bytes

Contents

# encoding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'bootstrap-table-rails/version'

Gem::Specification.new do |spec|
  spec.name          = "bootstrap-table-rails"
  spec.version       = Bootstrap::Table::Rails::VERSION
  spec.authors       = ["Evan Chiu"]
  spec.email         = ["bjevanchiu@gmail.com"]
  spec.description   = %q{An extended Bootstrap table(wenzhixin/bootstrap-table), integrated in Rails assets pipeline.}
  spec.summary       = %q{an asset gemification of the bootstrap-table plugin}
  spec.homepage      = "https://github.com/bjevanchiu/bootstrap-table-rails"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  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", "~> 2.3.7"
  spec.add_development_dependency "rake", ">= 12.3.3"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootstrap-table-rails-1.20.2 bootstrap-table-rails.gemspec
bootstrap-table-rails-1.20.1 bootstrap-table-rails.gemspec
bootstrap-table-rails-1.20.0 bootstrap-table-rails.gemspec
bootstrap-table-rails-1.19.1 bootstrap-table-rails.gemspec