cerebus 0.0.1 → 0.0.2

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/cerebus.gemspec +1 -2
  2. data/lib/cerebus.rb +1 -1
  3. metadata +4 -15
data/cerebus.gemspec CHANGED
@@ -8,12 +8,11 @@ Gem::Specification.new do |s|
8
8
  s.summary = "Simple and secure RSA/Blowfish encryption."
9
9
  s.description = "An ecryption library which wraps openssl to give users an easy interface to encrypt any file using a publc and private key."
10
10
  s.authors = ["Jonathan Jeffus"]
11
- s.email = 'jonathan@blazingdev.com'
11
+ s.email = ''
12
12
  s.homepage = 'http://github.com/jjeffus/cerebus'
13
13
  s.rubyforge_project = "cerebus"
14
14
  s.files = `git ls-files`.split("\n")
15
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17
17
  s.require_paths = ["lib"]
18
- s.add_runtime_dependency "openssl"
19
18
  end
data/lib/cerebus.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'openssl'
4
4
 
5
5
  module Cerebus
6
- VERSION = "0.0.1"
6
+ VERSION = "0.0.2"
7
7
 
8
8
  def Cerebus.make_key
9
9
  OpenSSL::Random.random_bytes(56)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cerebus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,22 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-15 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: openssl
16
- requirement: &70344342031260 !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
21
- version: '0'
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: *70344342031260
12
+ date: 2012-04-16 00:00:00.000000000 Z
13
+ dependencies: []
25
14
  description: An ecryption library which wraps openssl to give users an easy interface
26
15
  to encrypt any file using a publc and private key.
27
- email: jonathan@blazingdev.com
16
+ email: ''
28
17
  executables: []
29
18
  extensions: []
30
19
  extra_rdoc_files: []