summaryrefslogtreecommitdiff
path: root/mixlib-cli.gemspec
diff options
context:
space:
mode:
authorChristopher Brown <cb@opscode.com>2009-12-15 15:18:23 -0800
committerChristopher Brown <cb@opscode.com>2009-12-15 15:18:23 -0800
commit53f555e407698e7fee22b0f0e251375ebf902f04 (patch)
treee05105a3391cce9a1fd725264dd031e359ca744d /mixlib-cli.gemspec
parent6997f7e24cbc0464699354a1c6f2481ec09253b6 (diff)
downloadmixlib-cli-53f555e407698e7fee22b0f0e251375ebf902f04.tar.gz
move to jeweler 1.4 and automatic gemspec generation
Diffstat (limited to 'mixlib-cli.gemspec')
-rw-r--r--mixlib-cli.gemspec44
1 files changed, 0 insertions, 44 deletions
diff --git a/mixlib-cli.gemspec b/mixlib-cli.gemspec
deleted file mode 100644
index c4c8d52..0000000
--- a/mixlib-cli.gemspec
+++ /dev/null
@@ -1,44 +0,0 @@
-# -*- encoding: utf-8 -*-
-
-Gem::Specification.new do |s|
- s.name = %q{mixlib-cli}
- 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/cli.rb",
- "spec/mixlib/cli_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 simple mixin for CLI interfaces, including option parsing}
- s.test_files = [
- "spec/mixlib/cli_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