Sha256: f57a41c60abcbe62a947d03b49e603e2df8149fe9f3d238a9a5e89f76a5e9a75
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'pernalonga/version' Gem::Specification.new do |spec| spec.name = "pernalonga" spec.version = Pernalonga::VERSION spec.authors = ["Fellipe Brito"] spec.email = ["fellipe@devlandia.net"] spec.summary = %q{Provide a wrapper to Rabbit+Bunny enqueuement system.} spec.description = %q{Provide a wrapper to Rabbit+Bunny enqueuement system.} spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency "rubocop" spec.add_runtime_dependency 'dotenv' spec.add_runtime_dependency 'bunny' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pernalonga-0.1.0 | pernalonga.gemspec |