casual_helper 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module CasualHelper
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/casual_helper.rb CHANGED
@@ -50,7 +50,7 @@ module CasualHelper
50
50
  end
51
51
 
52
52
  def add_tap(options)
53
- return if are_invalid tap_id
53
+ return if are_invalid options
54
54
  post "#{@api_server.to_s}/v0/taps", options
55
55
  end
56
56
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - matthewspivey