fog 0.0.55 → 0.0.56

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.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 55
4
+ :patch: 56
5
5
  :build:
data/fog.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fog}
8
- s.version = "0.0.55"
8
+ s.version = "0.0.56"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["geemus (Wesley Beary)"]
12
- s.date = %q{2010-03-09}
12
+ s.date = %q{2010-03-11}
13
13
  s.default_executable = %q{fog}
14
14
  s.description = %q{brings clouds to you}
15
15
  s.email = %q{me@geemus.com}
@@ -6,7 +6,7 @@ module Fog
6
6
 
7
7
  identity :key, 'Key'
8
8
 
9
- attribute :body
9
+ attr_accessor :body
10
10
  attribute :content_length, 'Content-Length'
11
11
  attribute :content_type, 'Content-Type'
12
12
  attribute :etag, ['Etag', 'ETag']
@@ -6,7 +6,7 @@ module Fog
6
6
 
7
7
  identity :key, 'Key'
8
8
 
9
- attribute :body
9
+ attr_accessor :body
10
10
  attribute :content_length, 'Content-Length'
11
11
  attribute :content_type, 'Content-Type'
12
12
  attribute :etag, 'Etag'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 55
9
- version: 0.0.55
8
+ - 56
9
+ version: 0.0.56
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-09 00:00:00 -08:00
17
+ date: 2010-03-11 00:00:00 -08:00
18
18
  default_executable: fog
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency