Sha256: a8f9fd415fd6b2014dedbb90881c2e0c937b1d752acd922c40f4eaa63af12503

Contents?: true

Size: 1.71 KB

Versions: 1

Compression:

Stored size: 1.71 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{ext_direct}
  s.version = "0.1.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Marcin Lewandowski"]
  s.date = %q{2010-06-03}
  s.description = %q{The Ext Direct plugin is a simple implementation of Ext Direct router to call server-side methods on the client-side.}
  s.email = %q{marcin.martio.lewandowski@gmail.com}
  s.extra_rdoc_files = [
    "README.rdoc"
  ]
  s.files = [
    ".document",
     ".gitignore",
     "MIT-LICENSE",
     "README.rdoc",
     "Rakefile",
     "VERSION",
     "ext_direct.gemspec",
     "install.rb",
     "lib/ext_direct.rb",
     "lib/ext_direct/dispatcher.rb",
     "lib/ext_direct/request.rb",
     "lib/ext_direct/response.rb",
     "lib/ext_direct/router.rb",
     "lib/ext_direct/service/base.rb",
     "lib/ext_direct/service/provider.rb",
     "rails/init.rb",
     "test/ext_direct_test.rb",
     "test/test_helper.rb",
     "uninstall.rb"
  ]
  s.homepage = %q{http://github.com/martio/ext_direct}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.6}
  s.summary = %q{Ext Direct router to call server-side methods on the client-side}
  s.test_files = [
    "test/ext_direct_test.rb",
     "test/test_helper.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ext_direct-0.1.1 ext_direct.gemspec