Sha256: b6abb58cdecb84f653e120ffffb1626169f8c8c031211c5642a0d2f5899e8024
Contents?: true
Size: 911 Bytes
Versions: 2
Compression:
Stored size: 911 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "cablegator/version" Gem::Specification.new do |s| s.name = "cablegator" s.version = Cablegator::VERSION s.platform = Gem::Platform::RUBY s.authors = ["csquared"] s.email = ["christopher.continanza@gmail.com"] s.homepage = "" s.summary = %q{Downloads Wikileaks Cables to current directory} s.description = %q{Downloads Wikileaks Cables to current directory} s.rubyforge_project = "cablegator" s.add_dependency('nokogiri') s.add_dependency('httparty') s.add_dependency('twitter') s.add_dependency('oauth') s.add_dependency('launchy') 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cablegator-1.0.0 | cablegator.gemspec |
cablegator-0.9.9 | cablegator.gemspec |