pretty_formatter 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13402184ef1accffa382367d62dbd3138bf6b393
4
- data.tar.gz: 258e3a668c376b3875471e85b6291352bf5ef6a6
3
+ metadata.gz: 1c23a99ddd5e0f28ca2336dbf6487299327a852e
4
+ data.tar.gz: c78493405bbf0a1c89d0026253c84d2b46a816fa
5
5
  SHA512:
6
- metadata.gz: edab5ed3964bde10e80a6a39ddaacd0137071ebe6050a155e9f42e824a8112a72e73c55b9243d81e55df70d8e2f023e97f6217c45c0d2a6556599ff1f3f004d7
7
- data.tar.gz: 92319202819efab2f35d055ae2f444da13c42f04d3215bd5d8b9e6b46f4796bc1865beddf40df9ebcb787534f97ccd8df9122cd94b31c25b4624fd0153b06004
6
+ metadata.gz: 8e57e63dfefb96f2a53ff62f1cd5d61440aa6bcd56fc5de95caa207cb9df3b5628acd28b747128427b03265b4f922c59163472b4f891fd40e6e89b941b46edba
7
+ data.tar.gz: 25630476b48b6074c1bf6940912a0ce4f8a39c42cad673bb4a861123664e71d35341146e3b80ce9883fa9d60f2d7f1d6f0c0ed69551cccd5b24c342ed0521c55
@@ -1,3 +1,3 @@
1
1
  module PrettyFormatter
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  # Be sure to restart your server when you modify this file.
2
2
 
3
- Dummy::Application.config.session_store :encrypted_cookie_store, key: '_dummy_session'
3
+ Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
@@ -1448,3 +1448,48 @@ DEV cbookpro.99951 2013-03-15T12:35:56.75502-06:00 INFO PrettyFormatte
1448
1448
  DEV cbookpro.99951 2013-03-15T12:35:56.75506-06:00 INFO -------------------------------------------------------------------
1449
1449
  DEV cbookpro.99951 2013-03-15T12:35:56.75522-06:00 DEBUG  (0.0ms) begin transaction
1450
1450
  TEST cbookpro.99951 2013-03-15T12:35:56.75540-06:00 DEBUG  (0.0ms) rollback transaction
1451
+ DEV cbookpro.3175 2013-07-10T13:23:44.53726-05:00 DEBUG  (0.3ms) begin transaction
1452
+ DEV cbookpro.3175 2013-07-10T13:23:44.53743-05:00 INFO --------------------------------------------------------------
1453
+ DEV cbookpro.3175 2013-07-10T13:23:44.53750-05:00 INFO PrettyFormatterTest: test_add_color_blue_to_any_other_severity
1454
+ DEV cbookpro.3175 2013-07-10T13:23:44.53755-05:00 INFO --------------------------------------------------------------
1455
+ DEBUG  (0.1ms) rollback transaction
1456
+ DEBUG  (0.1ms) begin transaction
1457
+ INFO -----------------------------------------------------------
1458
+ INFO PrettyFormatterTest: test_add_color_green_to_DEBUG_severity
1459
+ INFO -----------------------------------------------------------
1460
+ DEBUG  (0.0ms) rollback transaction
1461
+ DEBUG  (0.0ms) begin transaction
1462
+ INFO ---------------------------------------------------------
1463
+ INFO PrettyFormatterTest: test_add_color_red_to_ERROR_severity
1464
+ INFO ---------------------------------------------------------
1465
+ DEBUG  (0.0ms) rollback transaction
1466
+ DEBUG  (0.0ms) begin transaction
1467
+ INFO ---------------------------------------------------------
1468
+ INFO PrettyFormatterTest: test_add_color_red_to_FATAL_severity
1469
+ INFO ---------------------------------------------------------
1470
+ DEBUG  (0.0ms) rollback transaction
1471
+ DEBUG  (0.0ms) begin transaction
1472
+ INFO ----------------------------------------------------------
1473
+ INFO PrettyFormatterTest: test_add_color_white_to_INFO_severity
1474
+ INFO ----------------------------------------------------------
1475
+ DEBUG  (0.1ms) rollback transaction
1476
+ DEBUG  (0.0ms) begin transaction
1477
+ INFO -----------------------------------------------------------
1478
+ INFO PrettyFormatterTest: test_add_color_yellow_to_WARN_severity
1479
+ INFO -----------------------------------------------------------
1480
+ DEBUG  (0.0ms) rollback transaction
1481
+ DEBUG  (0.0ms) begin transaction
1482
+ INFO -------------------------------
1483
+ INFO PrettyFormatterTest: test_truth
1484
+ INFO -------------------------------
1485
+ DEBUG  (0.1ms) rollback transaction
1486
+ DEBUG  (0.1ms) begin transaction
1487
+ INFO --------------------------------------------------------------------
1488
+ INFO PrettyFormatterTest: test_verbose_mode_add_host_and_timestamp_to_log
1489
+ INFO --------------------------------------------------------------------
1490
+ DEV cbookpro.3175 2013-07-10T13:23:44.54182-05:00 DEBUG  (0.0ms) rollback transaction
1491
+ DEV cbookpro.3175 2013-07-10T13:23:44.54211-05:00 DEBUG  (0.1ms) begin transaction
1492
+ DEV cbookpro.3175 2013-07-10T13:23:44.54218-05:00 INFO -------------------------------------------------------------------
1493
+ DEV cbookpro.3175 2013-07-10T13:23:44.54224-05:00 INFO PrettyFormatterTest: test_verbose_mode_include_custom_string_in_log
1494
+ DEV cbookpro.3175 2013-07-10T13:23:44.54230-05:00 INFO -------------------------------------------------------------------
1495
+ TEST cbookpro.3175 2013-07-10T13:23:44.54250-05:00 DEBUG  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pretty_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario A. Chavez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-15 00:00:00.000000000 Z
11
+ date: 2013-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -85,7 +85,6 @@ files:
85
85
  - test/dummy/public/favicon.ico
86
86
  - test/dummy/Rakefile
87
87
  - test/dummy/README.rdoc
88
- - test/dummy/tmp/pids/server.pid
89
88
  - test/pretty_formatter_test.rb
90
89
  - test/test_helper.rb
91
90
  homepage: http://mario-chavez.decisionesinteligentes.com
@@ -107,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
106
  version: '0'
108
107
  requirements: []
109
108
  rubyforge_project:
110
- rubygems_version: 2.0.3
109
+ rubygems_version: 2.0.2
111
110
  signing_key:
112
111
  specification_version: 4
113
112
  summary: Log formatter for Rails, format just like BetterLogging gem.
@@ -147,6 +146,5 @@ test_files:
147
146
  - test/dummy/public/favicon.ico
148
147
  - test/dummy/Rakefile
149
148
  - test/dummy/README.rdoc
150
- - test/dummy/tmp/pids/server.pid
151
149
  - test/pretty_formatter_test.rb
152
150
  - test/test_helper.rb
@@ -1 +0,0 @@
1
- 95371