slogger.gemspec in slogger-0.0.11 vs slogger.gemspec in slogger-0.0.12

- old
+ new

@@ -9,9 +9,10 @@ s.authors = ["Leandro Silva"] s.email = ["leandrodoze@gmail.com"] s.homepage = "http://github.com/leandrosilva/slogger" s.summary = %Q{Slogger is a Ruby library to help work with standard Ruby Syslog library.} s.description = %Q{Slogger is a Ruby library to help work with standard Ruby Syslog library. Yeah! Just it.} + s.license = "MIT" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]