Sha256: 353ec499d77b6e3317fdd02b43b086a9b97ebee507734c691b224707e10ae600

Contents?: true

Size: 894 Bytes

Versions: 13

Compression:

Stored size: 894 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "fixture_background/version"

Gem::Specification.new do |s|
  s.name        = "fixture_background"
  s.version     = FixtureBackground::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Thies C. Arntzen", "Norman Timmler"]
  s.email       = ["dev+fixture_background@tmp8.de"]
  s.homepage    = "https://github.com/tmp8/fixture_background"
  s.summary     = %q{Generate fixtures from factories _in_ you testcode to speedup test-runs}
  s.description = %q{Generate fixtures from factories _in_ you testcode to speedup test-runs}

#  s.rubyforge_project = "my_gem"

  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

13 entries across 13 versions & 1 rubygems

Version Path
fixture_background-0.9.10.1 fixture_background.gemspec
fixture_background-0.9.10 fixture_background.gemspec
fixture_background-0.9.9 fixture_background.gemspec
fixture_background-0.9.8 fixture_background.gemspec
fixture_background-0.9.7 fixture_background.gemspec
fixture_background-0.9.6 fixture_background.gemspec
fixture_background-0.9.5 fixture_background.gemspec
fixture_background-0.9.4 fixture_background.gemspec
fixture_background-0.9.3 fixture_background.gemspec
fixture_background-0.9.2 fixture_background.gemspec
fixture_background-0.9.1 fixture_background.gemspec
fixture_background-0.9.0.2 fixture_background.gemspec
fixture_background-0.9.0.1 fixture_background.gemspec