greenjaguar.gemspec in greenjaguar-0.0.3 vs greenjaguar.gemspec in greenjaguar-0.0.4
- old
+ new
@@ -8,10 +8,9 @@
spec.version = Greenjaguar::VERSION
spec.authors = ["Aniruddha Deshpande"]
spec.email = ["anides84 AT hotmail DOT com"]
spec.summary = %q{Applies retry behavior to arbitrary code blocks with different policies like fibonacci,
exponential backoff, FixedInterval, etc. This basically is the 'retry' construct on steroids.}
- spec.description = ""
spec.homepage = "https://github.com/aniruddha84/greenjaguar"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }