Sha256: 94ea35b069238779edb61aeedf61f5134ce4f52e5bbf72a3807f656b2d6388ef

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "twitter/bootstrap/rails/version"

Gem::Specification.new do |s|
  s.name        = "twitter-bootstrap-rails"
  s.version     = Twitter::Bootstrap::Rails::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Seyhun Akyurek"]
  s.email       = ["seyhunak@gmail.com"]
  s.homepage    = "https://github.com/seyhunak/twitter-bootstrap-rails"
  s.summary     = %q{Bootstrap CSS toolkit for Rails 3.1 Asset Pipeline}
  s.description = %q{twitter-bootstrap-rails project integrates Bootstrap CSS toolkit for Rails 3.1 Asset Pipeline}

  s.rubyforge_project = "twitter-bootstrap-rails"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib","vendor"]

  s.add_runtime_dependency 'less'
  s.add_runtime_dependency "less-rails", "~> 2.0.1"
  s.add_runtime_dependency 'railties'
  s.add_runtime_dependency 'actionpack'
  s.add_development_dependency "bundler"
  s.add_development_dependency 'rails', '~> 3.1.1'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
twitter-bootstrap-rails-1.4.0 twitter-bootstrap-rails.gemspec
twitter-bootstrap-rails-1.3.1 twitter-bootstrap-rails.gemspec