denen99-activesupport-gemfirecache 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,14 +3,16 @@ require 'lib/gemfire.jar'
3
3
 
4
4
  import "java.util.Properties"
5
5
  import "com.gemstone.gemfire.cache.Cache"
6
+ import "com.gemstone.gemfire.cache.AttributesFactory"
6
7
  import "com.gemstone.gemfire.cache.CacheFactory"
7
8
  import "com.gemstone.gemfire.cache.Region"
9
+ import "com.gemstone.gemfire.cache.Scope"
8
10
  import "com.gemstone.gemfire.distributed.DistributedSystem"
9
11
 
10
12
  module ActiveSupport
11
13
  module Cache
12
14
  class GemfireCacheStore < Store
13
- VERSION = '0.0.4'
15
+ VERSION = '0.0.5'
14
16
 
15
17
  class CacheException < StandardError; end
16
18
 
@@ -31,7 +31,7 @@ end
31
31
  module ActiveSupport
32
32
  module Cache
33
33
  class GemfireCacheStore
34
- VERSION = '0.0.4'
34
+ VERSION = '0.0.5'
35
35
  end
36
36
  end
37
37
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: denen99-activesupport-gemfirecache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Denenberg