Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonian committed May 8, 2011
1 parent 189376e commit c7def3d
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions apache_log_parser.gemspec
@@ -1,47 +1,42 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{apache_log_parser}
s.version = "1.0.0"
s.version = "1.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["watsonian"]
s.date = %q{2010-01-27}
s.date = %q{2011-05-08}
s.description = %q{Library to easily parse standard Apache log files.}
s.email = %q{watsonian@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
"README.rdoc"
]
s.files = [
".document",
".gitignore",
"LICENSE",
"README.rdoc",
"Rakefile",
"lib/apache_log_parser.rb",
"spec/apache_log_parser_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"apache_log_parser.gemspec",
"lib/apache_log_parser.rb",
"spec/apache_log_parser_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/watsonian/apache_log_parser}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.6.2}
s.summary = %q{Library to easily parse standard Apache log files.}
s.test_files = [
"spec/apache_log_parser_spec.rb",
"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::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
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"])
Expand Down

0 comments on commit c7def3d

Please sign in to comment.