public
Description: A framework agnostic port of the mack-distributed package.
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/distribunaut.git
distribunaut / distribunaut.gemspec
100644 44 lines (39 sloc) 1.987 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{distribunaut}
  s.version = "0.2.2.20090626214209"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["markbates"]
  s.date = %q{2009-06-26}
  s.default_executable = %q{distribunaut_ring_server}
  s.description = %q{distribunaut was developed by: markbates}
  s.email = %q{mark@mackframework.com}
  s.executables = ["distribunaut_ring_server"]
  s.files = ["lib/distribunaut/distributable.rb", "lib/distribunaut/distributed.rb", "lib/distribunaut/errors/errors.rb", "lib/distribunaut/extensions/drb_object.rb", "lib/distribunaut/tasks/ring_server_tasks.rake", "lib/distribunaut/tuple.rb", "lib/distribunaut/utils/rinda.rb", "lib/distribunaut.rb", "lib/distribunaut_tasks.rb", "bin/distribunaut_ring_server"]
  s.has_rdoc = true
  s.homepage = %q{http://www.mackframework.com}
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{distribunaut}
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{distribunaut}
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<configatron>, [">= 2.3.0"])
      s.add_runtime_dependency(%q<addressable>, [">= 2.0.0"])
      s.add_runtime_dependency(%q<daemons>, [">= 1.0.10"])
      s.add_runtime_dependency(%q<activesupport>, [">= 2.3.0"])
    else
      s.add_dependency(%q<configatron>, [">= 2.3.0"])
      s.add_dependency(%q<addressable>, [">= 2.0.0"])
      s.add_dependency(%q<daemons>, [">= 1.0.10"])
      s.add_dependency(%q<activesupport>, [">= 2.3.0"])
    end
  else
    s.add_dependency(%q<configatron>, [">= 2.3.0"])
    s.add_dependency(%q<addressable>, [">= 2.0.0"])
    s.add_dependency(%q<daemons>, [">= 1.0.10"])
    s.add_dependency(%q<activesupport>, [">= 2.3.0"])
  end
end