Sha256: 3dd94d34fa9abd88ed63b4addf25d8eb7d1a02f88d1523f1b21b5932a8b1d6ac
Contents?: true
Size: 963 Bytes
Versions: 1
Compression:
Stored size: 963 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path(File.join('..', 'lib'), __FILE__) require 'franz/metadata' Gem::Specification.new do |s| s.name = 'franz' s.version = Franz::VERSION s.platform = Gem::Platform::RUBY s.license = Franz::LICENSE s.homepage = Franz::HOMEPAGE s.author = Franz::AUTHOR s.email = Franz::EMAIL s.summary = Franz::SUMMARY s.description = Franz::SUMMARY + '.' s.add_runtime_dependency 'slog', '~> 1.1.0' s.add_runtime_dependency 'bunny', '~> 1.6.0' s.add_runtime_dependency 'trollop', '~> 2.1.0' s.add_runtime_dependency 'colorize', '~> 0.7.0' s.add_runtime_dependency 'deep_merge', '~> 1.0.0' s.add_runtime_dependency 'eventmachine', '~> 1.0.0' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- test/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File::basename(f) } s.require_paths = %w[ lib ] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
franz-1.6.7 | franz.gemspec |