Sha256: 89f2195be6a30c62f02657c444465609218484a5d0249031fa0fd2fa84843cdf
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "pixelearth/version" Gem::Specification.new do |s| s.name = "pixelearth" s.version = Pixelearth::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Benjamin Lieb"] s.email = ["red@pixelearth.net"] s.homepage = "" s.summary = %q{Pixel Earth work flow gem} s.description = %q{Makes life sweeter} #these need to be included manually in pixelearth.rb s.add_dependency "haml-rails" s.add_dependency "RedCloth" s.add_dependency "simple_form" s.add_dependency "redgreen" #colorizes output for tests, 'required' test/test_helper.rb s.add_dependency "colored" #colored output in terminal http://github.com/defunkt/colored/blob/master/lib/colored.rb s.add_development_dependency "ruby-debug" s.rubyforge_project = "" 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"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pixelearth-0.0.5 | pixelearth.gemspec |