coffee_trace 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/bin/coffee_trace CHANGED
@@ -4,7 +4,7 @@ require "thor"
4
4
  require "coffee_trace"
5
5
 
6
6
  class App < Thor
7
- desc "on FILES", "Inserts trace logging into all .coffee files below the current directory"
7
+ desc "on", "Inserts trace logging into all .coffee files below the current directory"
8
8
  def on
9
9
  CoffeeTrace::CLI.new.insert_logging
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module CoffeeTrace
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: coffee_trace
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chris Aitchison