Sha256: 421ff645cf3311b5f44d65da57d7c009383d0a51d562f976cbc9f8d632c0ca64

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.5'
  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.5 shoestrap.gemspec