openstack-swift 0.1.1 → 0.2.0

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.
Files changed (54) hide show
  1. data/Gemfile.lock +2 -2
  2. data/README.rdoc +47 -0
  3. data/doc/Gemfile.html +100 -0
  4. data/doc/Object.html +177 -0
  5. data/doc/Openstack.html +162 -0
  6. data/doc/Openstack/Swift.html +182 -0
  7. data/doc/Openstack/Swift/AuthenticationError.html +151 -0
  8. data/doc/Openstack/Swift/Client.html +316 -0
  9. data/doc/Openstack/Swift/UnauthorizedError.html +147 -0
  10. data/doc/Openstack/Swift/WebApi.html +417 -0
  11. data/doc/Rakefile.html +98 -0
  12. data/doc/created.rid +11 -0
  13. data/doc/images/brick.png +0 -0
  14. data/doc/images/brick_link.png +0 -0
  15. data/doc/images/bug.png +0 -0
  16. data/doc/images/bullet_black.png +0 -0
  17. data/doc/images/bullet_toggle_minus.png +0 -0
  18. data/doc/images/bullet_toggle_plus.png +0 -0
  19. data/doc/images/date.png +0 -0
  20. data/doc/images/find.png +0 -0
  21. data/doc/images/loadingAnimation.gif +0 -0
  22. data/doc/images/macFFBgHack.png +0 -0
  23. data/doc/images/package.png +0 -0
  24. data/doc/images/page_green.png +0 -0
  25. data/doc/images/page_white_text.png +0 -0
  26. data/doc/images/page_white_width.png +0 -0
  27. data/doc/images/plugin.png +0 -0
  28. data/doc/images/ruby.png +0 -0
  29. data/doc/images/tag_green.png +0 -0
  30. data/doc/images/wrench.png +0 -0
  31. data/doc/images/wrench_orange.png +0 -0
  32. data/doc/images/zoom.png +0 -0
  33. data/doc/index.html +88 -0
  34. data/doc/js/darkfish.js +116 -0
  35. data/doc/js/jquery.js +32 -0
  36. data/doc/js/quicksearch.js +114 -0
  37. data/doc/js/thickbox-compressed.js +10 -0
  38. data/doc/lib/openstack-swift/client_rb.html +52 -0
  39. data/doc/lib/openstack-swift/errors_rb.html +52 -0
  40. data/doc/lib/openstack-swift/version_rb.html +52 -0
  41. data/doc/lib/openstack-swift/web_api_rb.html +52 -0
  42. data/doc/lib/openstack-swift_rb.html +66 -0
  43. data/doc/rdoc.css +763 -0
  44. data/doc/spec/openstack-swift/client_spec_rb.html +54 -0
  45. data/doc/spec/openstack-swift/web_api_spec_rb.html +54 -0
  46. data/doc/spec/spec_helper_rb.html +58 -0
  47. data/lib/openstack-swift/api.rb +77 -1
  48. data/lib/openstack-swift/client.rb +12 -57
  49. data/lib/openstack-swift/errors.rb +1 -0
  50. data/lib/openstack-swift/version.rb +1 -1
  51. data/spec/openstack-swift/{web_api_spec.rb → api_spec.rb} +23 -2
  52. data/spec/openstack-swift/client_spec.rb +19 -4
  53. metadata +60 -16
  54. data/openstack-swift-0.1.0.gem +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstack-swift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,12 +10,12 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-08-22 00:00:00.000000000 -03:00
13
+ date: 2011-08-25 00:00:00.000000000 -03:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: httparty
18
- requirement: &9596860 !ruby/object:Gem::Requirement
18
+ requirement: &6878500 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ! '>='
@@ -23,10 +23,10 @@ dependencies:
23
23
  version: '0'
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *9596860
26
+ version_requirements: *6878500
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
- requirement: &9596320 !ruby/object:Gem::Requirement
29
+ requirement: &6874240 !ruby/object:Gem::Requirement
30
30
  none: false
31
31
  requirements:
32
32
  - - ~>
@@ -34,10 +34,10 @@ dependencies:
34
34
  version: '2.6'
35
35
  type: :development
36
36
  prerelease: false
