ixtlan-configuration 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,11 +28,11 @@ module Ixtlan
28
28
  class Cuba < ::CubaAPI
29
29
 
30
30
  define do
31
- on get do
31
+ on_guard :get do
32
32
  write Configuration.instance
33
33
  end
34
34
 
35
- on put do
35
+ on_guard :put do
36
36
  req_filter( Configuration )
37
37
  config = Configuration.optimistic_get!( req_filter.updated_at,
38
38
  Configuration.instance.id )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ixtlan-configuration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-04 00:00:00.000000000 Z
12
+ date: 2013-10-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cuba-api