autotest 4.4.6 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +2 -0
- data.tar.gz.sig +1 -0
- data/History.rdoc +15 -0
- data/Manifest.txt +2 -2
- data/{README.txt → README.rdoc} +7 -5
- data/Rakefile +4 -4
- metadata +98 -98
- metadata.gz.sig +0 -0
- data/History.txt +0 -4
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 69f4ed4a85eadbbaae452ff1e0012c2a1ca9a6a14a276a4734808ffc482c1314
|
4
|
+
data.tar.gz: 0f118f1621627bddfdc28110d1f81ceb407d38da7eeea105bd9d65afdb725ac0
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 90b4842965d2054f08236088e2d31fd177e42adda49e17a1711c22f54e32728adf38aaa31378d331d30e142b9e5035cc2a9a38085dd0b03bed39d16f6e8629b4
|
7
|
+
data.tar.gz: 9a6579724d4cd35804f64a5d5a95e83482b47e5edbafdcc0b8e2567f1ea342d135742b3b69fc0564900b6444342dc9adc77cf98b4962c4711d4500a711103f60
|
checksums.yaml.gz.sig
ADDED
data.tar.gz.sig
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
uҠ��>x_C�)��d�s�4�/Iv-�zdHSۂ�!�v�ʬ��U�!�֍7�!^:?�
|
data/History.rdoc
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
=== 5.0.0 / 2019-05-26
|
2
|
+
|
3
|
+
* 1 minor enhancement:
|
4
|
+
|
5
|
+
* Switched to point to minitest-autotest.
|
6
|
+
|
7
|
+
* 1 bug fix:
|
8
|
+
|
9
|
+
* Removed dead rubyforge setting in Rakefile
|
10
|
+
|
11
|
+
=== 4.4.6 / 2010-12-01
|
12
|
+
|
13
|
+
* 1 major enhancement:
|
14
|
+
* This release deprecates/retires this gem and brings autotest back
|
15
|
+
under ZenTest.
|
data/Manifest.txt
CHANGED
data/{README.txt → README.rdoc}
RENAMED
@@ -1,17 +1,19 @@
|
|
1
1
|
= autotest
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
3
|
+
home :: http://www.zenspider.com/projects/minitest-autotest.html
|
4
|
+
code :: https://github.com/seattlerb/autotest
|
5
|
+
bugs :: https://github.com/seattlerb/autotest/issues
|
6
6
|
|
7
7
|
== DESCRIPTION:
|
8
8
|
|
9
9
|
This is a stub gem to fix the confusion caused by autotest being part
|
10
|
-
of the ZenTest suite.
|
10
|
+
of the ZenTest suite. In now points to minitest-autotest as that has
|
11
|
+
been extracted and massively enhanced beyond the original ZenTest
|
12
|
+
autotest.
|
11
13
|
|
12
14
|
== REQUIREMENTS:
|
13
15
|
|
14
|
-
*
|
16
|
+
* minitest-autotest
|
15
17
|
|
16
18
|
== INSTALL:
|
17
19
|
|
data/Rakefile
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
# -*- ruby -*-
|
2
2
|
|
3
|
-
require "rubygems"
|
4
3
|
require "hoe"
|
5
4
|
|
6
5
|
Hoe.plugin :seattlerb
|
@@ -8,10 +7,11 @@ Hoe.plugin :seattlerb
|
|
8
7
|
Hoe.spec "autotest" do
|
9
8
|
developer "Ryan Davis", "ryand-ruby@zenspider.com"
|
10
9
|
|
11
|
-
self.version = "
|
12
|
-
self.rubyforge_name = "seattlerb"
|
10
|
+
self.version = "5.0.0"
|
13
11
|
|
14
|
-
|
12
|
+
license "MIT"
|
13
|
+
|
14
|
+
dependency "minitest-autotest", "~> 1.0"
|
15
15
|
end
|
16
16
|
|
17
17
|
# vim: syntax=ruby
|
metadata
CHANGED
@@ -1,126 +1,126 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: autotest
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
segments:
|
6
|
-
- 4
|
7
|
-
- 4
|
8
|
-
- 6
|
9
|
-
version: 4.4.6
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 5.0.0
|
10
5
|
platform: ruby
|
11
|
-
authors:
|
6
|
+
authors:
|
12
7
|
- Ryan Davis
|
13
8
|
autorequire:
|
14
9
|
bindir: bin
|
15
|
-
cert_chain:
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
10
|
+
cert_chain:
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIDPjCCAiagAwIBAgIBAzANBgkqhkiG9w0BAQsFADBFMRMwEQYDVQQDDApyeWFu
|
14
|
+
ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
|
15
|
+
GRYDY29tMB4XDTE4MTIwNDIxMzAxNFoXDTE5MTIwNDIxMzAxNFowRTETMBEGA1UE
|
16
|
+
AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
|
17
|
+
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
|
18
|
+
b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
|
19
|
+
taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
|
20
|
+
oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
|
21
|
+
GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
|
22
|
+
qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
|
23
|
+
gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
|
24
|
+
HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBCwUAA4IB
|
25
|
+
AQCbJwLmpJR2PomLU+Zzw3KRzH/hbyUWc/ftru71AopZ1fy4iY9J/BW5QYKVYwbP
|
26
|
+
V0FSBWtvfI/RdwfKGtuGhPKECZgmLieGuZ3XCc09qPu1bdg7i/tu1p0t0c6163ku
|
27
|
+
nDMDIC/t/DAFK0TY9I3HswuyZGbLW7rgF0DmiuZdN/RPhHq2pOLMLXJmFclCb/im
|
28
|
+
9yToml/06TJdUJ5p64mkBs0TzaK66DIB1Smd3PdtfZqoRV+EwaXMdx0Hb3zdR1JR
|
29
|
+
Em82dBUFsipwMLCYj39kcyHWAxyl6Ae1Cn9r/ItVBCxoeFdrHjfavnrIEoXUt4bU
|
30
|
+
UfBugfLD19bu3nvL+zTAGx/U
|
31
|
+
-----END CERTIFICATE-----
|
32
|
+
date: 2019-05-26 00:00:00.000000000 Z
|
33
|
+
dependencies:
|
34
|
+
- !ruby/object:Gem::Dependency
|
35
|
+
name: minitest-autotest
|
36
|
+
requirement: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.0'
|
32
41
|
type: :runtime
|
33
|
-
version_requirements: *id001
|
34
|
-
- !ruby/object:Gem::Dependency
|
35
|
-
name: rubyforge
|
36
42
|
prerelease: false
|
37
|
-
|
38
|
-
requirements:
|
43
|
+
version_requirements: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '1.0'
|
48
|
+
- !ruby/object:Gem::Dependency
|
49
|
+
name: rdoc
|
50
|
+
requirement: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
39
52
|
- - ">="
|
40
|
-
- !ruby/object:Gem::Version
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
version: 2.0.4
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '4.0'
|
55
|
+
- - "<"
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: '7'
|
46
58
|
type: :development
|
47
|
-
version_requirements: *id002
|
48
|
-
- !ruby/object:Gem::Dependency
|
49
|
-
name: minitest
|
50
59
|
prerelease: false
|
51
|
-
|
52
|
-
requirements:
|
60
|
+
version_requirements: !ruby/object:Gem::Requirement
|
61
|
+
requirements:
|
53
62
|
- - ">="
|
54
|
-
- !ruby/object:Gem::Version
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
type: :development
|
61
|
-
version_requirements: *id003
|
62
|
-
- !ruby/object:Gem::Dependency
|
63
|
+
- !ruby/object:Gem::Version
|
64
|
+
version: '4.0'
|
65
|
+
- - "<"
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '7'
|
68
|
+
- !ruby/object:Gem::Dependency
|
63
69
|
name: hoe
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
segments:
|
70
|
-
- 2
|
71
|
-
- 6
|
72
|
-
- 0
|
73
|
-
version: 2.6.0
|
70
|
+
requirement: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - "~>"
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '3.17'
|
74
75
|
type: :development
|
75
|
-
|
76
|
+
prerelease: false
|
77
|
+
version_requirements: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - "~>"
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '3.17'
|
76
82
|
description: |-
|
77
83
|
This is a stub gem to fix the confusion caused by autotest being part
|
78
|
-
of the ZenTest suite.
|
79
|
-
|
84
|
+
of the ZenTest suite. In now points to minitest-autotest as that has
|
85
|
+
been extracted and massively enhanced beyond the original ZenTest
|
86
|
+
autotest.
|
87
|
+
email:
|
80
88
|
- ryand-ruby@zenspider.com
|
81
89
|
executables: []
|
82
|
-
|
83
90
|
extensions: []
|
84
|
-
|
85
|
-
|
86
|
-
- History.txt
|
91
|
+
extra_rdoc_files:
|
92
|
+
- History.rdoc
|
87
93
|
- Manifest.txt
|
88
|
-
- README.
|
89
|
-
files:
|
90
|
-
- History.
|
94
|
+
- README.rdoc
|
95
|
+
files:
|
96
|
+
- History.rdoc
|
91
97
|
- Manifest.txt
|
92
|
-
- README.
|
98
|
+
- README.rdoc
|
93
99
|
- Rakefile
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
100
|
+
homepage: http://www.zenspider.com/projects/minitest-autotest.html
|
101
|
+
licenses:
|
102
|
+
- MIT
|
103
|
+
metadata: {}
|
98
104
|
post_install_message:
|
99
|
-
rdoc_options:
|
100
|
-
- --main
|
101
|
-
- README.
|
102
|
-
require_paths:
|
105
|
+
rdoc_options:
|
106
|
+
- "--main"
|
107
|
+
- README.rdoc
|
108
|
+
require_paths:
|
103
109
|
- lib
|
104
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
105
|
-
requirements:
|
110
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
111
|
+
requirements:
|
106
112
|
- - ">="
|
107
|
-
- !ruby/object:Gem::Version
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
|
-
requirements:
|
113
|
+
- !ruby/object:Gem::Version
|
114
|
+
version: '0'
|
115
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
|
+
requirements:
|
113
117
|
- - ">="
|
114
|
-
- !ruby/object:Gem::Version
|
115
|
-
|
116
|
-
- 0
|
117
|
-
version: "0"
|
118
|
+
- !ruby/object:Gem::Version
|
119
|
+
version: '0'
|
118
120
|
requirements: []
|
119
|
-
|
120
|
-
rubyforge_project: seattlerb
|
121
|
-
rubygems_version: 1.3.6
|
121
|
+
rubygems_version: 3.0.2
|
122
122
|
signing_key:
|
123
|
-
specification_version:
|
124
|
-
summary: This is a stub gem to fix the confusion caused by autotest being part of
|
123
|
+
specification_version: 4
|
124
|
+
summary: This is a stub gem to fix the confusion caused by autotest being part of
|
125
|
+
the ZenTest suite
|
125
126
|
test_files: []
|
126
|
-
|
metadata.gz.sig
ADDED
Binary file
|
data/History.txt
DELETED