Sha256: 26dcbd93144b3ec183c65f2f893b5af8bc73c520e4507e83f9e57a145214c0d8

Contents?: true

Size: 1.61 KB

Versions: 2

Compression:

Stored size: 1.61 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "delicious-cli"
  s.version = File.read("VERSION").strip
  s.date = File.mtime("VERSION").strftime("%Y-%m-%d")

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  
  s.authors = ["epitron"]
  s.date = "2011-12-14"
  s.description = "A commandline tool which lets you download all your delicious.com links and search them (with pretty color-coded results)."
  s.email = "chris@ill-logic.com"
  
  s.executables = ["delicious", "dels"]
  
  s.extra_rdoc_files = [
    "LICENSE",
    "README.rdoc"
  ]

  s.files = `git ls`.lines.map(&:strip)
  s.licenses = ["WTFPL"]  

  s.homepage = "http://github.com/epitron/delicious-cli"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.10"
  s.summary = "Delicious.com commandline interface"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    s.add_dependency(%q<httparty>, ["~> 0"])
  end

  s.post_install_message = %{
========================================================================
Delicious-CLI installed!
------------------------------------------------------------------------

To configure your Delicious.com account, type:

  $ dels

To search, type:

  $ dels <search term(s)>

To pull new links from your delicious account, type:

  $ dels -s

To add dels -s to your crontab, type:

  $ crontab -e

That's all, folks!

========================================================================
}

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
delicious-cli-0.5.3 delicious-cli.gemspec
delicious-cli-0.5.2 delicious-cli.gemspec