Sha256: dd71b0252ccdb844332b4661a7481b9d89dad5498f6ed3cbaeac960ca6df8ef3

Contents?: true

Size: 690 Bytes

Versions: 1

Compression:

Stored size: 690 Bytes

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}

  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.1 pixelearth.gemspec