# -*- encoding: utf-8 -*-
# stub: grip 0.6.11 ruby lib

Gem::Specification.new do |s|
  s.name = "grip".freeze
  s.version = "0.6.11".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["twoism".freeze, "jnunemaker".freeze]
  s.date = "2010-01-28"
  s.description = "GridFS attachments for MongoMapper".freeze
  s.email = "signalstatic@gmail.com".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze]
  s.files = [".gitignore".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION".freeze, "grip.gemspec".freeze, "lib/grip.rb".freeze, "lib/grip/attachment.rb".freeze, "lib/grip/has_attachment.rb".freeze, "test/factories.rb".freeze, "test/fixtures/cthulhu.png".freeze, "test/fixtures/fennec-fox.jpg".freeze, "test/fixtures/sample.pdf".freeze, "test/grip_attachment_test.rb".freeze, "test/has_attachment_test.rb".freeze, "test/models.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://github.com/twoism/grip".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "GridFS attachments for MongoMapper".freeze
  s.test_files = ["test/factories.rb".freeze, "test/grip_attachment_test.rb".freeze, "test/has_attachment_test.rb".freeze, "test/models.rb".freeze, "test/test_helper.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<mongo_mapper>.freeze, [">= 0.6.10".freeze])
  s.add_runtime_dependency(%q<rmagick>.freeze, [">= 2.12.2".freeze])
  s.add_runtime_dependency(%q<miso>.freeze, [">= 0.3.1".freeze])
  s.add_development_dependency(%q<factory_girl>.freeze, ["= 1.2.3".freeze])
  s.add_development_dependency(%q<shoulda>.freeze, ["= 2.10.2".freeze])
end