Sha256: 6a1cb4497df4104e375d4ccc3ff3372df3735b69496e708e8d51bd809aca38ec
Contents?: true
Size: 804 Bytes
Versions: 1
Compression:
Stored size: 804 Bytes
Contents
require File.expand_path('../lib/jasny-bootstrap-rails/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['Benjamin Hüttinger'] gem.email = ['benjamin.huettinger@gmail.com'] gem.description = %q{Rails Gegm to extends Bootstrap with some additional features. Source http://jasny.github.io/bootstrap/} gem.homepage = 'https://github.com/maxigs/jasny-bootstrap-rails' gem.summary = gem.description gem.name = 'jasny-bootstrap-rails' gem.require_paths = ['lib'] gem.files = `git ls-files`.split("\n") gem.version = JasnyBootstrapRails::Rails::VERSION gem.platform = Gem::Platform::RUBY gem.license = 'MIT' gem.add_dependency 'railties', '>= 3.0' gem.add_development_dependency 'bundler', '>= 1.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jasny-bootstrap-rails-3.1.3 | jasny-bootstrap-rails.gemspec |