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.
Files changed (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/README +11 -3
  3. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *0.2.9* (18 Sep 2005)
2
+
3
+ * First RubyForge release.
4
+
1
5
  *0.2.8* (17 Sep 2005)
2
6
 
3
7
  * Added Active Record unit tests
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
- == Download
6
+ == Install
7
7
 
8
- Sentry is distributed as a gem:
8
+ Gem installation:
9
9
 
10
- gem install --source http://techno-weenie.net/code sentry
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.8
7
- date: 2005-09-17
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