straps 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/straps.rb +1 -1
  2. metadata +1 -1
@@ -3,7 +3,7 @@ class Straps
3
3
  def self.debug(message)
4
4
  t = Time.now
5
5
  log_message = t.strftime("%a, %b %d, %Y | %I:%M:%S%p") + "\n"
6
- log_message += contents + "\n\n"
6
+ log_message += message + "\n\n"
7
7
  File.open( Rails.root.join("log/straps.log"), 'a') {|f| f.write(log_message) }
8
8
  end
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: straps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: