Sha256: c516aeef72ec6c8e9d14f6058772aeb79ea593699d39d1d1955c166973d4028c
Contents?: true
Size: 899 Bytes
Versions: 3
Compression:
Stored size: 899 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "porter/version" Gem::Specification.new do |s| s.name = "porter" s.version = Porter::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Kenny Johnston", "Robert Bousquet"] s.email = ["kjohnston.ca@gmail.com"] s.homepage = "http://github.com/kjohnston/porter" s.summary = %q{Capistrano and Rake tasks for cloning production and/or staging databases and assets to development.} s.description = %q{Capistrano and Rake tasks for cloning production and/or staging databases and assets to development.} s.rubyforge_project = "porter" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
porter-1.0.2 | porter.gemspec |
porter-1.0.1 | porter.gemspec |
porter-1.0.0 | porter.gemspec |