2010-11-10 15:08:57 +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|
|
2010-11-11 11:54:51 +00:00
|
|
|
s.name = %q{noprocrast}
|
|
|
|
s.version = "0.1.6"
|
2010-11-10 15:08:57 +00:00
|
|
|
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
|
|
s.authors = ["Rob Watson"]
|
2010-11-11 08:30:28 +00:00
|
|
|
s.date = %q{2010-11-11}
|
2010-11-11 11:54:51 +00:00
|
|
|
s.default_executable = %q{noprocrast}
|
2010-11-10 15:08:57 +00:00
|
|
|
s.description = %q{Block access to addictive websites in one command-line swoop.}
|
|
|
|
s.email = %q{rfwatson@gmail.com}
|
2010-11-11 11:54:51 +00:00
|
|
|
s.executables = ["noprocrast"]
|
2010-11-10 15:08:57 +00:00
|
|
|
s.extra_rdoc_files = [
|
|
|
|
"LICENSE",
|
2010-11-10 15:20:00 +00:00
|
|
|
"README.md"
|
2010-11-10 15:08:57 +00:00
|
|
|
]
|
|
|
|
s.files = [
|
|
|
|
".document",
|
|
|
|
".gitignore",
|
|
|
|
"LICENSE",
|
2010-11-10 15:20:00 +00:00
|
|
|
"README.md",
|
2010-11-10 15:08:57 +00:00
|
|
|
"Rakefile",
|
|
|
|
"VERSION",
|
2010-11-11 11:54:51 +00:00
|
|
|
"bin/noprocrast",
|
|
|
|
"lib/noprocrast.rb",
|
|
|
|
"noprocrast.gemspec",
|
|
|
|
"spec/noprocrast_spec.rb",
|
2010-11-10 15:08:57 +00:00
|
|
|
"spec/spec.opts",
|
|
|
|
"spec/spec_helper.rb"
|
|
|
|
]
|
2010-11-11 11:54:51 +00:00
|
|
|
s.homepage = %q{http://github.com/rfwatson/noprocrast}
|
2010-11-10 15:08:57 +00:00
|
|
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
|
|
s.require_paths = ["lib"]
|
|
|
|
s.rubygems_version = %q{1.3.7}
|
2010-11-11 11:54:51 +00:00
|
|
|
s.summary = %q{Give procrastination a swift kick in the balls.}
|
2010-11-10 15:08:57 +00:00
|
|
|
s.test_files = [
|
2010-11-11 11:54:51 +00:00
|
|
|
"spec/noprocrast_spec.rb",
|
2010-11-10 15:08:57 +00:00
|
|
|
"spec/spec_helper.rb"
|
|
|
|
]
|
|
|
|
|
|
|
|
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
|
|
|
|
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
|
|
|
|
else
|
|
|
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
|
|
|
end
|
|
|
|
else
|
|
|
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|