Sha256: 4939370ad235e5b1ab4ed8597c067edde678dd069c5f579b31f2e66a7a9b93c5
Contents?: true
Size: 975 Bytes
Versions: 7
Compression:
Stored size: 975 Bytes
Contents
# -*- encoding: utf-8 -*- # $:.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |s| s.name = 'cony' s.version = File.read(File.expand_path('../VERSION', __FILE__)).strip s.authors = ['Raffael Schmid'] s.email = ['info@nine.ch'] s.homepage = 'http://github.com/ninech/' s.license = 'MIT' s.summary = 'Automatically sends notifications via AMQP when a model has been changed.' s.description = 'Automatically sends notifications via AMQP when a model has been changed.' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ['lib'] s.add_development_dependency 'rake', '~> 10.0' s.add_development_dependency 'rspec', '~> 2.12' s.add_runtime_dependency 'activesupport', '>= 3' s.add_runtime_dependency 'bunny', '~> 1.1.7' end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
cony-1.4.0 | cony.gemspec |
cony-1.3.0 | cony.gemspec |
cony-1.2.0 | cony.gemspec |
cony-1.1.1 | cony.gemspec |
cony-1.1.0 | cony.gemspec |
cony-1.0.1 | cony.gemspec |
cony-1.0.0 | cony.gemspec |