roma 0.8.13 → 0.8.14

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.
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.13
5
- prerelease:
4
+ version: 0.8.14
6
5
  platform: ruby
7
6
  authors:
8
7
  - Junji Torii
@@ -10,27 +9,24 @@ authors:
10
9
  autorequire:
11
10
  bindir: ruby/server/bin
12
11
  cert_chain: []
13
- date: 2013-09-13 00:00:00.000000000 Z
12
+ date: 2014-03-28 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: eventmachine
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
- - - ! '>='
18
+ - - ">="
21
19
  - !ruby/object:Gem::Version
22
20
  version: '0'
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
- - - ! '>='
25
+ - - ">="
29
26
  - !ruby/object:Gem::Version
30
27
  version: '0'
31
- description: ! ' ROMA server
32
-
33
- '
28
+ description: |2
29
+ ROMA server
34
30
  email:
35
31
  executables:
36
32
  - recoverlost
@@ -46,9 +42,12 @@ executables:
46
42
  - log_merger
47
43
  - tribunus
48
44
  - key_list
45
+ - safecopy_test
49
46
  - test-scenario
50
47
  - recoverlost_alist_keys
51
48
  - key_access
49
+ - safecopy_integration_test
50
+ - cpdb
52
51
  - multi_commander
53
52
  - recoverlost_alist_all
54
53
  extensions: []
@@ -57,10 +56,12 @@ extra_rdoc_files:
57
56
  - CHANGELOG
58
57
  files:
59
58
  - CHANGELOG
59
+ - Gemfile
60
60
  - LICENSE
61
61
  - README
62
62
  - Rakefile
63
63
  - ruby/server/bin/chg_redundancy
64
+ - ruby/server/bin/cpdb
64
65
  - ruby/server/bin/key_access
65
66
  - ruby/server/bin/key_list
66
67
  - ruby/server/bin/log_merger
@@ -74,6 +75,8 @@ files:
74
75
  - ruby/server/bin/recoverlost_alist_keys
75
76
  - ruby/server/bin/roma_watcher
76
77
  - ruby/server/bin/romad
78
+ - ruby/server/bin/safecopy_integration_test
79
+ - ruby/server/bin/safecopy_test
77
80
  - ruby/server/bin/sample_watcher
78
81
  - ruby/server/bin/sample_watcher2
79
82
  - ruby/server/bin/sample_watcher3
@@ -119,6 +122,7 @@ files:
119
122
  - ruby/server/lib/roma/storage/sqlite3_storage.rb
120
123
  - ruby/server/lib/roma/storage/tc_storage.rb
121
124
  - ruby/server/lib/roma/tools/chg_redundancy.rb
125
+ - ruby/server/lib/roma/tools/cpdb.rb
122
126
  - ruby/server/lib/roma/tools/key_access.rb
123
127
  - ruby/server/lib/roma/tools/key_list.rb
124
128
  - ruby/server/lib/roma/tools/log_merger.rb
@@ -133,6 +137,8 @@ files:
133
137
  - ruby/server/lib/roma/tools/recoverlost_lib.rb
134
138
  - ruby/server/lib/roma/tools/roma_watcher.rb
135
139
  - ruby/server/lib/roma/tools/roma_watcher_config.yml.example
140
+ - ruby/server/lib/roma/tools/safecopy_integration_test.rb
141
+ - ruby/server/lib/roma/tools/safecopy_test.rb
136
142
  - ruby/server/lib/roma/tools/sample_watcher.rb
137
143
  - ruby/server/lib/roma/tools/sample_watcher2.rb
138
144
  - ruby/server/lib/roma/tools/sample_watcher3.rb
@@ -165,31 +171,30 @@ files:
165
171
  - ruby/server/test/t_writebehind.rb
166
172
  homepage: http://code.google.com/p/roma-prj/
167
173
  licenses: []
174
+ metadata: {}
168
175
  post_install_message:
169
176
  rdoc_options:
170
- - --line-numbers
171
- - --inline-source
172
- - --main
177
+ - "--line-numbers"
178
+ - "--inline-source"
179
+ - "--main"
173
180
  - README
174
- - -c UTF-8
181
+ - "-c UTF-8"
175
182
  require_paths:
176
183
  - ruby/server/lib
177
184
  required_ruby_version: !ruby/object:Gem::Requirement
178
- none: false
179
185
  requirements:
180
- - - ! '>='
186
+ - - ">="
181
187
  - !ruby/object:Gem::Version
182
188
  version: '0'
183
189
  required_rubygems_version: !ruby/object:Gem::Requirement
184
- none: false
185
190
  requirements:
186
- - - ! '>='
191
+ - - ">="
187
192
  - !ruby/object:Gem::Version
188
193
  version: '0'
189
194
  requirements: []
190
195
  rubyforge_project:
191
- rubygems_version: 1.8.25
196
+ rubygems_version: 2.2.2
192
197
  signing_key:
193
- specification_version: 3
198
+ specification_version: 4
194
199
  summary: ROMA server
195
200
  test_files: []