air18n 0.1.36 → 0.1.37

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.
@@ -29,7 +29,6 @@ module Air18n
29
29
  1.upto(num_chunks) do |i|
30
30
  chunk = value_json[(i-1)*MAX_CHUNK_SIZE, MAX_CHUNK_SIZE]
31
31
  result = cache.write(CHUNK_CACHE_KEY % [key, i], chunk, :expires_in => expires_in)
32
- raise "ChunkCache set: Failed to write chunk #{i} of #{chunk.length} bytes to cache" unless result
33
32
  end
34
33
  end
35
34
 
@@ -1,3 +1,3 @@
1
1
  module Air18n
2
- VERSION = "0.1.36"
2
+ VERSION = "0.1.37"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: air18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.36
4
+ version: 0.1.37
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: