sql_tracer 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sql_tracer/formatter.rb +4 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b00c6231ff5bf57ec832004886d3402f6531fea
4
- data.tar.gz: 17a2983b7c786e25b82f85f7aff4afb7a3fb0c3a
3
+ metadata.gz: c0d9bf98671c6c623630532110d4242d328b3f77
4
+ data.tar.gz: 531e42a3591f3c0897e9c954e67d494f4ce9a532
5
5
  SHA512:
6
- metadata.gz: 7d418fcfaad6ad6514e6338b9d7e603f2273e8bb4bfb18130e7d8df78bd5d13df5bed4e994c91e92d454532014775be8ac340b7b1f03a60cb27d5564fe652f51
7
- data.tar.gz: 5ef666d62ba8d6c45400fefec0e67d6bd7ec71100e532771b4ec254bedc7f734685f93529ec83ad16413aa9adfc0bd52f0bc8501014cf5a660516f51540ed98e
6
+ metadata.gz: aed0a73f6142f6d6aac3f112c2339f64c35c2698c7516182109d2329bb8ebc57e612a69bc2e4e19967869bd473c89d054dbbcd8ad810f8de024aa30985c62881
7
+ data.tar.gz: 83b3818eef10ad8c3fed8efb4348ca0856e22d398f0c9f212cec8a1565fbb5ac3b1bc89834a713dcc8968d7546441343b8018dded8b14d7a58bec5b2fd6ce00e
@@ -6,10 +6,10 @@ module SqlTracer
6
6
  FOOTER_PROMPT= '<' << '='*10
7
7
  FORMATTER_CONFIG_TIP =
8
8
  <<-TIP
9
- You can add config to ui_config.yml to acquire advanced features
10
- SQL_TRACER_FORMAT_SQL_ENABLED : true # show formatted and colored sql, default false
11
- SQL_TRACER_FORMAT_STACK_ENABLED : true # show colored stack, default fasle
12
- SQL_TRACER_SKIP_LIB : false # show all paths including the files in ruby gems, default true
9
+ You can add config to ui_config.yml to acquire advanced features
10
+ SQL_TRACER_FORMAT_SQL_ENABLED: true # show formatted and colored sql, default false
11
+ SQL_TRACER_FORMAT_STACK_ENABLED: true # show colored stack, default fasle
12
+ SQL_TRACER_SKIP_LIB: false # show all paths including the files in ruby gems, default true
13
13
  TIP
14
14
 
15
15
  def self.start_print
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sql_tracer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - xiaoye