1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Eric Stonfer
3ddf43fd85 fog bombs out on ruby 1.8.x because it cannot find Mutex 2012-07-16 08:11:17 -04:00
geemus
1a3461d5c6 remove specs (likely from a bad merge) 2012-07-12 16:23:29 -05:00
Frederick Cheung
7733f7c70a fix errant use of net/http 2012-06-22 16:42:33 +01:00
Pan Thomakos
e1f625f9f2 Added Fog::CurrentMachine#ip_address.
This function allows you to get the ip address of the current machine. I
found this useful because I wanted to add my personal or production
machine to a specific RDS security group. The call is quite simple and
connects to amazon's checkip website. The class is threadsafe and I have
included specs with it as well. I have also added the
Fog::AWS::RDS::SecurityGroup#authorize_me function to make adding the
current machine to a given RDS security group very easy.
2011-08-17 14:35:03 -07:00