# -*- encoding: utf-8 -*- # stub: repo-fixture 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "repo-fixture".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Cameron Dutro".freeze] s.date = "2014-09-09" s.description = "Build and package up git repositories as test fixtures.".freeze s.email = ["camertron@gmail.com".freeze] s.files = ["Gemfile".freeze, "History.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/repo-fixture.rb".freeze, "lib/repo-fixture/fixture.rb".freeze, "lib/repo-fixture/version.rb".freeze, "lib/repo-fixture/zip_strategy.rb".freeze, "repo-fixture.gemspec".freeze, "spec/fixture_files/moar_test.coffee".freeze, "spec/fixture_files/test.rb".freeze, "spec/fixture_spec.rb".freeze, "spec/repo-fixture_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/zip_strategy_spec.rb".freeze] s.homepage = "http://github.com/camertron".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Build and package up git repositories as test fixtures.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.0".freeze]) end