Sha256: 87b3bb5fe77559cfd116e04e2443bd15bacf09c29aa5bdbd65047c43a7a7136f

Contents?: true

Size: 903 Bytes

Versions: 1

Compression:

Stored size: 903 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/twitter_bootstrap_builder/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Gabriel Naiman"]
  gem.email         = ["gabynaiman@gmail.com"]
  gem.description   = 'Set of helpers to extend Rails for implement Twitter Bootstrap markup'
  gem.summary       = 'Set of helpers to extend Rails for implement Twitter Bootstrap markup'
  gem.homepage      = "https://github.com/gabynaiman/twitter_bootstrap_builder"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "twitter_bootstrap_builder"
  gem.require_paths = ["lib"]
  gem.version       = TwitterBootstrapBuilder::VERSION

  gem.add_dependency 'twitter_bootstrap_markup'
  gem.add_dependency 'kaminari'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twitter_bootstrap_builder-0.0.7 twitter_bootstrap_builder.gemspec