Sha256: 4d904d0070e51310a2f71b1499d36a4d5800682e548c31b1128494b9fd2df94c
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'plezi/version' Gem::Specification.new do |spec| spec.name = "plezi" spec.version = Plezi::VERSION spec.authors = ["Boaz Segev"] spec.email = ['boaz@2be.co.il'] spec.summary = %q{The Ruby Websocket Framework with RESTful and HTTP streaming support.} spec.description = %q{Plezi is The Ruby Websocket and HTTP streaming Framework. Advance to next step in Ruby evolution - a framework with an integrated server, ready for seamless WebSockets and RESTful applications.} spec.homepage = "http://boazsegev.github.io/plezi/" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.post_install_message = "Plezi is hungry - feed it your code!" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plezi-0.7.0 | plezi.gemspec |