# -*- encoding: utf-8 -*- # stub: blueprints 0.5.1 ruby lib Gem::Specification.new do |s| s.name = "blueprints".freeze s.version = "0.5.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 = "2010-02-24" s.description = "Another replacement for factories and fixtures. The library that lazy typists will love".freeze s.email = "sinsiliux@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "blueprints.gemspec".freeze, "init.rb".freeze, "install.rb".freeze, "lib/blueprints.rb".freeze, "lib/blueprints/buildable.rb".freeze, "lib/blueprints/context.rb".freeze, "lib/blueprints/database_backends/abstract.rb".freeze, "lib/blueprints/database_backends/active_record.rb".freeze, "lib/blueprints/database_backends/none.rb".freeze, "lib/blueprints/errors.rb".freeze, "lib/blueprints/extensions/rspec.rb".freeze, "lib/blueprints/extensions/test_unit.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, "script/load_schema".freeze, "script/rspec_to_test".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, "uninstall.rb".freeze] s.homepage = "http://github.com/sinsiliux/blueprints".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Another replacement for factories and fixtures".freeze s.test_files = ["spec/no_db/fixtures/fruit.rb".freeze, "spec/no_db/spec_helper.rb".freeze, "spec/no_db/blueprints_spec.rb".freeze, "spec/no_db/blueprint.rb".freeze, "spec/active_record/fixtures/fruit.rb".freeze, "spec/active_record/fixtures/tree.rb".freeze, "spec/active_record/fixtures/schema.rb".freeze, "spec/active_record/spec_helper.rb".freeze, "spec/active_record/blueprints_spec.rb".freeze, "spec/active_record/blueprint.rb".freeze, "test/test_helper.rb".freeze, "test/blueprints_test.rb".freeze] end