vizjerai-query_trace 0.2.1 → 0.2.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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/init.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake/gempackagetask'
3
3
 
4
4
  GEM_NAME = "vizjerai-query_trace"
5
- GEM_VERSION = "0.2.1"
5
+ GEM_VERSION = "0.2.2"
6
6
  AUTHORS = ["Nathaniel Talbott", "Mike Gunderloy", "Andrew Assarattanakul"]
7
7
  EMAIL = "nathaniel@terralien.com"
8
8
  HOMEPAGE = "http://github.com/vizjerai/query_trace"
data/init.rb CHANGED
@@ -4,7 +4,7 @@ def status
4
4
  QueryTrace.enabled? ? "enabled" : "disabled"
5
5
  end
6
6
 
7
- puts "=> QueryTrace #{status}; CTRL-\\ to toggle"
7
+ #puts "=> QueryTrace #{status}; CTRL-\\ to toggle"
8
8
 
9
9
  trap("QUIT") do
10
10
  # Sending 2 backspace characters removes the ^\ that is
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vizjerai-query_trace
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathaniel Talbott