check_slony 0.0.5 → 0.0.6
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/History.txt +3 -3
- data/README.txt +3 -2
- data/lib/check_slony.rb +1 -1
- metadata +5 -5
data/History.txt
CHANGED
data/README.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
= check_slony
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
* https://github.com/kakikubo/check_slony
|
|
4
4
|
|
|
5
5
|
== DESCRIPTION:
|
|
6
6
|
|
|
@@ -25,12 +25,13 @@ pg
|
|
|
25
25
|
|
|
26
26
|
== DEVELOPERS:
|
|
27
27
|
|
|
28
|
+
kakikubo
|
|
28
29
|
|
|
29
30
|
== LICENSE:
|
|
30
31
|
|
|
31
32
|
(The MIT License)
|
|
32
33
|
|
|
33
|
-
Copyright (c) 2011
|
|
34
|
+
Copyright (c) 2011 kakikubo
|
|
34
35
|
|
|
35
36
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
36
37
|
a copy of this software and associated documentation files (the
|
data/lib/check_slony.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: check_slony
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- kakikubo
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-01-
|
|
18
|
+
date: 2011-01-10 00:00:00 +09:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -55,7 +55,7 @@ files:
|
|
|
55
55
|
- lib/check_slony.rb
|
|
56
56
|
- test/test_check_slony.rb
|
|
57
57
|
has_rdoc: true
|
|
58
|
-
homepage:
|
|
58
|
+
homepage: https://github.com/kakikubo/check_slony
|
|
59
59
|
licenses: []
|
|
60
60
|
|
|
61
61
|
post_install_message:
|