gemspec fixed
This commit is contained in:
parent
a5aaab685e
commit
8c35b1d646
2 changed files with 2 additions and 55 deletions
3
Rakefile
3
Rakefile
|
@ -12,7 +12,8 @@ begin
|
||||||
gem.authors = ["Denis Knauf"]
|
gem.authors = ["Denis Knauf"]
|
||||||
gem.files = %w[AUTHORS README.md VERSION lib/**/*.rb test/**/*.rb]
|
gem.files = %w[AUTHORS README.md VERSION lib/**/*.rb test/**/*.rb]
|
||||||
gem.require_paths = %w[bin lib]
|
gem.require_paths = %w[bin lib]
|
||||||
gem.add_dependency %w[robustserver sbdb]
|
gem.add_dependency 'robustserver'
|
||||||
|
gem.add_dependency 'sbdb'
|
||||||
end
|
end
|
||||||
Jeweler::GemcutterTasks.new
|
Jeweler::GemcutterTasks.new
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
|
|
|
@ -1,54 +0,0 @@
|
||||||
# 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{logan}
|
|
||||||
s.version = "0.0.0"
|
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
||||||
s.authors = ["Denis Knauf"]
|
|
||||||
s.date = %q{2010-03-29}
|
|
||||||
s.description = %q{}
|
|
||||||
s.email = %q{Denis.Knauf@gmail.com}
|
|
||||||
s.executables = ["box3.rb", "box.rb", "box2.rb", "loganinc"]
|
|
||||||
s.extra_rdoc_files = [
|
|
||||||
"LICENSE",
|
|
||||||
"README.md"
|
|
||||||
]
|
|
||||||
s.files = [
|
|
||||||
"AUTHORS",
|
|
||||||
"README.md",
|
|
||||||
"VERSION",
|
|
||||||
"lib/cstruct.rb",
|
|
||||||
"lib/logan.rb",
|
|
||||||
"lib/logan/cache.rb",
|
|
||||||
"lib/logan/inc.rb",
|
|
||||||
"lib/logan/inc/command.rb",
|
|
||||||
"lib/logan/inc/fileparser.rb",
|
|
||||||
"lib/logan/inc/main.rb",
|
|
||||||
"lib/logan/inc/server.rb",
|
|
||||||
"lib/logan/loglines.rb",
|
|
||||||
"lib/logan/types/syslog.rb"
|
|
||||||
]
|
|
||||||
s.homepage = %q{http://github.com/DenisKnauf/logan}
|
|
||||||
s.rdoc_options = ["--charset=UTF-8"]
|
|
||||||
s.require_paths = ["bin", "lib"]
|
|
||||||
s.rubygems_version = %q{1.3.6}
|
|
||||||
s.summary = %q{Logdata analysing database}
|
|
||||||
|
|
||||||
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<["robustserver", "sbdb"]>, [">= 0"])
|
|
||||||
else
|
|
||||||
s.add_dependency(%q<["robustserver", "sbdb"]>, [">= 0"])
|
|
||||||
end
|
|
||||||
else
|
|
||||||
s.add_dependency(%q<["robustserver", "sbdb"]>, [">= 0"])
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
Loading…
Reference in a new issue