Sha256: 548ebf4abbd38093a756e499c4ae235ecb28fdba18a65dddd2c7e197853965e6
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 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{Plezi - the easy way to add Websockets, RESTful routing and HTTP streaming serviced to Ruby Web-Apps.} spec.description = %q{Plezi - the easy way to add Websockets, RESTful routing and HTTP streaming serviced to Ruby Web-Apps.} spec.homepage = "http://www.plezi.io/" 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_dependency "iodine", "~> 0.1.18" spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.post_install_message = "Thank you for installing Plezi, the native Ruby Framework for real time web-apps." # spec.post_install_message = "** Deprecation Warning:\n\nThank you for installing Plezi, the native Ruby Framework for real time web-apps." end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plezi-0.12.18 | plezi.gemspec |