ledis.gemspec in ledis-0.0.1 vs ledis.gemspec in ledis-0.0.2
- old
+ new
@@ -1,13 +1,14 @@
## ledis.gemspec
#
Gem::Specification::new do |spec|
spec.name = "ledis"
- spec.version = "0.0.1"
+ spec.version = "0.0.2"
spec.platform = Gem::Platform::RUBY
spec.summary = "ledis"
- spec.description = "description: ledis kicks the ass"
+ spec.description = "a K.I.S.S auto-rotating redis logger for ruby/rails"
+ spec.license = "same as ruby's"
spec.files =
["README.md", "Rakefile", "ledis.gemspec", "lib", "lib/ledis.rb"]
spec.executables = []