auto_error 0.0.9 → 0.0.10

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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auto_error
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Funduk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-27 00:00:00.000000000 Z
11
+ date: 2013-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -236,9 +236,9 @@ files:
236
236
  - app/assets/javascripts/auto_error/app_errors/views/app_errors.coffee
237
237
  - app/assets/javascripts/auto_error/app_errors/views/base.coffee
238
238
  - app/assets/javascripts/auto_error/application.js
239
+ - app/assets/javascripts/auto_error/templates/app_error.hbs
239
240
  - app/assets/stylesheets/auto_error/app_errors.css.erb
240
241
  - app/assets/stylesheets/auto_error/application.css
241
- - app/assets/templates/auto_error/app_error.hbs
242
242
  - app/controllers/auto_error/app_errors_controller.rb
243
243
  - app/controllers/auto_error/application_controller.rb
244
244
  - app/controllers/auto_error/errors_controller.rb