mack-encryption 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mack-encryption
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.7.0
5
+ platform: ruby
6
+ authors:
7
+ - markbates
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-08-25 00:00:00 -04:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: crypt
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - "="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.1.4
24
+ version:
25
+ description: "mack-encryption was developed by: markbates"
26
+ email: mark@mackframework.com
27
+ executables: []
28
+
29
+ extensions: []
30
+
31
+ extra_rdoc_files:
32
+ - README
33
+ files:
34
+ - lib/mack-encryption/default_worker.rb
35
+ - lib/mack-encryption/keeper.rb
36
+ - lib/mack-encryption/kernel.rb
37
+ - lib/mack-encryption/string.rb
38
+ - lib/mack-encryption.rb
39
+ - README
40
+ - doc/classes/Kernel.html
41
+ - doc/classes/Mack/Utils/Crypt/DefaultWorker.html
42
+ - doc/classes/Mack/Utils/Crypt/Keeper.html
43
+ - doc/classes/Mack.html
44
+ - doc/classes/String.html
45
+ - doc/created.rid
46
+ - doc/files/lib/mack-encryption/default_worker_rb.html
47
+ - doc/files/lib/mack-encryption/keeper_rb.html
48
+ - doc/files/lib/mack-encryption/kernel_rb.html
49
+ - doc/files/lib/mack-encryption/string_rb.html
50
+ - doc/files/lib/mack-encryption_rb.html
51
+ - doc/files/README.html
52
+ - doc/fr_class_index.html
53
+ - doc/fr_file_index.html
54
+ - doc/fr_method_index.html
55
+ - doc/index.html
56
+ - doc/rdoc-style.css
57
+ has_rdoc: true
58
+ homepage: http://www.mackframework.com
59
+ post_install_message:
60
+ rdoc_options: []
61
+
62
+ require_paths:
63
+ - lib
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: 1.8.6
70
+ version:
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: "0"
76
+ version:
77
+ requirements: []
78
+
79
+ rubyforge_project: magrathea
80
+ rubygems_version: 1.2.0
81
+ signing_key:
82
+ specification_version: 2
83
+ summary: crypt/rijndael support for Mack
84
+ test_files: []
85
+