37
- version_requirements: *9596320
37
+ version_requirements: *6874240
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: ruby-debug19
40
- requirement: &9595900 !ruby/object:Gem::Requirement
40
+ requirement: &6858660 !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
43
  - - ! '>='
@@ -45,7 +45,7 @@ dependencies:
45
45
  version: '0'
46
46
  type: :development
47
47
  prerelease: false
48
- version_requirements: *9595900
48
+ version_requirements: *6858660
49
49
  description: Openstack's swift client
50
50
  email:
51
51
  - morellon@gmail.com
@@ -55,20 +55,64 @@ extensions: []
55
55
  extra_rdoc_files: []
56
56
  files:
57
57
  - ./Gemfile.lock
58
+ - ./openstack-swift.gemspec
59
+ - ./doc/Gemfile.html
60
+ - ./doc/js/thickbox-compressed.js
61
+ - ./doc/js/darkfish.js
62
+ - ./doc/js/quicksearch.js
63
+ - ./doc/js/jquery.js
64
+ - ./doc/rdoc.css
65
+ - ./doc/Object.html
66
+ - ./doc/index.html
67
+ - ./doc/images/macFFBgHack.png
68
+ - ./doc/images/page_green.png
69
+ - ./doc/images/bullet_toggle_minus.png
70
+ - ./doc/images/ruby.png
71
+ - ./doc/images/bullet_toggle_plus.png
72
+ - ./doc/images/page_white_text.png
73
+ - ./doc/images/wrench_orange.png
74
+ - ./doc/images/brick_link.png
75
+ - ./doc/images/loadingAnimation.gif
76
+ - ./doc/images/bullet_black.png
77
+ - ./doc/images/package.png
78
+ - ./doc/images/tag_green.png
79
+ - ./doc/images/plugin.png
80
+ - ./doc/images/wrench.png
81
+ - ./doc/images/bug.png
82
+ - ./doc/images/zoom.png
83
+ - ./doc/images/find.png
84
+ - ./doc/images/brick.png
85
+ - ./doc/images/page_white_width.png
86
+ - ./doc/images/date.png
87
+ - ./doc/created.rid
88
+ - ./doc/spec/openstack-swift/client_spec_rb.html
89
+ - ./doc/spec/openstack-swift/web_api_spec_rb.html
90
+ - ./doc/spec/spec_helper_rb.html
91
+ - ./doc/Openstack.html
92
+ - ./doc/Openstack/Swift/WebApi.html
93
+ - ./doc/Openstack/Swift/Client.html
94
+ - ./doc/Openstack/Swift/UnauthorizedError.html
95
+ - ./doc/Openstack/Swift/AuthenticationError.html
96
+ - ./doc/Openstack/Swift.html
97
+ - ./doc/Rakefile.html
98
+ - ./doc/lib/openstack-swift/client_rb.html
99
+ - ./doc/lib/openstack-swift/version_rb.html
100
+ - ./doc/lib/openstack-swift/web_api_rb.html
101
+ - ./doc/lib/openstack-swift/errors_rb.html
102
+ - ./doc/lib/openstack-swift_rb.html
58
103
  - ./config/swift.yml
104
+ - ./README.rdoc
105
+ - ./spec/spec_helper.rb
106
+ - ./spec/openstack-swift/api_spec.rb
107
+ - ./spec/openstack-swift/client_spec.rb
108
+ - ./Gemfile
59
109
  - ./Rakefile
60
- - ./openstack-swift-0.1.0.gem
61
110
  - ./lib/openstack-swift.rb
62
- - ./lib/openstack-swift/swift_config.rb
111
+ - ./lib/openstack-swift/version.rb
63
112
  - ./lib/openstack-swift/errors.rb
113
+ - ./lib/openstack-swift/swift_config.rb
64
114
  - ./lib/openstack-swift/api.rb
65
115
  - ./lib/openstack-swift/client.rb
66
- - ./lib/openstack-swift/version.rb
67
- - ./Gemfile
68
- - ./openstack-swift.gemspec
69
- - ./spec/openstack-swift/client_spec.rb
70
- - ./spec/openstack-swift/web_api_spec.rb
71
- - ./spec/spec_helper.rb
72
116
  has_rdoc: true
73
117
  homepage: http://github.com/morellon/openstack-swift
74
118
  licenses: []
Binary file