attempt_this.gemspec in attempt_this-1.0.2 vs attempt_this.gemspec in attempt_this-1.0.3
- old
+ new
@@ -1,11 +1,8 @@
-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.2'
- s.date = '2015-06-22'
+ s.version = '1.0.3'
+ s.date = '2015-10-26'
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.