think_feel_do_dashboard 1.1.10 → 1.1.11

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: think_feel_do_dashboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Carty-Fickes
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-02-05 00:00:00.000000000 Z
13
+ date: 2016-02-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -254,7 +254,9 @@ files:
254
254
  - lib/think_feel_do_dashboard/engine.rb
255
255
  - lib/think_feel_do_dashboard/version.rb
256
256
  - spec/controllers/think_feel_do_dashboard/membership_controller_spec.rb
257
+ - spec/controllers/think_feel_do_dashboard/moderators_controller_spec.rb
257
258
  - spec/controllers/think_feel_do_dashboard/reports_controller_spec.rb
259
+ - spec/controllers/think_feel_do_dashboard/social_networking/profile_questions_controller_spec.rb
258
260
  - spec/dummy/README.rdoc
259
261
  - spec/dummy/Rakefile
260
262
  - spec/dummy/app/assets/javascripts/application.js
@@ -2350,7 +2352,9 @@ specification_version: 4
2350
2352
  summary: Provides administrational tasks.
2351
2353
  test_files:
2352
2354
  - spec/controllers/think_feel_do_dashboard/membership_controller_spec.rb
2355
+ - spec/controllers/think_feel_do_dashboard/moderators_controller_spec.rb
2353
2356
  - spec/controllers/think_feel_do_dashboard/reports_controller_spec.rb
2357
+ - spec/controllers/think_feel_do_dashboard/social_networking/profile_questions_controller_spec.rb
2354
2358
  - spec/dummy/app/assets/javascripts/application.js
2355
2359
  - spec/dummy/app/assets/stylesheets/application.css
2356
2360
  - spec/dummy/app/controllers/application_controller.rb