attempt_this.gemspec in attempt_this-1.0.1 vs attempt_this.gemspec in attempt_this-1.0.2

- old
+ new

@@ -1,8 +1,11 @@ +lib = File.expand_path('../lib', __FILE__) +$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) + Gem::Specification.new do |s| s.name = 'attempt_this' - s.version = '1.0.1' - s.date = '2014-04-29' + s.version = '1.0.2' + s.date = '2015-06-22' s.summary = 'Retry policy mix-in' s.description = <<EOM Retry policy mix-in with configurable number of attempts, delays, exception filters, and fall back strategies. See project's home page for usage examples and more information.