onsip 0.0.3 → 0.0.4

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/onsip/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2be0daf7d54e528171e05247afc13bc8292ca16b
4
- data.tar.gz: 0979fce2489bb830de163c04e7c4e4cccd6cccef
3
+ metadata.gz: 5834bed5198ba5ccf25a258231ce37b533f7b244
4
+ data.tar.gz: c7f4241b7c8ca2c7a503e9adc353f290ffda9bea
5
5
  SHA512:
6
- metadata.gz: 41981783d3fa9e92086df4f402db4c2132d9a8866e59fe40e7e47b5c13acb46c87e73248e95ba44a13da5eeb0c65f4820dccc2747a1221141ee8084b62ed026e
7
- data.tar.gz: 36f7be133fca3b439db169c05d4df46728a05f7f19b7293e866ff62e820731b66037630b5d5e08a8c3eb1c9822661a38c46d00220f9be11d814c384e1fe92971
6
+ metadata.gz: 1624f527b2790865dc5b31f51351a9f33be09deae193096c1e9c0e83537971e1f04406f6856610d8376311cd4b6090612185418d8e9ee34121bac8496a783343
7
+ data.tar.gz: 82fc1468980b36f1179bfc9d1797e2ddac0b9374fc8138f5665f86f2a37657e6a6cad0e57170869d4873401dbe76f462dc7bce0909c1e3649571b627f905fbd9
data/README.md CHANGED
@@ -21,13 +21,14 @@ Or install it yourself as:
21
21
  ## Usage
22
22
 
23
23
  ```ruby
24
+ require 'onsip'
24
25
 
25
26
  OnSIP.connect('https://api.onsip.com/api')
26
27
  OnSIP.auth!(<username>, <password>)
27
28
 
28
29
  account = OnSIP.session.account # Find the account associated with this session
29
30
  users = account.users # Find the Users associated with that account
30
- pp
31
+ pp users
31
32
  ```
32
33
 
33
34
  ## Contributing
data/lib/onsip/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module OnSIP
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onsip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Larrimore