PerfectlyNormal-Torrage 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +4 -0
  2. data/bin/torrage +1 -1
  3. data/torrage.gemspec +1 -1
  4. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,2 +1,6 @@
1
+ * 2009-08-07 / 0.1.2
2
+ Adding the URL to the output from the binary
3
+ * 2009-08-07 / 0.1.1
4
+ Fake bump to make GitHub build the gem
1
5
  * 2009-08-07 / 0.1.0
2
6
  First version created and released
@@ -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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "Torrage"
3
- s.version = "0.1.1"
3
+ s.version = "0.1.2"
4
4
  s.date = "2009-08-07"
5
5
  s.author = "Per Christian B. Viken"
6
6
  s.email = "perchr@northblue.org"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: PerfectlyNormal-Torrage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Per Christian B. Viken