PerfectlyNormal-Torrage 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.
- data/CHANGELOG +4 -0
- data/bin/torrage +1 -1
- data/torrage.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
data/bin/torrage
CHANGED
|
@@ -9,7 +9,7 @@ end
|
|
|
9
9
|
begin
|
|
10
10
|
puts "Uploading file..."
|
|
11
11
|
hash = Torrage.cache_torrent(File.expand_path(ARGV[0]))
|
|
12
|
-
puts "Success! Info hash is #{hash}"
|
|
12
|
+
puts "Success! Info hash is #{hash}, and URL is http://torrage.com/torrent/#{hash}.torrent"
|
|
13
13
|
rescue TorrageException => e
|
|
14
14
|
puts "Failed! Torrage says: #{e.to_s}"
|
|
15
15
|
end
|
data/torrage.gemspec
CHANGED