Sha256: 09a58325e2db7fc52a0b7219b79fbed3f40f7bad41061caf84f7f6059076eddf
Contents?: true
Size: 960 Bytes
Versions: 3
Compression:
Stored size: 960 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'hara/version' Gem::Specification.new do |spec| spec.name = "hara" spec.version = Hara::VERSION spec.authors = ["jjy"] spec.email = ["jjyruby@gmail.com"] spec.description = %q{Hara is a simple framework, help you build [web ]socket server. Power by reel and celluloid.} spec.summary = %q{Hara can help your build [web ]socket server easier.} spec.homepage = "http://github.com/jjyr/hara" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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 "reel", "~> 0.3" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hara-0.1.0 | hara.gemspec |
hara-0.0.2 | hara.gemspec |
hara-0.0.1 | hara.gemspec |