aws_onchange 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. data/README +1 -1
  2. data/Rakefile +1 -1
  3. metadata +3 -3
data/README CHANGED
@@ -13,7 +13,7 @@ Example
13
13
 
14
14
  #each time, field1 and field3 are change or created, update_action is called
15
15
  class MyModels < ActiveRecord::Base
16
- my_cache_update :checked_field => [:field1, :field3], :method => :update_action, :oncreate => true
16
+ aws_onchange :checked_field => [:field1, :field3], :method => :update_action, :oncreate => true
17
17
 
18
18
  def update_action
19
19
  #action to do
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ require 'rake/gempackagetask'
8
8
 
9
9
  spec = Gem::Specification.new do |s|
10
10
  s.name = "aws_onchange"
11
- s.version = "1.0.0"
11
+ s.version = "1.0.1"
12
12
  s.author = "Denis FABIEN"
13
13
  s.email = "denis@miseajour.net"
14
14
  s.homepage = "https://github.com/supernini/aws_onchange"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws_onchange
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Denis FABIEN