Sha256: bf047ec608d1e59c6d00cbb117fe1ccb69a121ee16d127daa6980ba37fe7d29e

Contents?: true

Size: 1017 Bytes

Versions: 4

Compression:

Stored size: 1017 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'bootswatch-sass'
  spec.version       = BootswatchSass::VERSION
  spec.authors       = ['Latchezar Tzvetkoff']
  spec.email         = ['latchezar@tzvetkoff.net']
  spec.summary       = %q{Bootswatch.com themes for Rails}
  spec.homepage      = 'https://github.com/tzvetkoff/bootswatch-sass'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.files        -= ['bump.rb', 'check.rb']
  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_runtime_dependency 'rails', '>= 4.2.0'
  spec.add_runtime_dependency 'sass-rails', '~> 5.0'

  spec.add_development_dependency 'bundler', '~> 1.7'
  spec.add_development_dependency 'rake', '~> 10.0'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootswatch-sass-3.3.7 bootswatch-sass.gemspec
bootswatch-sass-3.3.6.1 bootswatch-sass.gemspec
bootswatch-sass-3.3.5 bootswatch-sass.gemspec
bootswatch-sass-3.3.2 bootswatch-sass.gemspec