Sha256: 0246e18860f8089d50ed854448f3fb064835b6c541877eb02021f38bb445e399
Contents?: true
Size: 628 Bytes
Versions: 2
Compression:
Stored size: 628 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require 'discotheque/version' Gem::Specification.new do |s| s.name = "discotheque" s.version = Discotheque::VERSION s.authors = ["John E. Vincent"] s.email = ["lusis.org+github.com@gmail.com"] s.summary = "Framework for node discovery" s.description = "Adds functionality to your application for node discovery using Amazon EC2" s.homepage = "https://github.com/lusis/discotheque" s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] s.add_dependency("aws-sdk", "= 1.1.2") s.add_dependency("rake", "= 0.9.2") end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
discotheque-0.0.2 | discotheque.gemspec |
discotheque-0.0.1 | discotheque.gemspec |