Sha256: 67b0ed29a4d12369ee07345afbc2d6656d868d3c31b7a1cfcc4d6ee4ef5f98df
Contents?: true
Size: 1.42 KB
Versions: 3
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.4.0" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gaptool-client-0.6.2 | gaptool-client.gemspec |
gaptool-client-0.6.1 | gaptool-client.gemspec |
gaptool-client-0.6.0 | gaptool-client.gemspec |