torrific 0.0.1 → 0.0.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.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Torrific
2
2
 
3
- TODO: Write a gem description
3
+ A wrapper to 'tor' gem for change Tor identity from the command line
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,7 +18,13 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ torrific [options]
22
+
23
+ ### Options
24
+
25
+ * host: Tor control host
26
+ * port: Tor control port
27
+ * password: Tor control authentication password
22
28
 
23
29
  ## Contributing
24
30
 
@@ -10,6 +10,7 @@ module Torrific
10
10
  super options
11
11
  end
12
12
 
13
+ # changes the tor identity
13
14
  def change_ip
14
15
  self.authenticate self.password
15
16
  send_command(:signal, 'NEWNYM')
@@ -1,3 +1,3 @@
1
1
  module Torrific
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["arefaslani@gmail.com"]
11
11
  spec.summary = %q{Change tor identity}
12
12
  spec.description = %q{A wrapper on tor gem for changing tor identity from the command line.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/arefaslani/torrific"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torrific
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -77,7 +77,7 @@ files:
77
77
  - lib/torrific.rb
78
78
  - lib/torrific/version.rb
79
79
  - torrific.gemspec
80
- homepage: ''
80
+ homepage: https://github.com/arefaslani/torrific
81
81
  licenses:
82
82
  - MIT
83
83
  post_install_message: