From 2dc331dbd16a5537e8308dca4998bb3247cc6279 Mon Sep 17 00:00:00 2001 From: Tim Hinderliter Date: Mon, 22 Feb 2010 12:21:16 -0800 Subject: removed mixlib-log.gemspec, as it's generated by 'rake install' --- mixlib-log.gemspec | 58 ------------------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 mixlib-log.gemspec diff --git a/mixlib-log.gemspec b/mixlib-log.gemspec deleted file mode 100644 index 0a27a2a..0000000 --- a/mixlib-log.gemspec +++ /dev/null @@ -1,58 +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{mixlib-log} - s.version = "1.1.0" - - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Opscode, Inc."] - s.date = %q{2010-01-05} - s.email = %q{info@opscode.com} - s.extra_rdoc_files = [ - "LICENSE", - "README.rdoc" - ] - s.files = [ - ".gitignore", - "LICENSE", - "NOTICE", - "README.rdoc", - "Rakefile", - "VERSION.yml", - "features/log.feature", - "features/steps/log.rb", - "features/support/env.rb", - "features/support/logit.rb", - "lib/mixlib/log.rb", - "lib/mixlib/log/formatter.rb", - "mixlib-log.gemspec", - "spec/mixlib/log/formatter_spec.rb", - "spec/mixlib/log_spec.rb", - "spec/spec.opts", - "spec/spec_helper.rb" - ] - s.homepage = %q{http://www.opscode.com} - s.rdoc_options = ["--charset=UTF-8"] - s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.5} - s.summary = %q{A gem that provides a simple mixin for log functionality} - s.test_files = [ - "spec/mixlib/log/formatter_spec.rb", - "spec/mixlib/log_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 - else - end - else - end -end - -- cgit v1.2.1