Слияние кода завершено, страница обновится автоматически
Gem::Specification.new do |s|
s.name = 'hprose'
s.version = '1.5.0'
s.license = 'MIT'
s.author = 'Ma Bingyao ( andot )'
s.email = 'andot@hprose.com'
s.homepage = 'http://www.hprose.com/'
s.platform = Gem::Platform::RUBY
s.description = <<-EOF
Hprose is a High Performance Remote Object Service Engine.
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.
Hprose supports many programming languages.
Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages.
This project is the implementation of Hprose for Ruby.
EOF
s.summary = 'Hprose is a lightweight, secure, cross-domain,
platform-independent, language-independent,
envirment-independent, complex object supported,
reference parameters supported, session supported,
service-oriented, high performance remote object
service engine. This project is the client and
server implementations of the Hprose for Ruby.'
candidates = Dir.glob '{examples,lib}/**/*'
candidates += Dir.glob '*'
s.files = candidates.delete_if { |item|
item.include?('CVS') || item.include?('rdoc') ||
item.include?('nbproject') ||
File.extname(item) == '.spec' ||
File.extname(item) == '.gem'
}
s.require_path = 'lib'
s.has_rdoc = false
end
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )