Sha256: 9effeb0e4de69f6908111300d6c4bf3bc74c7298c77f5a05b0ab84aa0b68fbb3
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.0' 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.0 | shoestrap.gemspec |