most 0.7.6 → 0.7.7
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 -0
- data/lib/most.rb +1 -1
- data/lib/most/submissions/custom_delphi_sample.rb +0 -4
- metadata +5 -40
data/History.txt
CHANGED
data/lib/most.rb
CHANGED
|
@@ -73,10 +73,6 @@ submission do
|
|
|
73
73
|
rake_clean 'win:borland_delphi:compile', entities[:source]
|
|
74
74
|
end
|
|
75
75
|
|
|
76
|
-
add_step Proc do
|
|
77
|
-
rake_clean 'win:borland_delphi:compile', entities[:source]
|
|
78
|
-
end
|
|
79
|
-
|
|
80
76
|
add_step Proc do
|
|
81
77
|
if entities[:input_files].size != number_of_tests or
|
|
82
78
|
entities[:answer_files].size != number_of_tests
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: most
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Toksaitov Dmitrii Alexandrovich
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-10-
|
|
12
|
+
date: 2009-10-14 00:00:00 +06:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -42,40 +42,7 @@ dependencies:
|
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
43
|
version: 2.3.3
|
|
44
44
|
version:
|
|
45
|
-
description:
|
|
46
|
-
Most is a simple academic modular open software tester.
|
|
47
|
-
|
|
48
|
-
Most, the Core is the main part of the system. Most provides
|
|
49
|
-
the environment and interface bridges for modules that will
|
|
50
|
-
implement the basic functionality of the testing system.
|
|
51
|
-
|
|
52
|
-
In general Most, the Core consists form two main interfaces:
|
|
53
|
-
the connector and the tester.
|
|
54
|
-
|
|
55
|
-
The connector interface offers the basic bridge to make
|
|
56
|
-
an implementation of a module which will act as a controlling
|
|
57
|
-
interface of the system. It can be a command line interface or
|
|
58
|
-
it can be a module which will set up a server providing a network
|
|
59
|
-
access for end users.
|
|
60
|
-
|
|
61
|
-
The tester interface allows building an implementation of
|
|
62
|
-
the software validator. By default the Most ships with
|
|
63
|
-
the tester compliant with the ICPC Validator Standard. The Most system
|
|
64
|
-
proposes to implement a testing system following this standard, but
|
|
65
|
-
it is not obligatory. The 3-rd party implementation can vary
|
|
66
|
-
significantly considering the user preferences.
|
|
67
|
-
|
|
68
|
-
It is possible to build other interface bridges using the abstract
|
|
69
|
-
interface classes provided by the Most system to extend
|
|
70
|
-
the functionality of the modules. For example the implementation of
|
|
71
|
-
the connector interface in the form of the network server can build
|
|
72
|
-
a tunnel interface bridge, so that developers can make implementations,
|
|
73
|
-
for example, of a SSH tunnel in order to provide a secure connection
|
|
74
|
-
with the testing system.
|
|
75
|
-
|
|
76
|
-
The default system bundle is shipped with a number of basic interface
|
|
77
|
-
implementations (modules). Please, consider taking a look on realize
|
|
78
|
-
notes for the list of supplied modules.
|
|
45
|
+
description: Most is a simple academic modular open software tester.
|
|
79
46
|
|
|
80
47
|
Most, the Core is the main part of the system. Most provides
|
|
81
48
|
the environment and interface bridges for modules that will
|
|
82
49
|
implement the basic functionality of the testing system.
|
|
83
50
|
|
|
84
51
|
In general Most, the Core consists form two main interfaces:
|
|
85
52
|
the connector and the tester.
|
|
86
53
|
|
|
87
54
|
The connector interface offers the basic bridge to make
|
|
88
55
|
an implementation of a module which will act as a controlling
|
|
89
56
|
interface of the system. It can be a command line interface or
|
|
90
57
|
it can be a module which will set up a server providing a network
|
|
91
58
|
access for end users.
|
|
92
59
|
|
|
93
60
|
The tester interface allows building an implementation of
|
|
94
61
|
the software validator. By default the Most ships with
|
|
95
62
|
the tester compliant with the ICPC Validator Standard. The Most system
|
|
96
63
|
proposes to implement a testing system following this standard, but
|
|
97
64
|
it is not obligatory. The 3-rd party implementation can vary
|
|
98
65
|
significantly considering the user preferences.
|
|
99
66
|
|
|
100
67
|
It is possible to build other interface bridges using the abstract
|
|
101
68
|
interface classes provided by the Most system to extend
|
|
102
69
|
the functionality of the modules. For example the implementation of
|
|
103
70
|
the connector interface in the form of the network server can build
|
|
104
71
|
a tunnel interface bridge, so that developers can make implementations,
|
|
105
72
|
for example, of a SSH tunnel in order to provide a secure connection
|
|
106
73
|
with the testing system.
|
|
107
74
|
|
|
108
75
|
The default system bundle is shipped with a number of basic interface
|
|
109
76
|
implementations (modules). Please, consider taking a look on realize
|
|
110
77
|
notes for the list of supplied modules.
|
|
111
78
|
email:
|
|
112
79
|
- most.support@85.17.184.9
|
|
113
80
|
executables:
|
|
@@ -208,8 +175,6 @@ files:
|
|
|
208
175
|
- tasks/samples.rb
|
|
209
176
|
has_rdoc: true
|
|
210
177
|
homepage:
|
|
211
|
-
licenses: []
|
|
212
|
-
|
|
213
178
|
post_install_message: |-
|
|
214
179
|
Thank you for installing the Most system
|
|
215
180
|
|
|
@@ -237,9 +202,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
237
202
|
requirements: []
|
|
238
203
|
|
|
239
204
|
rubyforge_project: most
|
|
240
|
-
rubygems_version: 1.3.
|
|
205
|
+
rubygems_version: 1.3.1
|
|
241
206
|
signing_key:
|
|
242
|
-
specification_version:
|
|
207
|
+
specification_version: 2
|
|
243
208
|
summary: Most is a simple academic modular open software tester
|
|
244
209
|
test_files: []
|
|
245
210
|
|