Sha256: dfe52bcacd68515c4d4f851da9dda38fd1a7cc38f4b507491f8be87747093cbf
Contents?: true
Size: 804 Bytes
Versions: 1
Compression:
Stored size: 804 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "deploytracking/version" Gem::Specification.new do |s| s.name = "deploytracking" s.version = DeployTracking::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Andrew Nesbitt"] s.email = ["andrewnez@gmail.com"] s.homepage = "http://deploytracking.com" s.summary = %q{Track deployments to deploytracking.com} s.description = %q{Keep a record of all your deployments with interesting stats and history of all deployments with capistrano} 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"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
deploytracking-0.0.8 | deploytracking.gemspec |