rakefile.rb in lager-0.0.1.1 vs rakefile.rb in lager-0.0.1.2

- old
+ new

@@ -29,15 +29,15 @@ task :build => [:bump_build] do spec = Gem::Specification.new do |s| # Static assignments s.name = PROJECT_NAME - s.summary = "FIX" - s.description = "FIX" - s.authors = ["FIX"] - s.email = "FIX@FIX.COM" - s.homepage = "http://FIX.COM/" - s.licenses = ['FIX'] + s.summary = "Sane class-level logging" + s.description = "Should you use it? Yes." + s.authors = ["Rick Hull"] + s.email = "rick@cloudscaling.com" + s.homepage = "http://github.com/rickhull/lager" + s.licenses = ['LGPL'] # Dynamic assignments s.files = manifest s.version = version s.date = Time.now.strftime("%Y-%m-%d")