# -*- encoding: utf-8 -*- # stub: blueprints_boy 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "blueprints_boy".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 = ["Andrius Chamentauskas".freeze] s.date = "2014-10-28" s.description = "The ultimate DRY and fast solution to managing any kind of test data. Based on Blueprints.".freeze s.email = ["andrius.chamentauskas@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Appraisals".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "blueprints_boy.gemspec".freeze, "gemfiles/ar3.1.gemfile".freeze, "gemfiles/ar3.2.gemfile".freeze, "gemfiles/ar4.0.gemfile".freeze, "gemfiles/ar4.1.gemfile".freeze, "gemfiles/mongoid2.gemfile".freeze, "gemfiles/mongoid3.gemfile".freeze, "gemfiles/mongoid4.gemfile".freeze, "gemfiles/noorm.gemfile".freeze, "integration/active_record/active_record_spec.rb".freeze, "integration/active_record/active_record_truncation_spec.rb".freeze, "integration/active_record/blueprints.rb".freeze, "integration/active_record/setup.rb".freeze, "integration/cucumber/blueprints.feature".freeze, "integration/cucumber/step_definitions/blueprints_steps.rb".freeze, "integration/cucumber/support/env.rb".freeze, "integration/minitest/blueprints.rb".freeze, "integration/minitest/test_minispec.rb".freeze, "integration/minitest/test_minitest.rb".freeze, "integration/mongoid/blueprints.rb".freeze, "integration/mongoid/mongoid_spec.rb".freeze, "integration/rspec/blueprints.rb".freeze, "integration/rspec/rspec_spec.rb".freeze, "integration/shared.rb".freeze, "lib/blueprints_boy.rb".freeze, "lib/blueprints_boy/blueprint.rb".freeze, "lib/blueprints_boy/configuration.rb".freeze, "lib/blueprints_boy/context.rb".freeze, "lib/blueprints_boy/dependency.rb".freeze, "lib/blueprints_boy/errors.rb".freeze, "lib/blueprints_boy/factories.rb".freeze, "lib/blueprints_boy/helper.rb".freeze, "lib/blueprints_boy/integration/active_record.rb".freeze, "lib/blueprints_boy/integration/cucumber.rb".freeze, "lib/blueprints_boy/integration/minitest.rb".freeze, "lib/blueprints_boy/integration/mongoid.rb".freeze, "lib/blueprints_boy/integration/rspec.rb".freeze, "lib/blueprints_boy/manager.rb".freeze, "lib/blueprints_boy/railtie.rb".freeze, "lib/blueprints_boy/registry.rb".freeze, "lib/blueprints_boy/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/empty_file.rb".freeze, "spec/support/fixtures.rb".freeze, "spec/support/manager_fixture.rb".freeze, "spec/unit/blueprint_spec.rb".freeze, "spec/unit/blueprints_boy_spec.rb".freeze, "spec/unit/configuration_spec.rb".freeze, "spec/unit/context_spec.rb".freeze, "spec/unit/dependency_spec.rb".freeze, "spec/unit/factories_spec.rb".freeze, "spec/unit/manager_spec.rb".freeze, "spec/unit/registry_spec.rb".freeze] s.homepage = "http://andriusch.github.io/blueprints_boy/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "The ultimate solution to managing test data.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end