media_monster_client 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,9 +11,8 @@ module MediaMonster
11
11
 
12
12
  # for retry logic, you can set a number of times to retry (retry_max)
13
13
  # and how long to wait before try in seconds (retry_delay)
14
- attr_accessor :retry_count
15
- attr_accessor :retry_delay
16
14
  attr_accessor :retry_max
15
+ attr_accessor :retry_delay
17
16
 
18
17
  def initialize(*args)
19
18
  super
@@ -1,3 +1,3 @@
1
1
  module MediaMonsterClient
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: media_monster_client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 3
10
- version: 2.0.3
9
+ - 4
10
+ version: 2.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Kuklewicz (kookster)