Sha256: 0cf7fe1c817778548435725036cba991ee0ef7c67b2b82f1dc573852bc0a0984
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 "formtastic" 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.4 | pixelearth.gemspec |