Sha256: 85b9831c4ff72c7ba84606e0a82ad958ddfca42937ce980f6f64c90e644d3403
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{imagebin} s.version = "0.1.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["dougsko"] s.date = %q{2009-06-21} s.default_executable = %q{imagebin} s.description = %q{Command line interface to imagebin.ca} s.email = %q{dougtko@gmail.com} s.executables = ["imagebin"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION.yml", "bin/imagebin", "imagebin.gemspec", "spec/imagebin_spec.rb", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/dougsko/imagebin} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["/bin"] s.rubygems_version = %q{1.3.4} s.summary = %q{Command line interface to imagebin.ca} s.test_files = [ "spec/spec_helper.rb", "spec/imagebin_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<httpclient>, [">= 0"]) else s.add_dependency(%q<httpclient>, [">= 0"]) end else s.add_dependency(%q<httpclient>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dougsko-imagebin-0.1.7 | imagebin.gemspec |