Sha256: 5130a8f613bfc9c1b1cd4412f95954c3260b956c8497f0ce636ec47e16e7dfa9
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 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 - or so I thought} #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 "awesome_print" #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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pixelearth-3.2.4 | pixelearth.gemspec |
pixelearth-3.2.2 | pixelearth.gemspec |