Sha256: 1c15bdc4693065eb5a1da0e3a569eb600643f3cff1dae6cc6184fcb7ca85fc28

Contents?: true

Size: 642 Bytes

Versions: 3

Compression:

Stored size: 642 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__), 'lib')
require 'tmp-repo/version'  

Gem::Specification.new do |s|
  s.name     = "tmp-repo"
  s.version  = ::TmpRepo::VERSION
  s.authors  = ["Cameron Dutro"]
  s.email    = ["camertron@gmail.com"]
  s.homepage = "http://github.com/camertron"

  s.description = s.summary = "Creates and manages a git repository in the operating system's temporary directory. Useful for running git operations in tests."

  s.platform = Gem::Platform::RUBY
  s.has_rdoc = true

  s.require_path = 'lib'
  s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "README.md", "Rakefile", "tmp-repo.gemspec"]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tmp-repo-1.1.0 tmp-repo.gemspec
tmp-repo-1.0.1 tmp-repo.gemspec
tmp-repo-1.0.0 tmp-repo.gemspec