vmserver 0.0.0 → 0.1.0
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.rb +1 -1
- data/VERSION +1 -1
- data/vmserver.gemspec +2 -2
- metadata +4 -4
data/Rakefile.rb
CHANGED
|
@@ -6,7 +6,7 @@ begin
|
|
|
6
6
|
Jeweler::Tasks.new do |gemspec|
|
|
7
7
|
gemspec.name = "vmserver"
|
|
8
8
|
gemspec.summary = "A gem to simplify VMServer handling from ruby"
|
|
9
|
-
gemspec.description = "This gem simplifies the interaction of ruby code with VMServer
|
|
9
|
+
gemspec.description = "This gem simplifies the interaction of ruby code with VMServer. You need to have VMServer installed and running to use this gem."
|
|
10
10
|
gemspec.email = "sriram.varahan@gmail.com"
|
|
11
11
|
gemspec.homepage = "http://github.com/sriram/vmserver"
|
|
12
12
|
gemspec.authors = ["Sriram Varahan"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.1.0
|
data/vmserver.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{vmserver}
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.1.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Sriram Varahan"]
|
|
12
12
|
s.date = %q{2010-08-24}
|
|
13
|
-
s.description = %q{This gem simplifies the interaction of ruby code with VMServer
|
|
13
|
+
s.description = %q{This gem simplifies the interaction of ruby code with VMServer. You need to have VMServer installed and running to use this gem.}
|
|
14
14
|
s.email = %q{sriram.varahan@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"README.textile"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vmserver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
+
- 1
|
|
8
9
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.0.0
|
|
10
|
+
version: 0.1.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sriram Varahan
|
|
@@ -19,7 +19,7 @@ date: 2010-08-24 00:00:00 +05:30
|
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
22
|
-
description: This gem simplifies the interaction of ruby code with VMServer
|
|
22
|
+
description: This gem simplifies the interaction of ruby code with VMServer. You need to have VMServer installed and running to use this gem.
|
|
23
23
|
email: sriram.varahan@gmail.com
|
|
24
24
|
executables: []
|
|
25
25
|
|