# -*- encoding: utf-8 -*- # stub: blueprints 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "blueprints".freeze s.version = "0.3.1".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 = "2009-10-18" s.description = "Another replacement for factories and fixtures. The library that lazy typists will love".freeze s.email = "sinsiliux@gmail.com".freeze s.files = ["LICENSE".freeze, "README.rdoc".freeze, "lib/blueprints.rb".freeze, "lib/blueprints/ar_extensions.rb".freeze, "lib/blueprints/buildable.rb".freeze, "lib/blueprints/errors.rb".freeze, "lib/blueprints/file_context.rb".freeze, "lib/blueprints/helper.rb".freeze, "lib/blueprints/namespace.rb".freeze, "lib/blueprints/plan.rb".freeze, "lib/blueprints/root_namespace.rb".freeze, "lib/blueprints/rspec_extensions.rb".freeze, "lib/blueprints/test_unit_extensions.rb".freeze, "spec/active_record/blueprint.rb".freeze, "spec/active_record/blueprints_spec.rb".freeze, "spec/active_record/fixtures/database.yml.example".freeze, "spec/active_record/fixtures/fruit.rb".freeze, "spec/active_record/fixtures/schema.rb".freeze, "spec/active_record/fixtures/tree.rb".freeze, "spec/active_record/spec_helper.rb".freeze, "spec/no_db/blueprint.rb".freeze, "spec/no_db/blueprints_spec.rb".freeze, "spec/no_db/fixtures/fruit.rb".freeze, "spec/no_db/spec_helper.rb".freeze, "test/blueprints_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/sinsiliux/blueprints".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Another replacement for factories and fixtures".freeze s.test_files = ["spec/no_db/spec_helper.rb".freeze, "spec/no_db/blueprints_spec.rb".freeze, "spec/no_db/blueprint.rb".freeze, "spec/no_db/fixtures/fruit.rb".freeze, "spec/active_record/spec_helper.rb".freeze, "spec/active_record/blueprints_spec.rb".freeze, "spec/active_record/blueprint.rb".freeze, "spec/active_record/fixtures/fruit.rb".freeze, "spec/active_record/fixtures/tree.rb".freeze, "spec/active_record/fixtures/database.yml.example".freeze, "spec/active_record/fixtures/schema.rb".freeze, "test/test_helper.rb".freeze, "test/blueprints_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) end