plainprograms-merb_virtuozzo 0.2.1 → 0.2.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.
- data/Rakefile +1 -1
- data/lib/merb_virtuozzo.rb +1 -1
- data/lib/merb_virtuozzo/merb_virtuozzo.rb +2 -2
- data/merb_virtuozzo.gemspec +3 -3
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -3,7 +3,7 @@ require 'echoe'
|
|
|
3
3
|
require 'merb-core'
|
|
4
4
|
require 'merb-core/tasks/merb'
|
|
5
5
|
|
|
6
|
-
Echoe.new('merb_virtuozzo', '0.2.
|
|
6
|
+
Echoe.new('merb_virtuozzo', '0.2.2') do |p|
|
|
7
7
|
p.description = "Merb plugin for working with Virtuozzo."
|
|
8
8
|
p.url = "http://github.com/plainprograms/merb_virtuozzo"
|
|
9
9
|
p.author = "James Thompson"
|
data/lib/merb_virtuozzo.rb
CHANGED
|
@@ -59,8 +59,8 @@ module Merb
|
|
|
59
59
|
# success.
|
|
60
60
|
def connect
|
|
61
61
|
if File.exists?(config_file)
|
|
62
|
-
Merb.logger.info!("Connecting to the
|
|
63
|
-
@connection = Virtuozzo::Connection.new(config_options(config))
|
|
62
|
+
Merb.logger.info!("Connecting to the Virtuozzo Agent at '#{config[:host]}' ...")
|
|
63
|
+
@connection = ::Virtuozzo::Connection.new(config_options(config))
|
|
64
64
|
Merb.logger.error!("Connection Error: #{e}") unless @connection
|
|
65
65
|
connection
|
|
66
66
|
else
|
data/merb_virtuozzo.gemspec
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{merb_virtuozzo}
|
|
5
|
-
s.version = "0.2.
|
|
5
|
+
s.version = "0.2.2"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["James Thompson"]
|
|
9
|
-
s.date = %q{2008-11-
|
|
9
|
+
s.date = %q{2008-11-18}
|
|
10
10
|
s.description = %q{Merb plugin for working with Virtuozzo.}
|
|
11
11
|
s.email = %q{james@plainprograms.com}
|
|
12
12
|
s.extra_rdoc_files = ["lib/merb_virtuozzo/merb_virtuozzo.rb", "lib/merb_virtuozzo/merbtasks.rb", "lib/merb_virtuozzo/virtuozzo.yml.sample", "lib/merb_virtuozzo.rb", "README.rdoc"]
|
|
13
|
-
s.files = ["lib/merb_virtuozzo/merb_virtuozzo.rb", "lib/merb_virtuozzo/merbtasks.rb", "lib/merb_virtuozzo/virtuozzo.yml.sample", "lib/merb_virtuozzo.rb", "Manifest", "
|
|
13
|
+
s.files = ["lib/merb_virtuozzo/merb_virtuozzo.rb", "lib/merb_virtuozzo/merbtasks.rb", "lib/merb_virtuozzo/virtuozzo.yml.sample", "lib/merb_virtuozzo.rb", "Manifest", "Rakefile", "README.rdoc", "spec/spec_helper.rb", "spec/virtuozzo_spec.rb", "merb_virtuozzo.gemspec"]
|
|
14
14
|
s.has_rdoc = true
|
|
15
15
|
s.homepage = %q{http://github.com/plainprograms/merb_virtuozzo}
|
|
16
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Merb_virtuozzo", "--main", "README.rdoc"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: plainprograms-merb_virtuozzo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Thompson
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-11-
|
|
12
|
+
date: 2008-11-18 00:00:00 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -57,11 +57,11 @@ files:
|
|
|
57
57
|
- lib/merb_virtuozzo/virtuozzo.yml.sample
|
|
58
58
|
- lib/merb_virtuozzo.rb
|
|
59
59
|
- Manifest
|
|
60
|
-
- merb_virtuozzo.gemspec
|
|
61
60
|
- Rakefile
|
|
62
61
|
- README.rdoc
|
|
63
62
|
- spec/spec_helper.rb
|
|
64
63
|
- spec/virtuozzo_spec.rb
|
|
64
|
+
- merb_virtuozzo.gemspec
|
|
65
65
|
has_rdoc: true
|
|
66
66
|
homepage: http://github.com/plainprograms/merb_virtuozzo
|
|
67
67
|
post_install_message:
|