Rakefile in configliere-0.4.7 vs Rakefile in configliere-0.4.8

- old
+ new

@@ -22,9 +22,10 @@ Configliere manage settings from many sources: static constants, simple config files, environment variables, commandline options, straight ruby. You don't have to predefine anything, but you can ask configliere to type-convert, require, document or password-obscure any of its fields. Modules can define config settings independently of each other and the main program. } #' gem.email = "coders@infochimps.org" gem.authors = ["infochimps", "mrflip"] + gem.executables = [] end Jeweler::RubygemsDotOrgTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end