summaryrefslogtreecommitdiff
path: root/mixlib-log.gemspec
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-01-05 15:36:12 -0800
committerAdam Jacob <adam@opscode.com>2010-01-05 15:36:12 -0800
commit5373ba00477da1a96c1ee4e491cd935b8d37baf6 (patch)
tree9b7f7717b752d5edd635d77f4a18d9bdb68796b2 /mixlib-log.gemspec
parent49b40a671aae7f8565252652f7d12150a9ff1ceb (diff)
downloadmixlib-log-5373ba00477da1a96c1ee4e491cd935b8d37baf6.tar.gz
Adding gemspec
Diffstat (limited to 'mixlib-log.gemspec')
-rw-r--r--mixlib-log.gemspec57
1 files changed, 57 insertions, 0 deletions
diff --git a/mixlib-log.gemspec b/mixlib-log.gemspec
new file mode 100644
index 0000000..90dcae3
--- /dev/null
+++ b/mixlib-log.gemspec
@@ -0,0 +1,57 @@
+# 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",
+ "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
+