Skip to content

Commit

Permalink
add expm package, mark version 0.8.0 add short roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
gleber committed Oct 3, 2012
1 parent a6fe8c2 commit 7a34c25
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,12 @@ For usage information, consult the source code and refer to the API reference at
- http://docs.amazonwebservices.com/AWSEC2/2009-11-30/APIReference/
- http://docs.amazonwebservices.com/AmazonS3/2006-03-01/API/
- http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/

Roadmap
-------

v0.8.0
* Existing code

v1.0.0
* Refactored code for better return values (issue #7)
5 changes: 5 additions & 0 deletions package.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Expm.Package.new(name: "erlcloud", description: "Cloud Computing library for Erlang (Amazon EC2, S3, SQS, SimpleDB, Mechanical Turk, ELB) ",
version: "0.8.0", keywords: ["cloud", "api", "amazon", "ec2", "s3", "sqs"],
maintainers: [[name: "Gleb Peregud",
email: "gleber.p@gmail.com"]],
repositories: [[github: "gleber/erlcloud"]])

0 comments on commit 7a34c25

Please sign in to comment.