Sha256: 14ec76c9981242722e470fb5936089131c618093fb3fd661b84d9a3f31456d27
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require 'gumdrop/version' now= Time.new 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 = now.strftime("%Y-%m-%d") 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gumdrop-0.7.5 | gumdrop.gemspec |
gumdrop-0.7.4 | gumdrop.gemspec |
gumdrop-0.7.3.1 | gumdrop.gemspec |