strftime_logger.gemspec in strftime_logger-0.0.3 vs strftime_logger.gemspec in strftime_logger-0.0.4

- old
+ new

@@ -2,10 +2,10 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = "strftime_logger" - gem.version = "0.0.3" + gem.version = "0.0.4" gem.authors = ["Naotoshi Seo"] gem.email = ["sonots@gmail.com"] gem.description = %q{A logger treats log rotation in strftime fashion} gem.summary = %q{A logger treats log rotation in strftime fashion.} gem.homepage = "https://github.com/sonots/strftime-logger"