check_slony 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +3 -3
  2. data/README.txt +3 -2
  3. data/lib/check_slony.rb +1 -1
  4. metadata +5 -5
data/History.txt CHANGED
@@ -1,6 +1,6 @@
1
- === 1.0.0 / 2011-01-06
1
+ === 0.0.6 / 2011-01-10
2
+
3
+ * Test Phase Program
2
4
 
3
- * 1 major enhancement
4
5
 
5
- * Birthday!
6
6
 
data/README.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  = check_slony
2
2
 
3
- http://rubyforge.org/projects/checkslony/
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 FIX
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
@@ -1,4 +1,4 @@
1
1
  class CheckSlony
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
4
4
 
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
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-09 00:00:00 +09:00
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: http://rubyforge.org/projects/checkslony/
58
+ homepage: https://github.com/kakikubo/check_slony
59
59
  licenses: []
60
60
 
61
61
  post_install_message: