lc-api 0.8.1 → 0.8.2

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/lc-api/api.rb +0 -1
  2. metadata +1 -1
data/lib/lc-api/api.rb CHANGED
@@ -8,7 +8,6 @@ module LcApi
8
8
  def method_missing method_name, *args
9
9
  # method_name == "get"
10
10
  # "args" === "message/1, {}"
11
- puts "args is: #{args}"
12
11
  # we are expecting "get" to be the method name here, but to be safe, we allow for
13
12
  # missing methods other than "get", which we toss up to super
14
13
  super(method_name, args) unless [:get].include? method_name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lc-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: