Sha256: f22e91bc731e17be23b67cf2a24c76ef3005d04af60bc04b6c5dc2d8c35948b6
Contents?: true
Size: 913 Bytes
Versions: 1
Compression:
Stored size: 913 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "shoestrap" s.version = '0.1.1' 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' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoestrap-0.1.1 | shoestrap.gemspec |