summaryrefslogtreecommitdiff
path: root/mixlib-config.gemspec
diff options
context:
space:
mode:
authorAJ Christensen <aj@opscode.com>2009-03-25 14:17:44 -0700
committerAJ Christensen <aj@junglist.gen.nz>2009-05-12 16:06:48 +1200
commit7a4e7604ef87f954945fca65a4d8a3e1febba09b (patch)
treed515a4abee5bba87326e55f78d43a77e3a8cdcc6 /mixlib-config.gemspec
parente032a3f0549b8ba75d8d651a207d6940d12aac93 (diff)
downloadmixlib-config-7a4e7604ef87f954945fca65a4d8a3e1febba09b.tar.gz
Convert mixlib-config to jeweler
Add internal_set method, specs Clarify some behaviour
Diffstat (limited to 'mixlib-config.gemspec')
-rw-r--r--mixlib-config.gemspec44
1 files changed, 44 insertions, 0 deletions
diff --git a/mixlib-config.gemspec b/mixlib-config.gemspec
new file mode 100644
index 0000000..a8571b9
--- /dev/null
+++ b/mixlib-config.gemspec
@@ -0,0 +1,44 @@
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+ s.name = %q{mixlib-config}
+ s.version = "1.0.4"
+
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
+ s.authors = ["Opscode, Inc."]
+ s.date = %q{2009-05-12}
+ s.email = %q{info@opscode.com}
+ s.extra_rdoc_files = [
+ "LICENSE",
+ "README.rdoc"
+ ]
+ s.files = [
+ "LICENSE",
+ "README.rdoc",
+ "Rakefile",
+ "VERSION.yml",
+ "lib/mixlib/config.rb",
+ "spec/mixlib/config_spec.rb",
+ "spec/spec_helper.rb"
+ ]
+ s.has_rdoc = true
+ s.homepage = %q{http://www.opscode.com}
+ s.rdoc_options = ["--charset=UTF-8"]
+ s.require_paths = ["lib"]
+ s.rubygems_version = %q{1.3.2}
+ s.summary = %q{A class based config mixin, similar to the one found in Chef.}
+ s.test_files = [
+ "spec/mixlib/config_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