Sha256: 7b2c9d69f683468b5f0580a6d10fae53df1805be66b1db22bb1ada04cbd417e2
Contents?: true
Size: 803 Bytes
Versions: 4
Compression:
Stored size: 803 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "deploy_tracker/version" Gem::Specification.new do |s| s.name = "deploy_tracker" s.version = DeployTracker::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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
deploy_tracker-0.0.4 | deploy_tracker.gemspec |
deploy_tracker-0.0.3 | deploy_tracker.gemspec |
deploy_tracker-0.0.2 | deploy_tracker.gemspec |
deploy_tracker-0.0.1 | deploy_tracker.gemspec |