Sha256: 26d357ee18901b2584f270435edcbd9d7468fee80998675f17c34c519deb9dfd

Contents?: true

Size: 1.75 KB

Versions: 46

Compression:

Stored size: 1.75 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "eventmachine"
  s.version = "0.12.10"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Francis Cianfrocca"]
  s.date = "2009-10-25"
  s.description = "EventMachine implements a fast, single-threaded engine for arbitrary network\ncommunications. It's extremely easy to use in Ruby. EventMachine wraps all\ninteractions with IP sockets, allowing programs to concentrate on the\nimplementation of network protocols. It can be used to create both network\nservers and clients. To create a server or client, a Ruby program only needs\nto specify the IP address and port, and provide a Module that implements the\ncommunications protocol. Implementations of several standard network protocols\nare provided with the package, primarily to serve as examples. The real goal\nof EventMachine is to enable programs to easily interface with other programs\nusing TCP/IP, especially if custom protocols are required.\n"
  s.email = "garbagecat10@gmail.com"
  s.extensions = ["ext/extconf.rb", "ext/fastfilereader/extconf.rb"]
  s.files = ["ext/extconf.rb", "ext/fastfilereader/extconf.rb"]
  s.homepage = "http://rubyeventmachine.com"
  s.rdoc_options = ["--title", "EventMachine", "--main", "README", "--line-numbers", "-x", "lib/em/version", "-x", "lib/emva", "-x", "lib/evma/", "-x", "lib/pr_eventmachine", "-x", "lib/jeventmachine"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "eventmachine"
  s.rubygems_version = "1.8.21"
  s.summary = "Ruby/EventMachine library"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
classiccms-0.7.5 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.7.4 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.7.3 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.7.2 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.7.1 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.7.0 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.6.9 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.6.8 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.6.7 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.6.6 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.6.5 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.6.4 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.6.3 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.6.2 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.6.1 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.6.0 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.5.17 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.5.16 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.5.15 vendor/bundle/specifications/eventmachine-0.12.10.gemspec
classiccms-0.5.14 vendor/bundle/specifications/eventmachine-0.12.10.gemspec