mongoid-forums 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-forums
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - skipperguy12
@@ -166,6 +166,7 @@ files:
166
166
  - app/controllers/mongoid_forums/admin/categories_controller.rb
167
167
  - app/controllers/mongoid_forums/admin/forums_controller.rb
168
168
  - app/controllers/mongoid_forums/admin/groups_controller.rb
169
+ - app/controllers/mongoid_forums/admin/topics_controller.rb
169
170
  - app/controllers/mongoid_forums/application_controller.rb
170
171
  - app/controllers/mongoid_forums/forums_controller.rb
171
172
  - app/controllers/mongoid_forums/posts_controller.rb
@@ -218,6 +219,7 @@ files:
218
219
  - app/views/mongoid_forums/topics/my_subscriptions.haml
219
220
  - app/views/mongoid_forums/topics/my_topics.haml
220
221
  - app/views/mongoid_forums/topics/show.haml
222
+ - config/locales/en.yml
221
223
  - config/routes.rb
222
224
  - lib/generators/mongoid_forums/install/templates/initializer.rb
223
225
  - lib/generators/mongoid_forums/install_generator.rb