got_fixed 0.0.6 → 0.1.0

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: got_fixed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastien Saunier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-02 00:00:00.000000000 Z
11
+ date: 2013-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -115,8 +115,8 @@ executables: []
115
115
  extensions: []
116
116
  extra_rdoc_files: []
117
117
  files:
118
- - app/controllers/got_fixed/application_controller.rb
119
118
  - app/controllers/got_fixed/issues_controller.rb
119
+ - app/jobs/got_fixed/notify_user_of_closed_issue_job.rb
120
120
  - app/mailers/got_fixed/user_mailer.rb
121
121
  - app/models/got_fixed/issue.rb
122
122
  - app/models/got_fixed/user.rb
@@ -1,4 +0,0 @@
1
- module GotFixed
2
- class ApplicationController < ActionController::Base
3
- end
4
- end