Sha256: 5f26c6201bf1d0b24e4ad31673d8a2ab3fdf7a9fcdda74abe353b4bcf8b653d7

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{things2thl}
  s.version = "0.4.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Diego Zamboni"]
  s.date = %q{2009-05-19}
  s.default_executable = %q{things2thl}
  s.description = %q{Library and command-line tool for migrating Things data to The Hit List}
  s.email = %q{diego@zzamboni.org}
  s.executables = ["things2thl"]
  s.extra_rdoc_files = [
    "ChangeLog",
     "README"
  ]
  s.files = [
    "ChangeLog",
     "Manifest",
     "README",
     "Rakefile",
     "VERSION",
     "bin/things2thl",
     "lib/Things2THL.rb",
     "things2thl.gemspec"
  ]
  s.has_rdoc = true
  s.homepage = %q{http://zzamboni.github.com/things2thl/}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{Library and command-line tool for migrating Things data to The Hit List}

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zzamboni-things2thl-0.4.0 things2thl.gemspec