Sha256: 0632c948d3bc2d320fdde45581c249d13a4fee88d9d62b8071cc4e29d20029cf

Contents?: true

Size: 1.04 KB

Versions: 78

Compression:

Stored size: 1.04 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_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake", "~> 10.1"
end

Version data entries

78 entries across 78 versions & 1 rubygems

Version Path
bootswatch_rails-3.3.6.2 bootswatch_rails.gemspec
bootswatch_rails-3.3.6.1 bootswatch_rails.gemspec
bootswatch_rails-3.3.5.2 bootswatch_rails.gemspec
bootswatch_rails-3.3.5.1 bootswatch_rails.gemspec
bootswatch_rails-3.3.4.1 bootswatch_rails.gemspec
bootswatch_rails-3.3.2.1 bootswatch_rails.gemspec
bootswatch_rails-3.3.1.2 bootswatch_rails.gemspec
bootswatch_rails-3.3.1.1 bootswatch_rails.gemspec
bootswatch_rails-3.3.1.0 bootswatch_rails.gemspec
bootswatch_rails-3.3.0.11 bootswatch_rails.gemspec
bootswatch_rails-3.3.0.10 bootswatch_rails.gemspec
bootswatch_rails-3.3.0.9 bootswatch_rails.gemspec
bootswatch_rails-3.3.0.8 bootswatch_rails.gemspec
bootswatch_rails-3.3.0.7 bootswatch_rails.gemspec
bootswatch_rails-3.3.0.6 bootswatch_rails.gemspec
bootswatch_rails-3.3.0.5 bootswatch_rails.gemspec
bootswatch_rails-3.3.0.4 bootswatch_rails.gemspec
bootswatch_rails-3.3.0.3 bootswatch_rails.gemspec
bootswatch_rails-3.3.0.2 bootswatch_rails.gemspec
bootswatch_rails-3.3.0.1 bootswatch_rails.gemspec