1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/core
Peter Meier 7ac96b96e3 [core] fix attribute squashing with : in key
It can happen, that the squashing options conatins a : within its key,
for example: :squash => :'ovf:Item' . However this fails if we don't
quote the used symbol.

Note that :a == :'a', hence we don't change anything on how things work.
2011-10-04 10:58:40 +02:00
..
attributes.rb [core] fix attribute squashing with : in key 2011-10-04 10:58:40 +02:00
collection.rb
connection.rb
credentials.rb
current_machine.rb
deprecation.rb
errors.rb
hmac.rb
json.rb
logger.rb
mock.rb
model.rb
parser.rb
provider.rb
scp.rb
service.rb
ssh.rb
time.rb
timeout.rb
wait_for.rb