Sha256: 56871b1f51de4f745eef1478982d2baa874e762986b4bf8e9a2906dbed4c0916

Contents?: true

Size: 992 Bytes

Versions: 4

Compression:

Stored size: 992 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "bootstrap_actioncell"
  spec.version       = BootstrapActioncell::VERSION
  spec.authors       = ["MacKinley Smith"]
  spec.email         = ["smit1625@msu.edu"]
  spec.description   = %q{Adds helper for bootstrap-style actioncells in tables}
  spec.summary       = %q{Adds helper for bootstrap-style actioncells in tables}
  spec.homepage      = ""
  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", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "minitest"
  spec.add_dependency "haml-rails"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootstrap_actioncell-0.0.4 bootstrap_actioncell.gemspec
bootstrap_actioncell-0.0.3 bootstrap_actioncell.gemspec
bootstrap_actioncell-0.0.2 bootstrap_actioncell.gemspec
bootstrap_actioncell-0.0.1 bootstrap_actioncell.gemspec