sip-capture 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6359ce2f5767bb006d1071a7fde6d95a518cda1
4
- data.tar.gz: 2654ca8be398919a992af6584c6e897294990c1a
3
+ metadata.gz: cdfd16b08f0f4fd7b4905e87997bad67e5ee711c
4
+ data.tar.gz: bbbb9f7c4e55accb591623bb06c984c4ef1047c4
5
5
  SHA512:
6
- metadata.gz: f0f065a5194cfc30e959390ef3decbee9d2b75b5cd092cc746e8acdd3e0171ec109064ad27a0c31dbec282c6539d36898cd4f57bb603582c52186794e89af767
7
- data.tar.gz: f4c23bb60b376ee308ee560f4393b3dfe8acb9bd1dbe210e27c38a6e5c5575e56bdd95e31d99a51ece73eb90225ed199f5e2cc5019645ef64de303a73c5ef909
6
+ metadata.gz: 7a36ff26f82e191b8fc1b48a589ce840a9413b7126faa675a07dce6337a682f57daa89d04d3e6757208f87a8af9597825903498a35335caac8d0844732cc753a
7
+ data.tar.gz: b6327bddda42d20d20aae60a15478813e40f5473acf0e73aac02aea7e30d7764d08bd9184398d78cce4387c1e376fc6b89469773db6c9059dbc702c7605fb7fa
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sip-capture (0.1.1)
4
+ sip-capture (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -21,6 +21,8 @@ Or install it yourself as:
21
21
  ## Usage
22
22
 
23
23
  ```ruby
24
+ require 'sip/capture'
25
+
24
26
  Sip::Capture::Hep3.capture_all('127.0.0.1', 9060) do |item|
25
27
  puts item.inspect
26
28
  # => {"ip_protocol_family":2,
@@ -1,5 +1,5 @@
1
1
  module Sip
2
2
  module Capture
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sip-capture
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ukolovda