netsoul 1.9.1 → 1.9.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -2
  3. data/lib/netsoul/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f857449f985c2924ad7bb26bb409c67329a43152
4
- data.tar.gz: 9a8132b1b705e94446b6062fc05fe6956f0d50e0
3
+ metadata.gz: 7ba483e648ea01d6f10b2c42ea661f5ee98085b4
4
+ data.tar.gz: 17f6d3cdf47b0de26124d9d59170665a27ba334c
5
5
  SHA512:
6
- metadata.gz: ceed71337cf19f7b3f0847119ef5f0a651daabb008b9739b672032a5a565244636daf8d2cd6156427091267af779fb00cd0c83f6023fce52d09ffe74931ad42f
7
- data.tar.gz: 33b9615cb152a0bbdda693b6940a620491452adc85ab6ec40c5bbc17625ad06a5b2901738fbc9e1b5f4ea97ae1f801369bb1216497793470f7d1d2f618b292f8
6
+ metadata.gz: 13c93b8cf7130261149892a6f199ea35226b6d1c6dfd2869d0ded7afca827305940761e0aef1367d3f270cfb0cff28b8deaf121ef01d735561c932dfb881da68
7
+ data.tar.gz: 4c7277563962d8f88f4a107ea9bd7a9f56da000907576a0ad22cde8867dc43d657e0bdba88a1061cca4215cc2ce3ef9d629ada7c8c30f80168b16b0b1033f521
data/README.md CHANGED
@@ -28,7 +28,7 @@ gem install netsoul
28
28
  #### Gemfile
29
29
 
30
30
  ```ruby
31
- gem 'netsoul', '~> 1.9.1'
31
+ gem 'netsoul', '~> 1.9.2'
32
32
  ```
33
33
 
34
34
  #### project.rb
@@ -41,6 +41,14 @@ require 'netsoul'
41
41
 
42
42
  After installing the gem **netsoul**, call the client as described bellow.
43
43
 
44
+ Define at least two environment variables : `NETSOUL_LOGIN` and `NETSOUL_SOCKS_PASSWORD` (see the config for the complete list: [https://github.com/fenicks/netsoul-ruby]()).
45
+
46
+ ```bash
47
+ netsoul-ruby
48
+ ```
49
+
50
+ or with a config file
51
+
44
52
  ```bash
45
53
  netsoul-ruby -config netsoul-config.yml
46
54
  ```
@@ -78,7 +86,7 @@ netsoul-ruby -config netsoul-config.yml
78
86
  ## Use the library in custom Netsoul Ruby client
79
87
 
80
88
  Look at the client implementation in this gem: [https://github.com/fenicks/netsoul-ruby/blob/master/bin/netsoul-ruby]().
81
- This client is implemented in less than 150 lines of code.
89
+ This client is implemented in less than 150 lines of code ; including option parser, client reconnection, ...
82
90
 
83
91
  ## Contributing
84
92
 
@@ -1,3 +1,3 @@
1
1
  module Netsoul
2
- VERSION = '1.9.1'.freeze
2
+ VERSION = '1.9.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netsoul
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.1
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Kakesa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-12 00:00:00.000000000 Z
11
+ date: 2016-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler