sfc_ikiteru 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.
Files changed (3) hide show
  1. data/History.txt +4 -0
  2. data/lib/sfc_ikiteru.rb +3 -3
  3. metadata +4 -4
@@ -1,3 +1,7 @@
1
+ === 0.0.6 2011-03-24
2
+
3
+ * use ssh port to check ccz01,02
4
+
1
5
  === 0.0.5 2011-03-24
2
6
 
3
7
  * bugfix
@@ -5,12 +5,12 @@ require 'timeout'
5
5
  require 'eventmachine'
6
6
 
7
7
  module SfcIkiteru
8
- VERSION = '0.0.5'
8
+ VERSION = '0.0.6'
9
9
  def SfcIkiteru.servers
10
10
  [
11
11
  {:host => 'web.sfc.keio.ac.jp', :service => 'echo'},
12
- {:host => 'ccz01.sfc.keio.ac.jp', :service => 'echo'},
13
- {:host => 'ccz02.sfc.keio.ac.jp', :service => 'echo'},
12
+ {:host => 'ccz01.sfc.keio.ac.jp', :service => 'ssh'},
13
+ {:host => 'ccz02.sfc.keio.ac.jp', :service => 'ssh'},
14
14
  {:host => 'mail.sfc.keio.ac.jp', :service => 'echo'},
15
15
  {:host => 'www.mag.keio.ac.jp', :service => 'echo'},
16
16
  {:host => 'masui.sfc.keio.ac.jp', :service => 'http'}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sfc_ikiteru
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
  - Sho Hashimoto
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-24 00:00:00 +09:00
18
+ date: 2011-03-25 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency