mjfreshyfresh-mini_fb 0.1.11 → 0.1.12

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/mini_fb.rb +1 -1
  2. metadata +1 -1
data/lib/mini_fb.rb CHANGED
@@ -132,7 +132,7 @@ module MiniFB
132
132
  # to hide value from simple introspection.
133
133
  def MiniFB.call( api_key, secret, method, kwargs )
134
134
 
135
- puts 'kwargs=' + kwargs.inspect
135
+ puts 'kwargs=' + kwargs.inspect if @@logging
136
136
 
137
137
  if secret.is_a? String
138
138
  secret = FaceBookSecret.new(secret)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mjfreshyfresh-mini_fb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Reeder