clark_kent 0.9.7 → 0.9.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/clark_kent/report_email.rb +4 -2
- data/lib/clark_kent/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -0
- data/test/dummy/log/test.log +21270 -0
- metadata +4 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clark_kent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Draut
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -415,6 +415,7 @@ files:
|
|
415
415
|
- test/dummy/db/migrate/20150313144015_create_clark_kent_reports.clark_kent.rb
|
416
416
|
- test/dummy/db/schema.rb
|
417
417
|
- test/dummy/db/test.sqlite3
|
418
|
+
- test/dummy/log/development.log
|
418
419
|
- test/dummy/log/test.log
|
419
420
|
- test/dummy/public/404.html
|
420
421
|
- test/dummy/public/422.html
|
@@ -504,6 +505,7 @@ test_files:
|
|
504
505
|
- test/dummy/db/migrate/20150313144015_create_clark_kent_reports.clark_kent.rb
|
505
506
|
- test/dummy/db/schema.rb
|
506
507
|
- test/dummy/db/test.sqlite3
|
508
|
+
- test/dummy/log/development.log
|
507
509
|
- test/dummy/log/test.log
|
508
510
|
- test/dummy/public/404.html
|
509
511
|
- test/dummy/public/422.html
|