air18n 0.1.36 → 0.1.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: