Sha256: 41aaa2d149e1c826e34516da1aa4974cb2b539f781f273161bab101180bdff65
Contents?: true
Size: 1.42 KB
Versions: 2
Compression:
Stored size: 1.42 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "gaptool-client" s.version = File.read('VERSION').strip s.authors = ["Francesco Laurita", "Matt Bailey", "Giacomo Bagnoli"] s.email = ["francesco@gild.com"] s.homepage = "http://www.gild.com" s.summary = %q{client for gaptool-server} s.description = %q{ gaptool client } s.licenses = ["MIT"] s.rubyforge_project = "gaptool-client" 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 'json', '~> 1.8' s.add_runtime_dependency 'peach', '~> 0.5' s.add_runtime_dependency 'rainbow', '~> 2.0' s.add_runtime_dependency 'clamp', "~> 0.6" s.add_runtime_dependency 'net-ssh', "~> 2.9" s.add_runtime_dependency 'net-scp', "~> 1.2" s.add_runtime_dependency 'gaptool-api', "~> 0.6" s.add_runtime_dependency 'builder', "~> 3" s.add_development_dependency 'shoulda', "~> 3" s.add_development_dependency 'rdoc', "~> 3" s.add_development_dependency 'bundler', "~> 1" s.add_development_dependency 'simplecov', "~> 0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gaptool-client-0.6.7 | gaptool-client.gemspec |
gaptool-client-0.6.6 | gaptool-client.gemspec |