autosign 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc DELETED
@@ -1,6 +0,0 @@
1
- = autosign
2
-
3
- Describe your project here
4
-
5
- :include:autosign.rdoc
6
-
data/autosign.rdoc DELETED
@@ -1,5 +0,0 @@
1
- = autosign
2
-
3
- Generate this with
4
- autosign rdoc
5
- After you have described your command line interface
@@ -1,7 +0,0 @@
1
- module Autosign
2
- require 'logging'
3
- @logger = Logging.logger['autosign_logger']
4
- @logger.level = :warn
5
-
6
-
7
- end