diff --git a/environmentalist.gemspec b/environmentalist.gemspec index 5ba30f0..6494e5e 100644 --- a/environmentalist.gemspec +++ b/environmentalist.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{environmentalist} - s.version = "0.2.0" + s.version = "0.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["John Trupiano"] - s.date = %q{2009-03-02} + s.date = %q{2009-03-06} s.default_executable = %q{environmentalize} s.description = %q{Provides an executable that converts a rails app's config structure. The basic idea is that environments themselves are now first-class citizens, allowing you to create several environments (e.g. staging, prodtest, demo, etc.) in a clean, organized fashion. Each environment is given its own folder where it can store its own set of configuration files (think mongrel configs, apache configs, etc.) without polluting the top-leve config/ directory.} s.email = %q{jtrupiano@gmail.com} @@ -16,12 +16,12 @@ Gem::Specification.new do |s| s.homepage = %q{http://github.com/jtrupiano/environmentalist} s.rdoc_options = ["--inline-source", "--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.1} + s.rubygems_version = %q{1.3.1.2403} s.summary = %q{Provides an executable that converts a rails app's config structure. The basic idea is that environments themselves are now first-class citizens, allowing you to create several environments (e.g. staging, prodtest, demo, etc.) in a clean, organized fashion. Each environment is given its own folder where it can store its own set of configuration files (think mongrel configs, apache configs, etc.) without polluting the top-leve config/ directory.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION - s.specification_version = 2 + s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else