autolog 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -1
  2. data/lib/autolog/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -142,7 +142,7 @@ or
142
142
 
143
143
  Keep the ease of Autolog and its minimal controls while doing nuts things with it:
144
144
 
145
- Autolog.proc = lambda {|event, file, line, id, binding, classname| puts "#{event} #{file}.#{line} #{binding} #{classname} #{id}"}
145
+ Autolog.procedure = lambda {|event, file, line, id, binding, classname| puts "#{event} #{file}.#{line} #{binding} #{classname} #{id}"}
146
146
 
147
147
  ### Warning
148
148
 
@@ -1,3 +1,3 @@
1
1
  module Autolog
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autolog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: