Sha256: d348835a75187ea629aeaa628c1f8d671b3147c89889daf3721be75d4172f7d0

Contents?: true

Size: 833 Bytes

Versions: 1

Compression:

Stored size: 833 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name          = 'refinerycms-bootstrap'
  s.version       = '0.0.1'
  s.authors       = ['Fernando Aleman']
  s.email         = ['fernandoaleman@mac.com']
  s.description   = 'Refinery CMS extension that adds Twitter Bootstrap 3'
  s.summary       = 'Refinery CMS extension that adds Twitter Bootstrap 3'
  s.homepage      = 'https://github.com/fernandoaleman/refinerycms-bootstrap'
  s.license       = 'MIT'

  s.files         = `git ls-files`.split($/)
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ['lib']

  s.add_development_dependency 'bundler', '~> 1.3'
  s.add_development_dependency 'rake'
  
  s.add_dependency 'bootstrap-sass-rails'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-bootstrap-0.0.1 refinerycms-bootstrap.gemspec