bingodisk 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,3 +2,8 @@
2
2
 
3
3
  * 1 major enhancement:
4
4
  * Initial release
5
+
6
+ == 0.0.2 2007-08-30
7
+
8
+ * 1 bug fix:
9
+ * Fix a bug that kept you from making remote directories
@@ -61,7 +61,7 @@ module BingoDisk
61
61
  directory_array.each_index do |i|
62
62
  req = Net::HTTP::Mkcol.new('/bingo/' + directory_array[0..i].join('/'))
63
63
  req.digest_auth(@username, @password, @res)
64
- @last_response = http.request(@req)
64
+ @last_response = @http.request(req)
65
65
  end
66
66
  end
67
67
 
@@ -2,7 +2,7 @@ module BingoDisk #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: bingodisk
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
7
- date: 2007-08-29 00:00:00 -06:00
6
+ version: 0.0.2
7
+ date: 2007-08-30 00:00:00 -06:00
8
8
  summary: A client library for storing files on Joyent's BingoDisk (http://bingodisk.com/)
9
9
  require_paths:
10
10
  - lib