Sha256: f2ab66351d512b49cbe1cffc71333756d596681790d3ccb09cd3e0964809813a

Contents?: true

Size: 1.08 KB

Versions: 7

Compression:

Stored size: 1.08 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "bootswatch_rails"
  spec.version       = BootswatchRails::VERSION
  spec.authors       = ["Volker Wiegand"]
  spec.email         = ["volker.wiegand@cvw.de"]
  spec.summary       = "Add bootswatch.com themes to the Rails asset pipeline"
  spec.description   = spec.summary
  spec.homepage      = "https://github.com/volkerwiegand/bootswatch_rails"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  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.required_ruby_version = '>= 1.9.3'
  spec.add_dependency 'railties', '>= 4.0'
  spec.add_dependency 'bootstrap-sass', '~> 3.1'
  spec.add_dependency 'enumerize', '~> 2.0'
  
  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake", ">= 10.1"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bootswatch_rails-3.3.7.8 bootswatch_rails.gemspec
bootswatch_rails-3.3.7.7 bootswatch_rails.gemspec
bootswatch_rails-3.3.7.6 bootswatch_rails.gemspec
bootswatch_rails-3.3.7.5 bootswatch_rails.gemspec
bootswatch_rails-3.3.7.4 bootswatch_rails.gemspec
bootswatch_rails-3.3.7.3 bootswatch_rails.gemspec
bootswatch_rails-3.3.7.2 bootswatch_rails.gemspec