netstat24 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/netstat24.rb +3 -3
  2. metadata +1 -1
data/lib/netstat24.rb CHANGED
@@ -39,11 +39,11 @@ class Netstat24
39
39
  send({method: 'revenue', value: value})
40
40
  end
41
41
 
42
- def visit
43
- send({method: 'visit'})
42
+ def visit(value = nil)
43
+ send({method: 'visit', value: value})
44
44
  end
45
45
 
46
- def install(value)
46
+ def install(value = nil)
47
47
  send({method: 'install', value: value})
48
48
  end
49
49
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netstat24
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: