Sha256: f2f0387a3c7870a551936f89d8643cecc98e5dbc4b6008535e6103650627937f

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

require 'gumdrop/version'

Gem::Specification.new do |s|
   s.name = %q{gumdrop}
   s.version = Gumdrop::VERSION
   s.platform = Gem::Platform::RUBY
   s.rubyforge_project = 'gumdrop'
   s.has_rdoc = false
   s.date = %q{2011-07-22}

   s.authors = ["Matt McCray"]
   s.email = %q{matt@elucidata.net}
   s.summary = %q{The sweet 'n simple cms/prototyping tool.}
   s.homepage = %q{https://github.com/darthapo/gumdrop}
   s.description = %q{The sweet 'n simple cms/prototyping tool for creating static html websites and webapps.}

   s.files         = `git ls-files`.split("\n")
   s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
   s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
   s.require_paths = ["lib"]
   
   s.add_dependency 'sinatra'
   s.add_dependency 'tilt'
   s.add_dependency 'active_support'
   s.add_dependency 'trollop'
   s.add_dependency 'i18n'
   s.add_dependency 'bundle'

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gumdrop-0.7.3 gumdrop.gemspec
gumdrop-0.7.2 gumdrop.gemspec
gumdrop-0.7.1 gumdrop.gemspec
gumdrop-0.7.0 gumdrop.gemspec
gumdrop-0.6.4 gumdrop.gemspec
gumdrop-0.6.3 gumdrop.gemspec