Sha256: 231791c0327a6a00dc09343626e5f137da5c6b4cf8e0d5e47b09f030eb551343
Contents?: true
Size: 947 Bytes
Versions: 1
Compression:
Stored size: 947 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "shoestrap" s.version = '0.3.0.pre' s.platform = Gem::Platform::RUBY s.authors = ["Immanuel Häussermann", "Felipe Kaufmann", "Phil Schilter", "Noëlle Rosenberg"] s.email = "info@screenconcept.ch" s.homepage = "http://github.com/screenconcept/shoestrap" s.summary = %q{A tool that helps you bootstrap your rails projects} s.description = %q{shoestrap is a rails app bootstrapper} s.rubyforge_project = "shoestrap" 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"] s.add_development_dependency 'rspec' s.add_development_dependency 'pry' s.add_dependency 'rails' s.add_dependency 'airbrake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoestrap-0.3.0.pre | shoestrap.gemspec |