# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{mongoid-rspec} s.version = "1.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Evan Sagge"] s.date = %q{2010-06-08} s.description = %q{RSpec matches for Mongoid models, including association and validation matchers} s.email = %q{evansagge@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".bundle/config", ".document", ".gitignore", ".rvmrc", "Gemfile", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "lib/matchers/associations.rb", "lib/matchers/document.rb", "lib/matchers/validations.rb", "lib/matchers/validations/associated.rb", "lib/matchers/validations/format_of.rb", "lib/matchers/validations/inclusion_of.rb", "lib/matchers/validations/numericality_of.rb", "lib/matchers/validations/presence_of.rb", "lib/matchers/validations/uniqueness_of.rb", "lib/mongoid-rspec.rb", "mongoid-rspec.gemspec", "spec/models/article.rb", "spec/models/comment.rb", "spec/models/profile.rb", "spec/models/user.rb", "spec/spec_helper.rb", "spec/unit/associations_spec.rb", "spec/unit/document_spec.rb", "spec/unit/validations_spec.rb" ] s.homepage = %q{http://github.com/evansagge/mongoid-rspec} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.6} s.summary = %q{RSpec matchers for Mongoid} s.test_files = [ "spec/models/article.rb", "spec/models/comment.rb", "spec/models/profile.rb", "spec/models/user.rb", "spec/spec_helper.rb", "spec/unit/associations_spec.rb", "spec/unit/document_spec.rb", "spec/unit/validations_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 2.0.0.beta3"]) s.add_runtime_dependency(%q, [">= 0.20.1"]) s.add_runtime_dependency(%q, [">= 2.0.0.beta.7"]) else s.add_dependency(%q, [">= 2.0.0.beta3"]) s.add_dependency(%q, [">= 0.20.1"]) s.add_dependency(%q, [">= 2.0.0.beta.7"]) end else s.add_dependency(%q, [">= 2.0.0.beta3"]) s.add_dependency(%q, [">= 0.20.1"]) s.add_dependency(%q, [">= 2.0.0.beta.7"]) end end