Sha256: 1939b97da02410791d517e4eba6438eaa1d0e199d321075be99802816d7ee0d5

Contents?: true

Size: 1.92 KB

Versions: 1

Compression:

Stored size: 1.92 KB

Contents

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

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

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["David Dollar"]
  s.date = %q{2009-08-11}
  s.default_executable = %q{textmate}
  s.description = %q{TODO: longer description of your gem}
  s.email = %q{<ddollar@gmail.com>}
  s.executables = ["textmate"]
  s.extra_rdoc_files = [
    "LICENSE",
     "README.markdown"
  ]
  s.files = [
    ".gitignore",
     "LICENSE",
     "README.markdown",
     "Rakefile",
     "VERSION",
     "bin/textmate",
     "lib/textmate.rb",
     "lib/textmate/local.rb",
     "lib/textmate/remote.rb",
     "lib/textmate/source.rb",
     "lib/textmate/source/base.rb",
     "lib/textmate/source/github.rb",
     "lib/textmate/source/macromates.rb",
     "textmate.gemspec"
  ]
  s.homepage = %q{http://github.com/ddollar/textmate}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Command-line package manager for textmate}

  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<thor>, [">= 0.11.5"])
      s.add_runtime_dependency(%q<fcoury-octopi>, [">= 0.1.0"])
      s.add_runtime_dependency(%q<httparty>, [">= 0.4.4"])
    else
      s.add_dependency(%q<thor>, [">= 0.11.5"])
      s.add_dependency(%q<fcoury-octopi>, [">= 0.1.0"])
      s.add_dependency(%q<httparty>, [">= 0.4.4"])
    end
  else
    s.add_dependency(%q<thor>, [">= 0.11.5"])
    s.add_dependency(%q<fcoury-octopi>, [">= 0.1.0"])
    s.add_dependency(%q<httparty>, [">= 0.4.4"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ddollar-textmate-1.0.2 textmate.gemspec