errdo 0.12.6 → 0.12.7
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.
- checksums.yaml +4 -4
- data/app/models/errdo/error_occurrence.rb +1 -1
- data/app/views/errdo/errors/index.html.slim +2 -1
- data/lib/errdo/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +319 -0
- data/test/dummy/log/test.log +17652 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +3 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
26271
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: errdo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- erichaydel
|
|
@@ -1745,6 +1745,7 @@ files:
|
|
|
1745
1745
|
- test/dummy/tmp/cache/assets/test/sprockets/v3.0/zW/zWB4oKtgb18V44NKMHterB3ghNqFRYjh0fQTrq6uzcs.cache
|
|
1746
1746
|
- test/dummy/tmp/cache/assets/test/sprockets/v3.0/zi/ziQfYTRreojJ2O3zsjTSO0Ntz0AV4cbyPEa83cX57Do.cache
|
|
1747
1747
|
- test/dummy/tmp/cache/assets/test/sprockets/v3.0/zz/zzagflN7oYaZUbQdU04JrSwFzOCRJZPMZjpm8IfmVcs.cache
|
|
1748
|
+
- test/dummy/tmp/pids/server.pid
|
|
1748
1749
|
- test/factories.rb
|
|
1749
1750
|
- test/fixtures/files/error.txt
|
|
1750
1751
|
- test/fixtures/users.yml
|
|
@@ -3332,6 +3333,7 @@ test_files:
|
|
|
3332
3333
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/Cx/CxXOBj5e0xffmS0rxhN-8hRRCrXx5O4O9pyEZwud6O4.cache
|
|
3333
3334
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/ci/ciMw7kqooIVEYhjMp4BKstSC9krpYIOC9-hmiL9XuEY.cache
|
|
3334
3335
|
- test/dummy/tmp/cache/assets/development/sprockets/v3.0/D_/D_KcfHEBsRaZDGqaiFtERXr1g8Av54-9T958jUK7R0A.cache
|
|
3336
|
+
- test/dummy/tmp/pids/server.pid
|
|
3335
3337
|
- test/dummy/README.rdoc
|
|
3336
3338
|
- test/dummy/bin/bundle
|
|
3337
3339
|
- test/dummy/bin/setup
|