cloudfiles 1.4.9 → 1.4.10

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/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.9
1
+ 1.4.10
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cloudfiles}
8
- s.version = "1.4.9"
8
+ s.version = "1.4.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["H. Wade Minter", "Rackspace Hosting"]
12
- s.date = %q{2010-10-19}
12
+ s.date = %q{2010-11-19}
13
13
  s.description = %q{A Ruby version of the Rackspace Cloud Files API.}
14
14
  s.email = %q{minter@lunenburg.org}
15
15
  s.extra_rdoc_files = [
@@ -92,6 +92,7 @@ module CloudFiles
92
92
  @authkey = args[1] || (raise AuthenticationException, "Must supply the API key as the second argument")
93
93
  @retry_auth = args[2] || true
94
94
  @snet = (ENV['RACKSPACE_SERVICENET'] || args[3]) ? true : false
95
+ @authurl = "https://auth.api.rackspacecloud.com/v1.0"
95
96
  end
96
97
  @authok = false
97
98
  @http = {}
@@ -1,4 +1,5 @@
1
- require File.dirname(__FILE__) + '/test_helper'
1
+ $:.unshift File.dirname(__FILE__)
2
+ require 'test_helper'
2
3
 
3
4
  class CloudfilesAuthenticationTest < Test::Unit::TestCase
4
5
 
@@ -45,4 +46,4 @@ class CloudfilesAuthenticationTest < Test::Unit::TestCase
45
46
  end
46
47
  end
47
48
 
48
- end
49
+ end
@@ -1,4 +1,5 @@
1
- require File.dirname(__FILE__) + '/test_helper'
1
+ $:.unshift File.dirname(__FILE__)
2
+ require 'test_helper'
2
3
 
3
4
  class CloudfilesConnectionTest < Test::Unit::TestCase
4
5
 
@@ -307,4 +308,4 @@ class CloudfilesConnectionTest < Test::Unit::TestCase
307
308
  def build_net_http_object_with_cfreq_expectations(args={:code => '204' }, cfreq_expectations={})
308
309
  build_net_http_object(args, cfreq_expectations)
309
310
  end
310
- end
311
+ end
@@ -1,4 +1,5 @@
1
- require File.dirname(__FILE__) + '/test_helper'
1
+ $:.unshift File.dirname(__FILE__)
2
+ require 'test_helper'
2
3
 
3
4
  class CloudfilesContainerTest < Test::Unit::TestCase
4
5
 
@@ -268,4 +269,4 @@ class CloudfilesContainerTest < Test::Unit::TestCase
268
269
  def build_net_http_object_with_cfreq_expectations(args={:code => '204'}, cfreq_expectations={})
269
270
  build_net_http_object(args, cfreq_expectations)
270
271
  end
271
- end
272
+ end
@@ -1,4 +1,5 @@
1
- require File.dirname(__FILE__) + '/test_helper'
1
+ $:.unshift File.dirname(__FILE__)
2
+ require 'test_helper'
2
3
 
3
4
  class CloudfilesStorageObjectTest < Test::Unit::TestCase
4
5
 
@@ -206,4 +207,4 @@ class CloudfilesStorageObjectTest < Test::Unit::TestCase
206
207
  end
207
208
 
208
209
 
209
- end
210
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudfiles
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 9
10
- version: 1.4.9
9
+ - 10
10
+ version: 1.4.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - H. Wade Minter
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-10-19 00:00:00 -04:00
19
+ date: 2010-11-19 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency