Sha256: 82605ed306e3334cfadcb684ddcc2ae72160d6d03868a12d79f98bbfc8744187
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.2.4' 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.2.4 | shoestrap.gemspec |