Sha256: a39dee7b7f36d6894a5fec0c8aa20b71140eb0a54b8d714e3eacc7b714998d50
Contents?: true
Size: 1.79 KB
Versions: 1
Compression:
Stored size: 1.79 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.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Marcin Lewandowski"] s.date = %q{2010-06-13} 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/api.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/configuration.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.2.0 | ext_direct.gemspec |