# -*- encoding: utf-8 -*- # stub: associo 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "associo".freeze s.version = "0.1.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 = ["John Nunemaker".freeze, "Randy Carnahan".freeze] s.date = "2016-10-03" s.description = "Implements an easy to use GridFS API for MongoMapper.".freeze s.email = "syntruth@gmail.com".freeze s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "associo.gemspec".freeze, "lib/associo.rb".freeze, "lib/associo/attachment_proxy.rb".freeze, "lib/associo/class_methods.rb".freeze, "lib/associo/file_helpers.rb".freeze, "lib/associo/instance_methods.rb".freeze, "lib/associo/io.rb".freeze, "lib/associo/version.rb".freeze, "specs.watchr".freeze, "test/fixtures/example.m4r".freeze, "test/fixtures/font.eot".freeze, "test/fixtures/harmony.png".freeze, "test/fixtures/mr_t.jpg".freeze, "test/fixtures/test1.txt".freeze, "test/fixtures/test2.txt".freeze, "test/fixtures/unixref.pdf".freeze, "test/helper.rb".freeze, "test/joint/test_file_helpers.rb".freeze, "test/joint/test_io.rb".freeze, "test/test_joint.rb".freeze] s.homepage = "https://github.com/syntruth/Associo".freeze s.rubygems_version = "3.5.10".freeze s.summary = "MongoMapper and GridFS joined in file upload love.".freeze s.test_files = ["test/fixtures/example.m4r".freeze, "test/fixtures/font.eot".freeze, "test/fixtures/harmony.png".freeze, "test/fixtures/mr_t.jpg".freeze, "test/fixtures/test1.txt".freeze, "test/fixtures/test2.txt".freeze, "test/fixtures/unixref.pdf".freeze, "test/helper.rb".freeze, "test/joint/test_file_helpers.rb".freeze, "test/joint/test_io.rb".freeze, "test/test_joint.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9".freeze]) end