-
Change the gem name to grempe-amazon-ec2 so that things are not confu…
grempe committedApr 26, 2008 …sed when trying to uninstall.
-
MAJOR cleanup of RubyForge cruft all made possible by GitHub gem host…
grempe committedApr 26, 2008 …ing. It's amazing how much crap was in the gem just to support deployment of the gem on RubyForge. Now it feels... lighter.
-
grempe committed
Apr 25, 2008 -
Update the readme to reflect new websites.
grempe committedApr 25, 2008 -
Oops. Fix bad last commit where I missed some files.
grempe committedApr 25, 2008 -
Update readme to rdoc extension for github friendliness.
grempe committedApr 25, 2008 -
Bumped version number in gemspec.
grempe committedApr 25, 2008 -
Updated gemspec and simplified it a bit trying to get gems.github.com…
grempe committedApr 25, 2008 … to build it.
-
Merge branch 'master' of git@github.com:grempe/amazon-ec2
grempe committedApr 25, 2008 -
Adding gemspec created with 'rake debug_gem' so that we can use the s…
grempe committedApr 25, 2008 …uper duper fantastic new gems.github.com. Rubyforge days are coming to a close.
-
Fix bug where ec2#disassociate_address would return undefined method …
grempe committedApr 13, 2008 …reject! reported by Brian Thomas
-
Added support for new 'elastic ip' functionality.
grempe committedMar 31, 2008 -
grempe committed
Mar 31, 2008 -
Bumped version number and API date.
grempe committedMar 31, 2008 -
Added new wsdl for comparison and reference.
grempe committedMar 31, 2008 -
Added current wsdl to the repo for future comparison.
grempe committedMar 31, 2008
-
Change HTTP API requests to use POST instead of GET.
grempe committedFeb 26, 2008 Based on patch #18380 from 'anonymous'. The library currently uses a GET request on the query API. If you are sending a lot if user data this pushes the GET URL past what Amazon accepts. I've made changes to make use of a POST instead to work around this limitation. You can pull my changes from http://inodes.org/~johnf/git/amazon-ec2
-
Updated to add http proxy support. Based on patch by Mathias Dalheimer.
grempe committedFeb 17, 2008 -
Updated location for browsing code.
grempe committedFeb 17, 2008 -
Updated to reflect new master repository at GitHub.
grempe committedFeb 17, 2008 -
Moved all code to the top level of the repos.
grempe committedFeb 17, 2008
-
Updated website home page with new release info.
grempe committedOct 17, 2007 git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@105 2e111c3a-5438-44ef-9c14-21a960333853
-
Updated to support EC2 API version 2007-08-29 released on 2007-10-16
grempe committedOct 17, 2007 * Supports new instances type feature. Specify an instance type to launch (m1.small, m1.large, m1.xlarge) when you call the 'run_instances' method. e.g. add to the params hash ':instance_type => "m1.small"' * RunInstances and DescribeInstances now return the time when the Amazon EC2 instance was launched. * Updated tests. * Code Tidyup : Removed trailing spaces in code docs. git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@103 2e111c3a-5438-44ef-9c14-21a960333853
-
Updated to use new version of the 'newgem' generator. Updated email a…
grempe committedSep 27, 2007 …ddress. Signed-off-by: Glenn Rempe <glenn@rempe.us> git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@101 2e111c3a-5438-44ef-9c14-21a960333853
-
r7692@www: glenn | 2007-06-18 20:02:57 -0700
grempe committedSep 23, 2007 added post-commit hook script to repository git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@100 2e111c3a-5438-44ef-9c14-21a960333853
-
r1446@mac-mini: glenn | 2007-07-29 18:57:35 -0700
grempe committedJul 30, 2007 announce.txt git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@99 2e111c3a-5438-44ef-9c14-21a960333853
-
r1363@mac-mini: glenn | 2007-07-09 22:26:09 -0700
grempe committedJul 10, 2007 fixed how require xml-simple is called so we don't see warnings in rails apps. git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@97 2e111c3a-5438-44ef-9c14-21a960333853
-
r1356@mac-mini: glenn | 2007-07-06 14:26:01 -0700
grempe committedJul 6, 2007 new version for release. Adds full support for AWS EC2 API version 2007-03-01 and paid product AMIs git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@96 2e111c3a-5438-44ef-9c14-21a960333853
-
r1353@mac-mini: glenn | 2007-07-03 20:00:12 -0700
grempe committedJul 4, 2007 fixed test case that was out of sync with version number git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@94 2e111c3a-5438-44ef-9c14-21a960333853
-
r1352@mac-mini: glenn | 2007-07-03 19:58:54 -0700
grempe committedJul 4, 2007 fixed test case that was out of sync with version number git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@93 2e111c3a-5438-44ef-9c14-21a960333853
-
r1348@mac-mini: glenn | 2007-07-03 19:48:01 -0700
grempe committedJul 4, 2007 some minor changes to the readme.txt file which should have been updated before release. git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@91 2e111c3a-5438-44ef-9c14-21a960333853
-
r1346@mac-mini: glenn | 2007-07-03 19:46:22 -0700
grempe committedJul 4, 2007 some minor changes to the readme.txt file which should have been updated before release. git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@90 2e111c3a-5438-44ef-9c14-21a960333853
-
r1342@mac-mini: glenn | 2007-07-03 19:10:16 -0700
grempe committedJul 4, 2007 commiting changes to website and docs. RELEASE this as version 0.2.0 to RubyForge. git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@88 2e111c3a-5438-44ef-9c14-21a960333853
-
r1340@mac-mini: glenn | 2007-07-03 15:57:00 -0700
grempe committedJul 3, 2007 some minor changes to the examples and usage text in the ec2sh tool. git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@87 2e111c3a-5438-44ef-9c14-21a960333853
-
r1338@mac-mini: glenn | 2007-07-03 14:23:34 -0700
grempe committedJul 3, 2007 modified sample code to allow walking the responses from describe images properly. git-svn-id: svn+ssh://rubyforge.org/var/svn/amazon-ec2/trunk@86 2e111c3a-5438-44ef-9c14-21a960333853