Sha256: 005c8a4263f1635325b9a5f22a7ddd591dd64fc83be184ac8e6eb4003b46d410
Contents?: true
Size: 850 Bytes
Versions: 1
Compression:
Stored size: 850 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "nanoc-deploy/version" Gem::Specification.new do |s| s.name = "nanoc-deploy" s.version = NanocDeploy::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Jack Chu"] s.email = ["jack@jackchu.com"] s.homepage = "https://github.com/kamui/nanoc-deploy" s.summary = %q{nanoc extension adds rake cloud deployment options using fog.} s.description = %q{} s.rubyforge_project = "nanoc-deploy" 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_runtime_dependency('nanoc', '>= 3.1.6') s.add_runtime_dependency('fog', '>= 0.7.2') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nanoc-deploy-0.0.2 | nanoc-deploy.gemspec |