Sha256: 30fe5b94204b9a33cc8f4200765afb17e8ac41e2d57dd047c18dfdb1bd191ee8
Contents?: true
Size: 920 Bytes
Versions: 3
Compression:
Stored size: 920 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bootstrappers/version' Gem::Specification.new do |gem| gem.name = "bootstrappers" gem.version = Bootstrappers::VERSION gem.authors = ["xdite"] gem.email = ["xdite@rocodev.com"] gem.description = %q{ Bootstrappers is the base Rails application using Bootstrap template and other goodies. } gem.summary = %q{ Bootstrappers is the base Rails application using Bootstrap template and other goodies. } gem.homepage = "" gem.files = `git ls-files`.split($/) gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency 'rails', '3.2.11' gem.add_dependency 'bundler', '>= 1.1' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bootstrappers-0.2.2 | bootstrapers.gemspec |
bootstrappers-0.2.1 | bootstrapers.gemspec |
bootstrappers-0.2.0.1 | bootstrapers.gemspec |