plainprograms-merb_virtuozzo 0.1.1 → 0.1.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 +2 -1
- data/merb_virtuozzo.gemspec +2 -2
- metadata +2 -2
data/Rakefile
CHANGED
@@ -3,11 +3,12 @@ require 'echoe'
|
|
3
3
|
require 'merb-core'
|
4
4
|
require 'merb-core/tasks/merb'
|
5
5
|
|
6
|
-
Echoe.new('merb_virtuozzo', '0.1.
|
6
|
+
Echoe.new('merb_virtuozzo', '0.1.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"
|
10
10
|
p.email = "james@plainprograms.com"
|
11
|
+
p.project = "virtuozzo"
|
11
12
|
p.ignore_pattern = ["tmp/*, script/*"]
|
12
13
|
p.development_dependencies = ["echoe"]
|
13
14
|
p.runtime_dependencies = ["merb >=1.0", "virtuozzo >=0.5.0"]
|
data/merb_virtuozzo.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{merb_virtuozzo}
|
5
|
-
s.version = "0.1.
|
5
|
+
s.version = "0.1.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"]
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
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"]
|
17
17
|
s.require_paths = ["lib"]
|
18
|
-
s.rubyforge_project = %q{
|
18
|
+
s.rubyforge_project = %q{virtuozzo}
|
19
19
|
s.rubygems_version = %q{1.3.1}
|
20
20
|
s.summary = %q{Merb plugin for working with Virtuozzo.}
|
21
21
|
|
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.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Thompson
|
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
88
|
version:
|
89
89
|
requirements: []
|
90
90
|
|
91
|
-
rubyforge_project:
|
91
|
+
rubyforge_project: virtuozzo
|
92
92
|
rubygems_version: 1.2.0
|
93
93
|
signing_key:
|
94
94
|
specification_version: 2
|