--- !ruby/object:Gem::Specification
name: mongoid-forums
version: !ruby/object:Gem::Version
  version: 0.0.1
platform: ruby
authors:
- skipperguy12
autorequire: 
bindir: bin
cert_chain: []
date: 2015-01-18 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 4.2.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 4.2.0
- !ruby/object:Gem::Dependency
  name: mongoid
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 4.0.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 4.0.0
- !ruby/object:Gem::Dependency
  name: devise
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 3.4.1
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 3.4.1
- !ruby/object:Gem::Dependency
  name: simple_form
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: kaminari
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.15.1
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 0.15.1
- !ruby/object:Gem::Dependency
  name: sanitize
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 2.0.6
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 2.0.6
- !ruby/object:Gem::Dependency
  name: haml
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: pry-rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: 
email:
- skipperguy12@users.noreply.github.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- MIT-LICENSE
- Rakefile
- app/assets/javascripts/mongoid_forums/admin/base.js
- app/assets/javascripts/mongoid_forums/admin/categories.js
- app/assets/javascripts/mongoid_forums/admin/forums.js
- app/assets/javascripts/mongoid_forums/application.js
- app/assets/javascripts/mongoid_forums/forums.js
- app/assets/javascripts/mongoid_forums/posts.js
- app/assets/javascripts/mongoid_forums/topics.js
- app/assets/stylesheets/mongoid_forums/admin/base.css
- app/assets/stylesheets/mongoid_forums/admin/categories.css
- app/assets/stylesheets/mongoid_forums/admin/forums.css
- app/assets/stylesheets/mongoid_forums/application.css
- app/assets/stylesheets/mongoid_forums/forums.css
- app/assets/stylesheets/mongoid_forums/posts.css
- app/assets/stylesheets/mongoid_forums/topics.css
- app/assets/stylesheets/scaffold.css
- app/controllers/mongoid_forums/admin/base_controller.rb
- app/controllers/mongoid_forums/admin/categories_controller.rb
- app/controllers/mongoid_forums/admin/forums_controller.rb
- app/controllers/mongoid_forums/application_controller.rb
- app/controllers/mongoid_forums/forums_controller.rb
- app/controllers/mongoid_forums/posts_controller.rb
- app/controllers/mongoid_forums/redirect_controller.rb
- app/controllers/mongoid_forums/topics_controller.rb
- app/helpers/mongoid_forums/admin/base_helper.rb
- app/helpers/mongoid_forums/admin/categories_helper.rb
- app/helpers/mongoid_forums/admin/forums_helper.rb
- app/helpers/mongoid_forums/application_helper.rb
- app/helpers/mongoid_forums/formatting_helper.rb
- app/helpers/mongoid_forums/forums_helper.rb
- app/helpers/mongoid_forums/posts_helper.rb
- app/helpers/mongoid_forums/topics_helper.rb
- app/models/mongoid_forums/alert.rb
- app/models/mongoid_forums/category.rb
- app/models/mongoid_forums/concerns/subscribable.rb
- app/models/mongoid_forums/concerns/viewable.rb
- app/models/mongoid_forums/forum.rb
- app/models/mongoid_forums/permission.rb
- app/models/mongoid_forums/post.rb
- app/models/mongoid_forums/rank.rb
- app/models/mongoid_forums/subscription.rb
- app/models/mongoid_forums/topic.rb
- app/models/mongoid_forums/view.rb
- app/views/layouts/mongoid_forums/application.haml
- app/views/mongoid_forums/admin/base/index.haml
- app/views/mongoid_forums/admin/categories/edit.html.erb
- app/views/mongoid_forums/admin/categories/new.haml
- app/views/mongoid_forums/admin/forums/edit.html.erb
- app/views/mongoid_forums/admin/forums/new.haml
- app/views/mongoid_forums/forums/index.haml
- app/views/mongoid_forums/forums/new.haml
- app/views/mongoid_forums/forums/show.haml
- app/views/mongoid_forums/posts/_form.haml
- app/views/mongoid_forums/posts/_post.haml
- app/views/mongoid_forums/posts/_quoted.haml
- app/views/mongoid_forums/posts/edit.haml
- app/views/mongoid_forums/posts/new.haml
- app/views/mongoid_forums/topics/_topic.haml
- app/views/mongoid_forums/topics/my_posts.haml
- app/views/mongoid_forums/topics/my_subscriptions.haml
- app/views/mongoid_forums/topics/my_topics.haml
- app/views/mongoid_forums/topics/show.haml
- config/routes.rb
- lib/generators/mongoid_forums/install/templates/initializer.rb
- lib/generators/mongoid_forums/install_generator.rb
- lib/generators/mongoid_forums/views_generator.rb
- lib/mongoid_forums.rb
- lib/mongoid_forums/engine.rb
- lib/mongoid_forums/sanitizer.rb
- lib/mongoid_forums/version.rb
- lib/tasks/mongoid_forums_tasks.rake
- test/controllers/mongoid_forums/admin/base_controller_test.rb
- test/controllers/mongoid_forums/admin/categories_controller_test.rb
- test/controllers/mongoid_forums/admin/forums_controller_test.rb
- test/controllers/mongoid_forums/forums_controller_test.rb
- test/controllers/mongoid_forums/posts_controller_test.rb
- test/controllers/mongoid_forums/topics_controller_test.rb
- test/dummy/README.rdoc
- test/dummy/Rakefile
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/javascripts/welcome.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/assets/stylesheets/scaffold.css
- test/dummy/app/assets/stylesheets/welcome.css
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/welcome_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/welcome_helper.rb
- test/dummy/app/models/concerns/zero_oid_fix.rb
- test/dummy/app/models/user.rb
- test/dummy/app/views/layouts/application.haml
- test/dummy/app/views/partials/_nav.haml
- test/dummy/app/views/welcome/index.html.erb
- test/dummy/bin/bundle
- test/dummy/bin/rails
- test/dummy/bin/rake
- test/dummy/bin/setup
- test/dummy/config.ru
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/assets.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/cookies_serializer.rb
- test/dummy/config/initializers/devise.rb
- test/dummy/config/initializers/filter_parameter_logging.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/kaminari_config.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/mongoid_forums.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/simple_form.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/locales/devise.en.yml
- test/dummy/config/locales/en.yml
- test/dummy/config/locales/simple_form.en.yml
- test/dummy/config/mongoid.yml
- test/dummy/config/routes.rb
- test/dummy/config/secrets.yml
- test/dummy/lib/templates/erb/scaffold/_form.html.erb
- test/dummy/log/development.log
- test/dummy/log/test.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/test/controllers/welcome_controller_test.rb
- test/dummy/test/fixtures/users.yml
- test/dummy/test/models/user_test.rb
- test/dummy/tmp/cache/assets/development/sprockets/0405ebcb982faa24d5a9bbe01ba43bf8
- test/dummy/tmp/cache/assets/development/sprockets/04b994ecf135576af395f1d87108f0e1
- test/dummy/tmp/cache/assets/development/sprockets/0532538bff94834533de08d16379c66f
- test/dummy/tmp/cache/assets/development/sprockets/063d0c765cb2fe0a6fa3995059d65fcc
- test/dummy/tmp/cache/assets/development/sprockets/0a395daf2ed2bad0174008f223997c21
- test/dummy/tmp/cache/assets/development/sprockets/0a4181c6e19406e1c40781394b0f7496
- test/dummy/tmp/cache/assets/development/sprockets/0f520169da88dbfbdd5b5f40cb5acc80
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
- test/dummy/tmp/cache/assets/development/sprockets/1b516e1e4f37dd27b32d035c2c825de7
- test/dummy/tmp/cache/assets/development/sprockets/1d1293f6abfd57a3035ab25a567fe43e
- test/dummy/tmp/cache/assets/development/sprockets/25a167c7563d6fe8ec6b13ec1ac09274
- test/dummy/tmp/cache/assets/development/sprockets/268f4f56598234185d91373d61899b3f
- test/dummy/tmp/cache/assets/development/sprockets/26ce0653a8cb3da5990ace16181dbd63
- test/dummy/tmp/cache/assets/development/sprockets/2dedb8177c20286c4259c1d58c5646cc
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
- test/dummy/tmp/cache/assets/development/sprockets/2fda08fb2ff79ca1dd653c3b688c1651
- test/dummy/tmp/cache/assets/development/sprockets/30d0258c36708f3d7911d6ba2303aaad
- test/dummy/tmp/cache/assets/development/sprockets/311da47a66243f663a4557a7e9997796
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
- test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212
- test/dummy/tmp/cache/assets/development/sprockets/37b103f4623089af1456b90830fe941c
- test/dummy/tmp/cache/assets/development/sprockets/37f7e269b2ddbd05160232e59bf0288f
- test/dummy/tmp/cache/assets/development/sprockets/408e554cb00cbb09ae89a1e7ac45ea4f
- test/dummy/tmp/cache/assets/development/sprockets/41f10e590485de7db44ca61e32c135ea
- test/dummy/tmp/cache/assets/development/sprockets/45e716730a5c02112d5817e1b8faa1a0
- test/dummy/tmp/cache/assets/development/sprockets/4acd6b11130459cfdf814caad7638e95
- test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5
- test/dummy/tmp/cache/assets/development/sprockets/60f651a96095c10f531bd7bf9a14beb5
- test/dummy/tmp/cache/assets/development/sprockets/6b12ee5284cadf70954a584a88b6c529
- test/dummy/tmp/cache/assets/development/sprockets/6be29bb8e609ed29aaa3a6d4a04a9ae0
- test/dummy/tmp/cache/assets/development/sprockets/6cef1e9aec64b514669e261e511dc792
- test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2
- test/dummy/tmp/cache/assets/development/sprockets/76dc342539f7133a15b70b919f77425a
- test/dummy/tmp/cache/assets/development/sprockets/873adae1bf2f532256c8ffe71a557df5
- test/dummy/tmp/cache/assets/development/sprockets/8d7f8b5066922abfdf12e8cf0a7f2f0e
- test/dummy/tmp/cache/assets/development/sprockets/948b1a4ef7d3401c10fc537c40b56a1e
- test/dummy/tmp/cache/assets/development/sprockets/99d8deee7a422780b297ca618f4062c8
- test/dummy/tmp/cache/assets/development/sprockets/9d4262e6cd4898fd1df7f51b2d3e5c92
- test/dummy/tmp/cache/assets/development/sprockets/9e611bdf180a46600cc5019392a1b561
- test/dummy/tmp/cache/assets/development/sprockets/ab4dfca9c17bc07c2fce0127b5d9669f
- test/dummy/tmp/cache/assets/development/sprockets/af01a98a48fa1ebf1d65f0429ba2bb28
- test/dummy/tmp/cache/assets/development/sprockets/bc0c996f7ce50479170183c13af2d29d
- test/dummy/tmp/cache/assets/development/sprockets/beeaeba29291235e532fb452d94795b3
- test/dummy/tmp/cache/assets/development/sprockets/cc040cf4f4539a12745d02867976f5ba
- test/dummy/tmp/cache/assets/development/sprockets/ce30207f8949b0e3a822f6094bd31dcc
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
- test/dummy/tmp/cache/assets/development/sprockets/d675d8a6b14078d1fc331870b4992050
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
- test/dummy/tmp/cache/assets/development/sprockets/daba24276ab6f3be739a0385f977df1c
- test/dummy/tmp/cache/assets/development/sprockets/df5f9fbb250c939b0513aa2a35b4855b
- test/dummy/tmp/cache/assets/development/sprockets/e22980ed174c68b2505214836a40e271
- test/dummy/tmp/cache/assets/development/sprockets/e2c4f946939f2d7d0b42d86383755cae
- test/dummy/tmp/cache/assets/development/sprockets/e6a87270f3b0e8a73bcec17322694b61
- test/dummy/tmp/cache/assets/development/sprockets/e95bb3887fb84a7d966c0fc7c4e087fd
- test/dummy/tmp/cache/assets/development/sprockets/eaa7a7fe023d19cd34c33a47e6b303f3
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
- test/dummy/tmp/cache/assets/development/sprockets/f91f775cd15edae9264ec0c23937c58b
- test/fixtures/mongoid_forums/categories.yml
- test/fixtures/mongoid_forums/forums.yml
- test/fixtures/mongoid_forums/posts.yml
- test/fixtures/mongoid_forums/ranks.yml
- test/fixtures/mongoid_forums/topics.yml
- test/integration/navigation_test.rb
- test/models/mongoid_forums/category_test.rb
- test/models/mongoid_forums/forum_test.rb
- test/models/mongoid_forums/post_test.rb
- test/models/mongoid_forums/rank_test.rb
- test/models/mongoid_forums/topic_test.rb
- test/mongoid_forums_test.rb
- test/test_helper.rb
homepage: http://www.njay.net/
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.3
signing_key: 
specification_version: 4
summary: Forum engine for Rails 4 and mongoid
test_files:
- test/controllers/mongoid_forums/admin/base_controller_test.rb
- test/controllers/mongoid_forums/admin/categories_controller_test.rb
- test/controllers/mongoid_forums/admin/forums_controller_test.rb
- test/controllers/mongoid_forums/forums_controller_test.rb
- test/controllers/mongoid_forums/posts_controller_test.rb
- test/controllers/mongoid_forums/topics_controller_test.rb
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/javascripts/welcome.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/assets/stylesheets/scaffold.css
- test/dummy/app/assets/stylesheets/welcome.css
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/welcome_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/welcome_helper.rb
- test/dummy/app/models/concerns/zero_oid_fix.rb
- test/dummy/app/models/user.rb
- test/dummy/app/views/layouts/application.haml
- test/dummy/app/views/partials/_nav.haml
- test/dummy/app/views/welcome/index.html.erb
- test/dummy/bin/bundle
- test/dummy/bin/rails
- test/dummy/bin/rake
- test/dummy/bin/setup
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/assets.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/cookies_serializer.rb
- test/dummy/config/initializers/devise.rb
- test/dummy/config/initializers/filter_parameter_logging.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/kaminari_config.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/mongoid_forums.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/simple_form.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/locales/devise.en.yml
- test/dummy/config/locales/en.yml
- test/dummy/config/locales/simple_form.en.yml
- test/dummy/config/mongoid.yml
- test/dummy/config/routes.rb
- test/dummy/config/secrets.yml
- test/dummy/config.ru
- test/dummy/lib/templates/erb/scaffold/_form.html.erb
- test/dummy/log/development.log
- test/dummy/log/test.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/Rakefile
- test/dummy/README.rdoc
- test/dummy/test/controllers/welcome_controller_test.rb
- test/dummy/test/fixtures/users.yml
- test/dummy/test/models/user_test.rb
- test/dummy/tmp/cache/assets/development/sprockets/0405ebcb982faa24d5a9bbe01ba43bf8
- test/dummy/tmp/cache/assets/development/sprockets/04b994ecf135576af395f1d87108f0e1
- test/dummy/tmp/cache/assets/development/sprockets/0532538bff94834533de08d16379c66f
- test/dummy/tmp/cache/assets/development/sprockets/063d0c765cb2fe0a6fa3995059d65fcc
- test/dummy/tmp/cache/assets/development/sprockets/0a395daf2ed2bad0174008f223997c21
- test/dummy/tmp/cache/assets/development/sprockets/0a4181c6e19406e1c40781394b0f7496
- test/dummy/tmp/cache/assets/development/sprockets/0f520169da88dbfbdd5b5f40cb5acc80
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
- test/dummy/tmp/cache/assets/development/sprockets/1b516e1e4f37dd27b32d035c2c825de7
- test/dummy/tmp/cache/assets/development/sprockets/1d1293f6abfd57a3035ab25a567fe43e
- test/dummy/tmp/cache/assets/development/sprockets/25a167c7563d6fe8ec6b13ec1ac09274
- test/dummy/tmp/cache/assets/development/sprockets/268f4f56598234185d91373d61899b3f
- test/dummy/tmp/cache/assets/development/sprockets/26ce0653a8cb3da5990ace16181dbd63
- test/dummy/tmp/cache/assets/development/sprockets/2dedb8177c20286c4259c1d58c5646cc
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
- test/dummy/tmp/cache/assets/development/sprockets/2fda08fb2ff79ca1dd653c3b688c1651
- test/dummy/tmp/cache/assets/development/sprockets/30d0258c36708f3d7911d6ba2303aaad
- test/dummy/tmp/cache/assets/development/sprockets/311da47a66243f663a4557a7e9997796
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
- test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212
- test/dummy/tmp/cache/assets/development/sprockets/37b103f4623089af1456b90830fe941c
- test/dummy/tmp/cache/assets/development/sprockets/37f7e269b2ddbd05160232e59bf0288f
- test/dummy/tmp/cache/assets/development/sprockets/408e554cb00cbb09ae89a1e7ac45ea4f
- test/dummy/tmp/cache/assets/development/sprockets/41f10e590485de7db44ca61e32c135ea
- test/dummy/tmp/cache/assets/development/sprockets/45e716730a5c02112d5817e1b8faa1a0
- test/dummy/tmp/cache/assets/development/sprockets/4acd6b11130459cfdf814caad7638e95
- test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5
- test/dummy/tmp/cache/assets/development/sprockets/60f651a96095c10f531bd7bf9a14beb5
- test/dummy/tmp/cache/assets/development/sprockets/6b12ee5284cadf70954a584a88b6c529
- test/dummy/tmp/cache/assets/development/sprockets/6be29bb8e609ed29aaa3a6d4a04a9ae0
- test/dummy/tmp/cache/assets/development/sprockets/6cef1e9aec64b514669e261e511dc792
- test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2
- test/dummy/tmp/cache/assets/development/sprockets/76dc342539f7133a15b70b919f77425a
- test/dummy/tmp/cache/assets/development/sprockets/873adae1bf2f532256c8ffe71a557df5
- test/dummy/tmp/cache/assets/development/sprockets/8d7f8b5066922abfdf12e8cf0a7f2f0e
- test/dummy/tmp/cache/assets/development/sprockets/948b1a4ef7d3401c10fc537c40b56a1e
- test/dummy/tmp/cache/assets/development/sprockets/99d8deee7a422780b297ca618f4062c8
- test/dummy/tmp/cache/assets/development/sprockets/9d4262e6cd4898fd1df7f51b2d3e5c92
- test/dummy/tmp/cache/assets/development/sprockets/9e611bdf180a46600cc5019392a1b561
- test/dummy/tmp/cache/assets/development/sprockets/ab4dfca9c17bc07c2fce0127b5d9669f
- test/dummy/tmp/cache/assets/development/sprockets/af01a98a48fa1ebf1d65f0429ba2bb28
- test/dummy/tmp/cache/assets/development/sprockets/bc0c996f7ce50479170183c13af2d29d
- test/dummy/tmp/cache/assets/development/sprockets/beeaeba29291235e532fb452d94795b3
- test/dummy/tmp/cache/assets/development/sprockets/cc040cf4f4539a12745d02867976f5ba
- test/dummy/tmp/cache/assets/development/sprockets/ce30207f8949b0e3a822f6094bd31dcc
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
- test/dummy/tmp/cache/assets/development/sprockets/d675d8a6b14078d1fc331870b4992050
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
- test/dummy/tmp/cache/assets/development/sprockets/daba24276ab6f3be739a0385f977df1c
- test/dummy/tmp/cache/assets/development/sprockets/df5f9fbb250c939b0513aa2a35b4855b
- test/dummy/tmp/cache/assets/development/sprockets/e22980ed174c68b2505214836a40e271
- test/dummy/tmp/cache/assets/development/sprockets/e2c4f946939f2d7d0b42d86383755cae
- test/dummy/tmp/cache/assets/development/sprockets/e6a87270f3b0e8a73bcec17322694b61
- test/dummy/tmp/cache/assets/development/sprockets/e95bb3887fb84a7d966c0fc7c4e087fd
- test/dummy/tmp/cache/assets/development/sprockets/eaa7a7fe023d19cd34c33a47e6b303f3
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
- test/dummy/tmp/cache/assets/development/sprockets/f91f775cd15edae9264ec0c23937c58b
- test/fixtures/mongoid_forums/categories.yml
- test/fixtures/mongoid_forums/forums.yml
- test/fixtures/mongoid_forums/posts.yml
- test/fixtures/mongoid_forums/ranks.yml
- test/fixtures/mongoid_forums/topics.yml
- test/integration/navigation_test.rb
- test/models/mongoid_forums/category_test.rb
- test/models/mongoid_forums/forum_test.rb
- test/models/mongoid_forums/post_test.rb
- test/models/mongoid_forums/rank_test.rb
- test/models/mongoid_forums/topic_test.rb
- test/mongoid_forums_test.rb
- test/test_helper.rb
has_rdoc: