Sha256: ee49716e26201bd0201750d1ba412c77118c6be999324e5e60ce92bdc8f6767b
Contents?: true
Size: 940 Bytes
Versions: 3
Compression:
Stored size: 940 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'msgr/version' Gem::Specification.new do |spec| spec.name = 'msgr' spec.version = Msgr::VERSION spec.authors = ['Jan Graichen'] spec.email = ['jg@altimos.de'] spec.description = %q{Msgr: Rails-like Messaging Framework} spec.summary = %q{Msgr: Rails-like Messaging Framework} spec.homepage = 'https://github.com/jgraichen/msgr' 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 'activesupport' spec.add_dependency 'bunny', '>= 1.4', '< 3.0' spec.add_dependency 'multi_json' spec.add_development_dependency 'bundler', '~> 1.3' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
msgr-0.14.1 | msgr.gemspec |
msgr-0.14.0 | msgr.gemspec |
msgr-0.13.0 | msgr.gemspec |