retriable.gemspec in retriable-1.3.3.1 vs retriable.gemspec in retriable-1.4.0

- old
+ new

@@ -10,9 +10,10 @@ s.authors = ["Jack Chu"] s.email = ["jack@jackchu.com"] s.homepage = %q{http://github.com/kamui/retriable} s.summary = %q{Retriable is an simple DSL to retry a code block if an exception should be raised.} s.description = %q{Retriable is an simple DSL to retry a code block if an exception should be raised. This is especially useful when interacting external api/services or file system calls.} + s.license = "MIT" s.rubyforge_project = "retriable" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")