Sha256: 49800177a9f5815598b1fcb9c74e51aae8352c56e3bd7514aaa708cbd4ae16a1
Contents?: true
Size: 590 Bytes
Versions: 1
Compression:
Stored size: 590 Bytes
Contents
Gem::Specification.new do |s| s.name = 'alephant' s.version = '0.0.2' s.date = '2014-01-08' s.summary = "Static Publishing in the Cloud" s.description = "Static publishing to S3 based on SQS messages" s.authors = ["Robert Kenny"] s.email = 'kenoir@gmail.com' s.files = `git ls-files`.split("\n") s.platform = "java" s.homepage = 'http://rubygems.org/gems/alephant' s.license = 'GPLv3' s.require_paths = ["lib"] s.add_runtime_dependency 'aws-sdk', '~> 1.0' s.add_runtime_dependency 'mustache', '>= 0.99.5' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alephant-0.0.2-java | alephant.gemspec |