Sha256: dff9a26e901f2ef31a3e9c3d1512de914acac594497f1d3dcf2223fcfc6ae41b

Contents?: true

Size: 972 Bytes

Versions: 17

Compression:

Stored size: 972 Bytes

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{A simple cms/prototyping tool.}
   s.homepage = %q{https://github.com/darthapo/gumdrop}
   s.description = %q{A simple cms/prototyping tool.}

   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 'haml'
   s.add_dependency 'sass'
   
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
gumdrop-0.3.5 gumdrop.gemspec
gumdrop-0.3.4 gumdrop.gemspec
gumdrop-0.3.3 gumdrop.gemspec
gumdrop-0.3.2 gumdrop.gemspec
gumdrop-0.3 gumdrop.gemspec
gumdrop-0.2.16 gumdrop.gemspec
gumdrop-0.2.15 gumdrop.gemspec
gumdrop-0.2.14 gumdrop.gemspec
gumdrop-0.2.13 gumdrop.gemspec
gumdrop-0.2.12 gumdrop.gemspec
gumdrop-0.2.11 gumdrop.gemspec
gumdrop-0.2.10 gumdrop.gemspec
gumdrop-0.2.9 gumdrop.gemspec
gumdrop-0.2.8 gumdrop.gemspec
gumdrop-0.2.7 gumdrop.gemspec
gumdrop-0.2.4 gumdrop.gemspec
gumdrop-0.2.3 gumdrop.gemspec