public
Rubygem
Description: A Capistrano extension for managing and running your app on Amazon EC2.
Clone URL: git://github.com/jnewland/capsize.git
Search Repo:
ensure I'm credited as being an author of this library *AHEM*
jnewland (author)
Sat Apr 12 05:38:45 -0700 2008
commit  b15fcd000e12504d4a07ca7fb3b1ea1a1559c3b8
tree    ed151d0f06346108df132d56de81c9970bdab497
parent  9813871dcb32e73680b07bffeb0b8c9e8b296fff
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+Copyright (c) 2007-2008 Jesse Newland
0
 Copyright (c) 2007 Glenn Rempe
0
 
0
 This software is distributed under the Ruby License. A copy of which is
...
1
2
3
4
 
 
5
6
7
...
1
2
 
 
3
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 require 'capsize/version'
0
 
0
-AUTHOR = 'Glenn Rempe' # can also be an array of Authors
0
-EMAIL = "grempe@rubyforge.org"
0
+AUTHOR = ['Jesse Newland','Glenn Rempe'] # can also be an array of Authors
0
+EMAIL = "jnewland@gmail.com"
0
 DESCRIPTION = "Capsize is a Capistrano plugin used to provide an easy way to manage and script interaction with the Amazon EC2 service using the amazon-ec2 Ruby gem."
0
 GEM_NAME = 'capsize' # what ppl will type to install your gem
0
 RUBYFORGE_PROJECT = 'capsize' # The unix name for your project

Comments

  • grempe Wed Apr 16 00:44:46 -0700 2008

    And rightfully so! :-)