pupa 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ba3be1163aea0cb8e5e2f8bbb28c5346ac402a8
4
- data.tar.gz: 6c6b2726c777b63d0487651592339b4e58a96d12
3
+ metadata.gz: 42f24f0ce80904061a8e69816d4e79fde4dbe670
4
+ data.tar.gz: 0fed52e60471fd221c754e78cb4f5c693d65685f
5
5
  SHA512:
6
- metadata.gz: af96b46c003ae60894dcbc5475c2c76ef9fc597c8887cdaffc68bb713e7d360efbfdc17785160fc7b5c84bfe0da16259e913f86496cb276467f2047138ed1466
7
- data.tar.gz: c440a41afb0474cc54abd72d5cdc208a6b15707eacf1fcc50af614660e958e591e51e9bbff9b87940ba8267bb5156703a921f26b8265943dda04b22ea70aa3d1
6
+ metadata.gz: a92f9eee8c77f8aa64e308a046dfb458915915d698dcde93966fb34e0dd1fc619db3721ad8d63e0573634799ba575b05659665ff09fb7a16d7f694f5defe14c7
7
+ data.tar.gz: e783da61d5569f39db20b01c3f27916ac360155aecaf1e0435343ae48cdf3a7e7b1fa5f7f4754fe4ba22e31f86249fd1a54262e58786f5482ac7b6cc18d2591a
@@ -59,7 +59,7 @@ module Pupa
59
59
  connection.response :caching do
60
60
  address = cache_dir[%r{\Amemcached://(.+)\z}, 1]
61
61
  if address
62
- ActiveSupport::Cache::MemCacheStore.new(address, expires_in: expires_in, value_max_bytes: 1048576)
62
+ ActiveSupport::Cache::MemCacheStore.new(address, expires_in: expires_in, value_max_bytes: value_max_bytes)
63
63
  else
64
64
  ActiveSupport::Cache::FileStore.new(cache_dir, expires_in: expires_in)
65
65
  end
data/lib/pupa/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pupa
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pupa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Open North