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.
- checksums.yaml +4 -4
- data/README.md +10 -2
- data/lib/netsoul/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ba483e648ea01d6f10b2c42ea661f5ee98085b4
|
|
4
|
+
data.tar.gz: 17f6d3cdf47b0de26124d9d59170665a27ba334c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
|
data/lib/netsoul/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2016-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|