2010-11-09 05:13:16 +00:00
|
|
|
# Generated by jeweler
|
|
|
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
|
|
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
|
|
# -*- encoding: utf-8 -*-
|
|
|
|
|
|
|
|
Gem::Specification.new do |s|
|
|
|
|
s.name = %q{qwandry}
|
2011-01-06 15:42:11 +00:00
|
|
|
s.version = "0.1.4"
|
2010-11-09 05:13:16 +00:00
|
|
|
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
|
|
s.authors = ["Adam Sanderson"]
|
2011-01-06 15:42:11 +00:00
|
|
|
s.date = %q{2011-01-06}
|
|
|
|
s.default_executable = %q{qw}
|
2010-11-09 05:13:16 +00:00
|
|
|
s.description = %q{ Open a gem or library's source directory with your default editor.
|
|
|
|
}
|
|
|
|
s.email = %q{netghost@gmail.com}
|
2011-01-06 15:42:11 +00:00
|
|
|
s.executables = ["qw"]
|
2010-11-09 05:13:16 +00:00
|
|
|
s.extra_rdoc_files = [
|
2010-11-19 17:20:37 +00:00
|
|
|
"README.markdown",
|
2010-11-09 05:13:16 +00:00
|
|
|
"TODO"
|
|
|
|
]
|
|
|
|
s.files = [
|
2010-11-19 17:20:37 +00:00
|
|
|
"README.markdown",
|
2010-11-09 05:13:16 +00:00
|
|
|
"Rakefile",
|
|
|
|
"TODO",
|
|
|
|
"VERSION",
|
|
|
|
"bin/qw",
|
|
|
|
"lib/qwandry.rb",
|
2010-12-30 21:07:31 +00:00
|
|
|
"lib/qwandry/configuration.rb",
|
|
|
|
"lib/qwandry/configuration/default.rb",
|
|
|
|
"lib/qwandry/configuration/probe_node.js",
|
2010-11-09 05:13:16 +00:00
|
|
|
"lib/qwandry/flat_repository.rb",
|
|
|
|
"lib/qwandry/launcher.rb",
|
|
|
|
"lib/qwandry/library_repository.rb",
|
|
|
|
"lib/qwandry/package.rb",
|
2011-01-06 15:42:11 +00:00
|
|
|
"lib/qwandry/repository.rb"
|
2010-11-09 05:13:16 +00:00
|
|
|
]
|
|
|
|
s.homepage = %q{http://github.com/adamsanderson/qwandry}
|
|
|
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
|
|
s.require_paths = ["lib"]
|
|
|
|
s.rubygems_version = %q{1.3.7}
|
|
|
|
s.summary = %q{Qwandry lets you quickly edit ruby gems and libraries}
|
|
|
|
|
|
|
|
if s.respond_to? :specification_version then
|
|
|
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
|
|
s.specification_version = 3
|
|
|
|
|
|
|
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
|
|
else
|
|
|
|
end
|
|
|
|
else
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|