sentry 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +4 -0
- data/README +11 -3
- metadata +2 -2
data/CHANGELOG
CHANGED
data/README
CHANGED
@@ -3,11 +3,19 @@
|
|
3
3
|
Sentry is a simple wrapper around the mostly undocumented OpenSSL encryption classes.
|
4
4
|
For now, look at the pseudo test cases in sentry.rb until I can get more examples written out.
|
5
5
|
|
6
|
-
==
|
6
|
+
== Install
|
7
7
|
|
8
|
-
|
8
|
+
Gem installation:
|
9
9
|
|
10
|
-
gem install
|
10
|
+
gem install sentry
|
11
|
+
|
12
|
+
Download:
|
13
|
+
|
14
|
+
http://rubyforge.org/projects/sentry/
|
15
|
+
|
16
|
+
== Documentation
|
17
|
+
|
18
|
+
RDocs are online at http://sentry.rubyforge.org
|
11
19
|
|
12
20
|
Please email any comments or changes for code to technoweenie AT gmail.com
|
13
21
|
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.10
|
|
3
3
|
specification_version: 1
|
4
4
|
name: sentry
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.2.
|
7
|
-
date: 2005-09-
|
6
|
+
version: 0.2.9
|
7
|
+
date: 2005-09-18
|
8
8
|
summary: Sentry provides painless encryption services with a wrapper around some OpenSSL classes
|
9
9
|
require_paths:
|
10
10
|
- lib
|