spiderfw 0.5.6 → 0.5.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/spiderfw/cmd/commands/cert.rb +1 -2
- data/spider.gemspec +2 -2
- metadata +2 -2
@@ -1,5 +1,3 @@
|
|
1
|
-
require 'openssl'
|
2
|
-
|
3
1
|
class CertCommand < CmdParse::Command
|
4
2
|
|
5
3
|
|
@@ -21,6 +19,7 @@ class CertCommand < CmdParse::Command
|
|
21
19
|
end
|
22
20
|
generate.set_execution_block do |args|
|
23
21
|
require 'spiderfw'
|
22
|
+
require 'openssl'
|
24
23
|
@path ||= Spider.paths[:certs]
|
25
24
|
@org ||= 'default'
|
26
25
|
path = @path+'/'+@org
|
data/spider.gemspec
CHANGED
@@ -2,7 +2,7 @@ require 'rake'
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "spiderfw"
|
5
|
-
s.version = "0.5.
|
5
|
+
s.version = "0.5.7"
|
6
6
|
s.date = "2010-02-26"
|
7
7
|
s.summary = "A (web) framework"
|
8
8
|
s.email = "abmajor7@gmail.com"
|
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
|
|
37
37
|
s.add_dependency("builder", ["> 2.1"])
|
38
38
|
s.add_development_dependency("rake", ["> 0.7.3"])
|
39
39
|
s.add_development_dependency("ruby-debug", ["> 0.9.3"])
|
40
|
-
s.requirements << "Optional dependencies: openssl, sqlite3, webrick, mongrel, ruby-oci8 =1.0.
|
40
|
+
s.requirements << "Optional dependencies: openssl, sqlite3, webrick, mongrel, ruby-oci8 =1.0.7, mysql"
|
41
41
|
# optional dependencies
|
42
42
|
#
|
43
43
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spiderfw
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ivan Pirlik
|
@@ -794,7 +794,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
794
794
|
version: "0"
|
795
795
|
version:
|
796
796
|
requirements:
|
797
|
-
- "Optional dependencies: openssl, sqlite3, webrick, mongrel, ruby-oci8 =1.0.
|
797
|
+
- "Optional dependencies: openssl, sqlite3, webrick, mongrel, ruby-oci8 =1.0.7, mysql"
|
798
798
|
rubyforge_project:
|
799
799
|
rubygems_version: 1.3.5
|
800
800
|
signing_key:
|