brendan-skynet 0.9.32 → 0.9.33
Sign up to get free protection for your applications and to get access to all the features.
- data/skynet.gemspec +3 -3
- metadata +2 -2
data/skynet.gemspec
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{skynet}
|
3
|
-
s.version = "0.9.
|
3
|
+
s.version = "0.9.33"
|
4
4
|
|
5
5
|
s.specification_version = 2 if s.respond_to? :specification_version=
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Adam Pisoni"]
|
9
|
-
s.date = %q{2008-07-
|
9
|
+
s.date = %q{2008-07-09}
|
10
10
|
s.description = %q{Skynet - A Ruby Map/Reduce Framework}
|
11
11
|
s.email = %q{apisoni@geni.com}
|
12
12
|
s.executables = %w{
|
@@ -177,7 +177,7 @@ Gem::Specification.new do |s|
|
|
177
177
|
s.rdoc_options = ["--main", "README.txt"]
|
178
178
|
s.require_paths = ["lib"]
|
179
179
|
s.rubyforge_project = %q{skynet}
|
180
|
-
s.rubygems_version = %q{1.
|
180
|
+
s.rubygems_version = %q{1.2.0}
|
181
181
|
s.summary = %q{Skynet - A Ruby Map/Reduce Framework}
|
182
182
|
s.test_files = %w{
|
183
183
|
test/test_active_record_extensions.rb
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brendan-skynet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.33
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Pisoni
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-07-
|
12
|
+
date: 2008-07-09 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|