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 [core] add collection#destroy(identity) 2011-08-23 09:43:33 -05:00
connection.rb
credentials.rb [core] add credentials setter 2011-09-23 16:26:56 -05:00
current_machine.rb Added Fog::CurrentMachine#ip_address. 2011-08-17 14:35:03 -07:00
deprecation.rb [core] use logger throughout for warnings 2011-09-02 12:30:10 -05:00
errors.rb Implement fog support for the Openstack Compute API v1.1. Includes 2011-09-26 02:51:45 -04:00
hmac.rb
json.rb
logger.rb [core] add get/set methods for logger channels 2011-09-01 18:51:08 -05:00
mock.rb
model.rb
parser.rb
provider.rb [core] more convenient accessors 2011-09-22 19:00:48 -05:00
scp.rb
service.rb [core] delete nil valued keys from config 2011-09-06 14:19:39 -05:00
ssh.rb
time.rb
timeout.rb
wait_for.rb