aws_onchange 1.0.3 → 1.0.4
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.
- data/README +3 -1
- data/Rakefile +2 -2
- metadata +5 -5
data/README
CHANGED
@@ -1,8 +1,10 @@
|
|
1
1
|
AwsOnchange
|
2
2
|
===========
|
3
3
|
|
4
|
+
v 1.0.4 : November 210, changement for home page url to http://www.miseajour.net/une-gem-pour-surveiller-la-modification-des-champs.html
|
5
|
+
|
4
6
|
v 1.0 - November 2010
|
5
|
-
Add-on to
|
7
|
+
Add-on to check easily change on some model, and running action
|
6
8
|
|
7
9
|
see wiki for more detailled information : http://wiki.github.com/supernini/aws_onchange/
|
8
10
|
|
data/Rakefile
CHANGED
@@ -8,10 +8,10 @@ require 'rake/gempackagetask'
|
|
8
8
|
|
9
9
|
spec = Gem::Specification.new do |s|
|
10
10
|
s.name = "aws_onchange"
|
11
|
-
s.version = "1.0.
|
11
|
+
s.version = "1.0.4"
|
12
12
|
s.author = "Denis FABIEN"
|
13
13
|
s.email = "denis@miseajour.net"
|
14
|
-
s.homepage = "
|
14
|
+
s.homepage = "http://www.miseajour.net/une-gem-pour-surveiller-la-modification-des-champs.html"
|
15
15
|
s.platform = Gem::Platform::RUBY
|
16
16
|
s.summary = "Check easily change on models, and run action"
|
17
17
|
s.files = FileList[
|
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:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 4
|
10
|
+
version: 1.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Denis FABIEN
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-11-
|
18
|
+
date: 2010-11-30 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
@@ -34,7 +34,7 @@ files:
|
|
34
34
|
- README
|
35
35
|
- lib/aws_onchange.rb
|
36
36
|
has_rdoc: true
|
37
|
-
homepage:
|
37
|
+
homepage: http://www.miseajour.net/une-gem-pour-surveiller-la-modification-des-champs.html
|
38
38
|
licenses: []
|
39
39
|
|
40
40
|
post_install_message:
|